where do u put the report file
No Answer is Posted For this Question
Be the First to Post Answer
Can we use bulk collect in oracle forms if yes then how?
How do you call other Oracle Products from Oracle Forms?
what r the various types of reports
What are Most Common types of Complex master-detail relationships?
How to call Report from other Report ?
Can we create two blocks with the same name in form 3.0 ?
what exactly u write in when_new_form_instance
What is pop list?
How image_items can be populate to field in forms 4.0?
State the order in which these triggers are executed ?
What package procedure is used for calling another form ?
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;