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 |
explain registration steps of a concurrent program.
What will happen If I am not giveing the Suspense accout while defineing the Set of Books in GL?
which parameters passed in report in oracle developer how to pass
What are the files you have used in the part of Conversion and Interfaces?
Registering parametric report?
Which is the best website to learn Oracle Apps?
What is Place holder Columns?
Can u define exceptions twice in same block?
After execution of a report we get parameter layout where we have enter From_date and To_date.After entering From_date and without entering To_date what happen a report will execute or not?
what is the prerequisite for defining unit of measure?
which API to return the parameters & valuesets etc
how to initialize applications?