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
Which oracle apps version you are very confident in?
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
What are the different components you should consider while defining a responsibility in oracle apps?
Can you explain the difference between architecture followed in 10g & 11g?
What are the benefits of using soa architecture?
A program must be written which accepts date parameter. The date parameter will accept data in the format DD/MM/YYYY. This data has to be validated and post validation, the following details have to be displayed for this date parameter 1. Input date must be defaulted to sysdate, It can be overridden by any other date. 2. Financial year should be displayed for this date parameter. Eg: If the input date is 30/11/2010, the financial year must be displayed as 1. From Date : 01-Aprr-2010 To Date: 31-Mar-2011 3. Calendar year and Calendar month must also be displayed. 4. The next payment cycle (say for EB), must be displayed based on this date parameter. 5. The previous payment must also be displayed based on this date.
What does appl_top directory contain?
How to create a purchase order without a requisition?
do you know is it possible to run the interface without using oracle apps?
In oracle application how do you debug or trace errors?
what are the balancing segments in AR?
What are the different components of soa suite?
What are file in oracle.
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?