Search found 1 match

by vsespn
Wed Sep 26, 2007 2:32 pm
Forum: Reports (Only Oracle Apps Reports)
Topic: Lexical References and Parameters
Replies: 3
Views: 2894

Lexical parameters are used in situations where you can not create your code which will change at run time according to different situations. EXAMPLE
In your code you are using one condition:

and cdl.pa_date(+) BETWEEN :from_period AND :to_period

What will happen if :from_period and :to_period ...