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 ?
Answers were Sorted based on User's Feedback
Answer / rohit yaduvansi
it is mandatory only when we r using user exits
| Is This Answer Correct ? | 30 Yes | 2 No |
Answer / devi nossam
yes,
it is the mandatory parameter
why bcos while running the pgm request id will be generated
if it is in front end (srs window),or back end(pl/sql ).
then that request id is captured by this p_conc_request_id.
finally we know that this is mandatory parameter in reports
| Is This Answer Correct ? | 20 Yes | 2 No |
Answer / nrk
No . Its not mandatory.
Even not using the P_CONC_REQUEST_ID , we can run the
reports.
| Is This Answer Correct ? | 18 Yes | 1 No |
Answer / shaik jeelan basha
No its not mandatory. Without p_conc_request_id also we can
submit the reports in Ora Apps.
it is mandatory if we need to work on profiles like
org_id,user_id,resp_id....etc.By using p_conc_request_id we
can capture the resources like profiles for the current
concurrent program which we are going to submit in srs
window.
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / amandeep singh
no its not mandatory. i am able to run the report in oracle
applications without this parameter.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / sumeet.mishra05
No It's not mandatory.
It's required when you run it thru SRS form only .
Not required if you want to run it by call from PLSQL thru
FND_REQUEST.SUBMIT_REQUEST as it's a function and returns
the concurrent request id automatically.
Check it and let me know.
| Is This Answer Correct ? | 19 Yes | 16 No |
Answer / kranti
whenever we are using multiorg table is is not mandatory.
whenever we are using non_multiorg table i.e. without _all
it is mandatory.here we have to use user exits,p_conc_request_id ..
but I dont know wat is going in backgroun..can any one explain me @ challakranthi123 at gmail
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / s
it is not mandatory .p_con_request_id parameter use use the
user_exit
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / rajesh
it is not manditory
it is used to generate request_id dynamically only through api
FND_REQUEST.SUBMIT_REQUEST in plsql
| Is This Answer Correct ? | 0 Yes | 1 No |
why r u move in the cus_top only why not move another top
Is it possible calling from one report to another? if possible means tell me ?
3 Answers Intelligroup, Satyam,
After execution of a report we get parameter layout where we have enter From_date and To_date.After entering From_date and without entering To_date what happen a report will execute or not?
what are the different transaction clauses in AR?
how many groups we can create for query?
In a Standard form a DFF is disable?How we can Enable it?
Can we customize a form with out template.fmb
What are the Major differences bteween key flexfields ,descriptive flexfields
4 Answers Sierra Atlantica, TechBulls,
i have 3 parameters like p1,p2,p3.In p1 i have 2 parameters like a,b.if pass parameter 'a' p2 should be enable and p3 should be disable then if pass parameter 'b' the vice versa.
1 Answers IBM, Sierra Atlantica,
where u do setup of operating unit?
What multi org tables . example - difference between app table non all table . Po_header and po_headers_all
can u explain which situation automonus transaction is used