what is the source file of po report?
What are the types of TRIGGERS ?
What is a library in Forms 4.0?
Explain how can you use the same lov for 2 columns?
can i send the control file path as a parameter
When to use Place holder columns in Oracle Reports and what is a place holder column?
List the buil-in routine for controlling window during run-time?
Is it possible to insert comments into sql statements return in the data model editor?
What are the different window events activated at runtimes?
What are built-ins associated with timers?
can i write commit in Before report trigger
What are the triggers associated with the image item?
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;