Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Get the concurrent request id

613838Dec 27 2007 — edited Jan 7 2008
Hi all,

I am trying to get the request id of the concurrent program submitted. I have used
l_request_id=fnd_global.conc_request_id and inserting this value into a table. but it is always returning -1. Can anyone provide solution for this

Thanks

Comments

shishu
Hye,
define one parameter caled P_CONC_REQUEST_ID,
as you aware that we use SRW.USER_EXIT('FND SRWINIT') in before report, same like this you can use above variable anywhere in report and it will provide you the request_id of your current concurrent.

Thanks
Shishu Paul
613838
How come we get the value into the variable without any initialization to it.
579976
http://oracle.ittoolbox.com/groups/technical-functional/oracle-apps-l/help-needed-reg-srwuser_exitfnd-srwinit-393655
Thread explains it ..
571441
where are you submitting the request from? if you are trying to access the conc_request_id in the report itself then better declare a parameter called p_conc_request_id. if you are submitting it from a form or something then make sure that u have issued comming after calling fnd_request.submit_request.

Message was edited by:
Viral
1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 4 2008
Added on Dec 27 2007
4 comments
4,442 views