What is lexical parameter ?
Answers were Sorted based on User's Feedback
Answer / anil kumar karasi
Lexical parameter is a condition (where clause) given at
runtime to generate the report on that condition. The '&'
symbol will preceed the where clause condition.
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / deepak muduli
Lexical parameters can dynamically replace clauses in the
Select statement in the data model and even the whole
select statement. It replaces any part of a SELECT
statement, such as column names, the FROM clause, the WHERE
clause, the ORDER BY clause. To create a lexical reference
in a query, prefix the parameter name with an ampersand (&)
| Is This Answer Correct ? | 8 Yes | 3 No |
What are the master-detail triggers?
How to call Report from other Report ?
What are the menu items that oracle forms 4.0 supports?
Can we use bulk collect in oracle forms if yes then how?
What is the sequence the Report triggers will fires while running a report ?
What are the built_in used to trapping errors in forms 4?
What is a library?
suppose there are two textfields t1,t2 in form and we have some value in textfield t1.now the question is that how can we copy the value of the t1 to textfield t2?
What is the order of the triggers fired once the form is opened?
What are built-ins associated with timers?
How do you pass the parameters from one form to another form?
What is a Package Procedure ?