Deleting a page removes information about all the fields in
that page ?
EXIT_FORM is a restricted package procedure ?
Is it possible to attach same library to more than one form?
How can we generate report output in excel format?
What are the trigger associated with image items?
Please tell me what is wrong in the below query: (Very Urgent) ================================================= function BeforePForm return boolean is begin if :from_invoice_date is null OR :to_invoice_date is null then aiv.PERIOD_NMAE:=:gl_period elsif :gl_period is null then aiv.INVOICE_DATE between :from_invoice_date and :to_invoice_date end if; return (TRUE); end;
What are the two panes that Appear in the design time pl/sql ?
What are the unrestricted procedures used to change the popup screen position during run time ?
what is sequence of execution of following triggers 1.when-validate-item 2.post-change 3.key-next-item 4.post-text-item
explain tkprof?
There are Two pl/sql Libraries Lib1,Lib2 are attached to a form and these two libraries contains functions with same name fun1 (i,e lib1 have a function fun1 and lib2 also have a function fun1).how to call these functios from forms?
what is the sequence of firing triggers in forms?
What is the sequence the Report triggers will fires while running a report ?