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

What do you understand by oracle forms and why are they required?

636


Is it possible to execute a dynamic sql from forms?

687


all steps of bitmap report?

1987


What is an oracle report? List its various types.

630


Why oracle forms required?

660






In what sequence do triggers get fired by oracle forms?

619


did u p prepared complex report

1676


How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff

1725


what is difference between group above and group left report

3338


Is it possible to have multiple layouts in a report?

665


what exactly u write in when_new_form_instance

3047


What is a canvas in oracle forms?

673


Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?

1633


in after report trigger if you don't write Srw.user_exit(Fnd_user exit) what it will do it will stop report execution or it will just not free the memory

2581


If the valueset if of type –TABLE then how many tables can we attach in the valueset ?

1906