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 |
what is multi org structure?
List some exceptions other than NO_DATA_FOUND, TOO_MANY_ROWS and WHEN OTHERS
Presently u are working in which version?
What is an Index , Types od index why we are use index.
where the accounting related data is stored ?
can u explain which situation automonus transaction is used
INBOUND INTERFACE: Suppose I have 100 Records of employees in flat file.When moving the records from flat file to STAGING table using .CTl file, I want to restrict the records whose salary is less than 500.what are the validations(or conditions) you write to achieve this.
WHAT IS THE FORWARDREFERENCE IN PL/SQL?
please send me forms, xml pulisher questions,answers
What is MO operating units. Why it need to to set this and where .
What is responsibility and how u attach
Can you differentiate between mediator and osb?