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 is a value set? List its various types.
please send me forms, xml pulisher questions,answers
what are the balancing segments in AR?
What do you understand by soa and what are the benefits of using this architecture?
how can develope the po variance and po summary report? with tables mandatory columns and query please?
Tell me how to debug the report?
List the various types of value set.
In sequence i want to 11 and 15th values how we will write?
Hi any one plz help me .i need 2 or 3 customized and 2 or 3 development reports on PO module..if any body having plz send me with one by one step ,i mean where u do the customization and wht are the steps u follwed when u do the customization,wht are fields u added or deleted ,How u added or these fields as per clinet requirement and wht are errors u faced .plz send it to my mail id iamvenki@gmail.com
what is global tempory table?
Can u give the Documentation of Custom.pll in oracle apps
What do you understand by a set of books?
Can you explain the difference between architecture followed in 10g & 11g?
What is a flexfield? List out its types.
can we get profile values in report without using user exists is it possible how?