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 |
Is SOB is attached with Business grp ?
If we transfer the data from legacy system to oracle base tables. I want to hold the data in interface table how?
which parameters passed in report in oracle developer how to pass
What is the Exception. Types of exception, Difference between those. And example
What is the result of this query ? SELECT * FROM EMP WHERE ROWNUM = 1
What should be the batch size (number of customer records) general guidelines for optimal performance?
Is there any limitations on responsibility assigned to a apps user?
what are the steps to develop a new report?
What are triggers?
what is the difference between oracle applications ebs 11.5.9 and 11.5.10.2 and can anyone suggest the release dates of the versions
What is Value Set?
A file has both header and corresponding lines. Explain design to load this data into respective interface tables.