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
List the various types of value set.
How can a process be deployed in soa?
how do you describe O2C along with tables
tell me the scenarios of the independent in reports
can we get profile values in report without using user exists is it possible how?
what is pay run id ?
Tell me how to find the custom directory in front end?
What are the different components you should consider while defining a responsibility in oracle apps?
What is count(*) from po_vendors(any table)?
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?
can we use look up type instead of a pofile option?or valueset?is it possible how?
What are the Standard Reports and Forms in HRMS?
What is sca and how is it useful?
In sequence i want to 11 and 15th values how we will write?
Can you explain the difference between architecture followed in 10g & 11g?