Is it is necessary to create P_CONC_REQUEST_ID parameter in
the development of oracle apps reports
Answers were Sorted based on User's Feedback
Answer / sijal86
Yes, the concurrent manager assigns the request id to the report parameter P_CONC_REQUEST_ID .
Using this request id the SRW.USER_EXIT('FND SRWINIT') will try to access the context details from the fnd_concurrent_request table and using which these context value the report can gain access to views, profile options , values etc.....
If SRWINIT is used without the P_CONC_REQUEST_ID then the user exit will fail
| Is This Answer Correct ? | 28 Yes | 0 No |
1) why we need to do Validations when the Standard Conc. Prog or the API will do all the validations 2) How can we display more then 1 column data in a formula column (Ex displaying Empno, Ename, sal data in one Formula column) 3) is it possible to give 2 out paramaters in a function
How to make Parameter as Mandatory?
P_CONC_REQUEST_ID mandatory in oracle reports to run in oracle applications or not ( I am not talking about running in report builder or D2k ) or not ?
9 Answers CSC, IBM, KPIT, Oracle,
hi friends! i need sample codes for oracle apps 11i conversion and interfaces.If u have,plz send me
2 Answers Pathway Technologies,
How do u identity its name of report?
Difference between triggers and procedures?
wheather discard file is automatically created or explicty created?can u mention it?
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 less then it must shows some error how we willmake
What repots or concurrent program run to transfer data from Inventory to GL.
Can we run a package with out specification?If yes how?
What is the difference between base table and multi-org table?
How can a process be deployed in soa?