What buil-in routines are used to display editor dynamicaly?
How to create Drill down report?
Explain how can you use the same lov for 2 columns?
What are the built-ins that are used to Attach an LOV programmatically to an item?
What are Most Common types of Complex master-detail relationships?
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;
in after report trigger if you don't write Srw.user_exit(Fnd_user exit) what it will do it will stop report execution or it will just not free the memory
can i write commit in Before report trigger
how do u place it in required folder
What are the built -ins used for Modifying a group's structure?
What is a physical page ? & What is a logical page ?
What ERASE package procedure does ?
plz explain when we are using pre-query,post-query,pre-insert and post-insert?plz explain with one example