what is meant by lexical parameter
Answer / jay
Lexical parameters are used to substitute multiple values
at runtime and are identified by a preceding ‘&’. Lexical s
can consist of as little a one line where clause to an
entire select statement
Lexical parameter is a feature used for building a dynamic
query.
Example: An example of a lexical parameter usage in a
select statement is as follows
select *
from emp
where &L_EMP; (Report can assign a value as :L_EMP:=
emp.dept = 20 and salary > 20000)
| Is This Answer Correct ? | 15 Yes | 0 No |
do you know is it possible to run the interface without using oracle apps?
Difference between set of books id and ledger id in r12 ?
can we write sql statement in Format trigger?
can we write multiple procedures in package with same name like A p1,p2(parameters) B p1,p2(same parameters)
Types of cursors?
in ap_terms table what data will be stored
tell me the scenarios of between pages in reports
What is cursor?
Attribute data types?
How to link modules in apps
How do u customize the Reports?
Can function be overload?