why the Ctl file u put only in bin folder why not in other
folder
No Answer is Posted For this Question
Be the First to Post Answer
EXIT_FORM is a restricted package procedure ?
How to solve the error ?Frequency below its group? while running the report. Why it is happened and How to solve that?
what is the difference between oracle reports 6i and oracle reports 10g? give atleast 10 differences? (plz give the answer vvvvvvvvvvv.urgent)
what is procedure like symbols of bind and lexical
What are the two ways to incorporate images into a oracle forms application?
What is the difference between a Function Key Trigger and Key Function Trigger ?
How can we expand Parameter Form Canvas on Reports 6i?
What are three panes that appear in the run time pl/sql interpreter?
Give the sequence of execution of the various report triggers?
What are the built-ins that are used to Attach an LOV programmatically to an item?
How many number of columns a record group can have?
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;