Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Get All Form Items Procedure

543461Nov 6 2006 — edited Jan 19 2007
Dear All,
i would like to create a procedure to retrieve the form items and save it into a table.
i.e:
create procedure retrieve_form_item( form_name in varchar2)
begin
code..........................
for loop
insert into table t1
values( block_name.item_name);
end;
end procedure;
and i will send the fmb to the procedure to call the form and then do the processing to get all the informations i need
thanks all
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 16 2007
Added on Nov 6 2006
3 comments
380 views