how to make a parameter optional in the query?
Answer Posted / 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 |
Post New Answer View All Answers
Do you know what are user profiles in apps. Any examples you can give?
Are you familiar with internet architecture of oracle apps 11i?
How can you achieve loose coupling in soa framework?
Pls tel me the best text book for Oracle Apps 11i Tech? & I want D2K Text book also?
How can a process be deployed in soa?
How is choreography different from orchestration?
What is the concept of soa governance?
How to retry multiple errored workflow processes? What is the access level in workflow used for? How do you define start and end functions in workflow? How does they differ from normal functions? Give me some workflow tables? What is the difference between a function and notification in workflow? I have sent two different notifications to two different users and I want to wait till both they are approved to send 3rd notification. How can you achieve it? What is item type and item key in workflow? How do you use attribute values in workflow messages? How do you use lookups in workflow? What are roles in workflow and how they are used? How do you download or upload a workflow from a server? What are steps to customize the workflow? What functions can you perform from workflow administrator responsibility? To send an email to the user workflow notification is the only way or is there any other ways to send it? Give me some workflow standard procedures? How can you run/start/kickoff workflow? What is wf_engine package used for? How many processes can each workflow contain? What is Runnable option in workflow? At what level it exists? What are different types of attributes in workflow? How do you reassign a notification? What is process in workflow? How can you send direct oracle form link through workflow notifications? How can you send a notification to multiple users? Can you change the list dynamically? Can you send html code in workflow notification? I have sent two different notifications to two different users and I want to wait till atleast one is approved to send 3rd notification. How can you achieve it?
In oracle application how do you debug or trace errors?
how can i print random rows in plsql table
List the various types of value set.
What is a value set? List its various types.
can we use look up type instead of a pofile option?or valueset?is it possible how?
Hi Friends this is preetham, i am searching for job on oracle apps(technical) i put 3 years fake exp, so any one please could you help me for realtime interview questions and 9739782164 this is my no srpsrp777@gmail.Com please guys please provide your no for contact i have a doubts i want to clarify
Suppose for report I have to parameters those are from_date and to_date, so to_date should be greater when compare to from_date, if we are giving to_date is lessthen it must shows some error how we will make?