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 / d.simhachalam
There are 5 Different types of user exists.
1. FND SRW INIT
2. FND SRW EXIT
3.FND FLEX SQL
4.FND FLEX IDVAL
AND 5. FND FORMAT CURRENCY
Using FND FORMAT CURRENCY we can use the different currency
values based on the countries.
For ex in US. the format for currency is 1,000,000.00
in some countries 1.000.000,00
USING SRW EXIT it will freeze the memory
USING SRW INIT, it will assign all the user profiles to your
report.
P_CONC_REQUEST_ID is not mandatory it is an optional.
It is a parameter, while using the user parameters, it is
used as standard for oracle to use it. Without using the
P_CONC_REQUEST_ID there is no standard implemented in the
project.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What do you understand by soa?
Do you know where we can check the status of po?
Can you differentiate between mediator and osb?
How do you register report in oracle apps?
If we have a repeated record in a table. But the repeated record how i can transfer from table to nested table?
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 do you understand by concurrent programs?
What is sca and how is it useful?
Tell me where we find the status of order information?
Explain what are the tables of auto invoice?
In sequence i want to 11 and 15th values how we will write?
please any one provide the oracle erp technical interview questions on modules(PO,AP,AR,INV,GL,OM)wise to my mail id..narendra_609@yahoo.co.in
How to create a purchase order without a requisition?
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
How can you achieve loose coupling in soa framework?