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;
Answer Posted / hari
else if body is not correct.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can any one send me oracle form and reports tutorials from which i may get help.contact me on my mail cse_kashif@hotmail.com.
from where do u receive the information to develop report
How can we generate report output in excel format?
what is oracle forms?
What is the difference between bind and lexical parameter?
Why oracle forms required?
how report can be generated if we have the database designed in oracle 10g?
where do u put the report file
did u received a single file or multiple files
Explain how one can iterate through items and records in a specified block?
In what situation u create the BPA.
i am writing a query select EmpNo from Emp how can i call in after parameter form
What is responsibility and how u attach How to create user and how u attach with responsibility.
What is the difference between flex mode and confined mode?
What is a user exit program in oracle reports?