What is the Use of User Exit in Oracle apps and when we are
developeing the new report you need to pass one parameter
called P_CONC_REQUEST_ID,what is the use of this parameter
and is it mandatory.Can't we develop report without this
User exit's and P_CONC_REQUEST_ID parameter
Answer Posted / emmanuel
As per the oracle apps standards we have to define a
mandatory parameter P_CONC_REQUEST_ID. This will capture
the request_id when you submit the c/p program. User_exits
are mandatroy SRW INIT and SRW EXIT is manadatory. when you
run a report in apps. srw init it will assign the all user
profiles to your report and SRW exit it will freaae the
memory which is occupied by the user exits.
How ever we can run a report with this these also. when u
run a reports on multi org all these mandatroy fileds are
compulsary
Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What do you understand by concurrent programs?
How to move the one file from one instance to another instance? And your scripts also?
How can a process be deployed in soa?
is it possible to run the interface without using oracle apps?
how can develope the po variance and po summary report? with tables mandatory columns and query please?
What are the different components you should consider while defining a responsibility in oracle apps?
What does appl_top directory contain?
Tell me where we find the status of order information?
What is the concept of soa governance?
List the types of flexfield?
what are the prerequisites for costing transactions?
Can u give the Documentation of Custom.pll in oracle apps
What do you understand by a set of books?
CAN YOU CUSTOMISE THE COUTOMISE CUS_TOP
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?