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


Please Help Members By Posting Answers For Below Questions

can you convert or reverse engineer a fmx back to a fmb file?

701


I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users

841


HI Friends I m new dev(forms & report). can anyone tell me how we upload a document on form 11g.??

1089


What are the Features of Forms 6i over 4.5? What are the Features of Forms 10g? What are the Features of Reports 6i? What are the Features of Reports 10g ?

4070


Why oracle forms required?

557






in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement

1694


How to create Drill down report?

1692


Can we invoke one form from another in a multi-forms application?

635


What is a matrix report and how many minimum groups are required to prepare the same?

548


What is an oracle report? List its various types.

562


did u received a single file or multiple files

1608


how report can be generated if we have the database designed in oracle 10g?

1455


What is an implicit anchor and how is it a different form explicit anchor in a report builder?

625


In what sequence do triggers get fired by oracle forms?

535


Explain master-detail relationship with some examples.

580