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 / rahul
User Exit plays very important role in Oracle apps with of
help this we can capture value at runtime with profile option.
And P_CONC_REQUEST_ID is mandatory if we using User Exit
otherwise it gives error in report p_conc_request_id not
found . If we not using User Exit then its not mandatory.
Further we can develop report without using User Exit and
P_CONC_REQUEST_ID.
| Is This Answer Correct ? | 26 Yes | 4 No |
Post New Answer View All Answers
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.
What are the benefits of using soa architecture?
what is pay run id ?
what are the prerequisites for costing transactions?
What are the Standard Reports and Forms in HRMS?
In oracle application how do you debug or trace errors?
is it possible to run the interface without using oracle apps?
What is count(*) from po_vendors(any table)?
Tell me where we find the status of order information?
In sequence i want to 11 and 15th values how we will write?
what is the differences between internal requisition and internal sales order?
How can a process be deployed in soa?
Do you know where we can check the status of po?
what are the balancing segments in AR?
can we get profile values in report without using user exists is it possible how?