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
i have a repeating frame that prints on every page for a product code. But when on page ends the info associated with that product code is truncated and not overflowed to the next page.On the next page data with the new product code is displayed. I want the data for one product code to be continued on the next page if it does not fit on a single page. The values are as: repeating frame vertical = variable horizontal = variable page protect = 0 print object on = first page base printing on = enclosing object for the outermost frame which encloses the repeating frame: print object on = last page base printing on = anchoring object end of layout section = yes rest all the values are same as the repeating frame
What is a matrix report and how many minimum groups are required to prepare the same?
What is an implicit anchor and how is it a different form explicit anchor in a report builder?
Is it possible to execute a dynamic sql from forms?
What is a user exit program in oracle reports?
what are bind variables?
Explain master-detail relationship with some examples.
In workflow how can we send a notification to the Supplier giving the Corresponding report Details.
Explain the different levels at which oracle form services interact.
i am having a report Jan to Dec are the columns if the present month is Mar only Mar to Dec columns should appear in report output
Name the different triggers associated with oracle forms having a master-detail relationship.
Name the different triggers supported by oracle reports and their firing order.
what is difference between group above and group left report
what are the oracle forms services components include?
How to create Drill down report?