how to make a parameter optional in the query?
Answers were Sorted based on User's Feedback
Answer / ashok
Through NVL function.
select * from FND_User a
where user_name = nvl(:User_Name, a.user_name)
| Is This Answer Correct ? | 29 Yes | 3 No |
Answer / ahmed mazen
select * from fnd_user a
where (a.user_name = :user_name or :user_name is null)
| Is This Answer Correct ? | 1 Yes | 5 No |
what is instead of trigger. what is the use of that?
types of invoices?
7 Answers BelAir Store, Convergys, Wings Biotech,
Tell me some errors names and number what u got while developing the reports?
Hoe to skip middle of the record by using SQL*Loader?
differentiate between intra & inter UOM class conversion with examples.
Is that Possible To create package Overloading , If Yes Give any Examples
how can develope the po variance and po summary report? with tables mandatory columns and query please?
What is Formula Column?
while doing the process of conversion if got any data error out what is the next step to reprocess
Could any one tell me the steps of conversions and what kind of validations and exceptions do we use during this conversion? Please do answer in detail. what program do we write in user exit in reports?
what are the prerequisites for costing transactions?
35—how to create ldt lct files? 36—how to tranfor on file from one instance to another instance?