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 / ganesh
Hi All!
User Exit is a program, which stops the execution of
process and transfer the controls to other Third generation
Language. After that it executes the remaining excution
process.
P_conc_request_id is the system parameter.It is used to
generate the concurrent request id.
If we used user_exits in report builder we should use
p_conc_rquest_id, because it is mandatory.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Can you define an erp system?
what is pay run id ?
In which tables receopt application form Appliy to field Value will come. I know one table i.e, ra_customer_trx.trx_number. Could U please any one tell me other than this except(ra_customer_trx and ar_payment_schedules_all tables). plz mentioned tables_name.Column_name.
Do you know what are user profiles in apps. Any examples you can give?
Hi, Anybody please send me the Oracle APPS 1i technical interview questions (Real time) as wel as sample resume also?
How many schemas we have? how many you have used?
List of all the modules under Manufacturing, Finance and Distribution in oracle applications?
what is the differences between internal requisition and internal sales order?
How to create a purchase order without a requisition?
What are the benefits of using soa architecture?
can we use look up type instead of a pofile option?or valueset?is it possible how?
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?
Do you know what is applysys in oracle application database schema, what is apps?
What does appl_top directory contain?
If we have a repeated record in a table. But the repeated record how i can transfer from table to nested table?