How to pass request id in request set
This is the very useful post because this is quite common and tricky Requirment to pass request id in request set. Here in this Post , I will share the Complete Steps in which I will be pass the Concurrent request id of the parent request to the Child concurrent program request parameters In the Request set. I will use the Feature of Shared Parameters in the Request Set to meet this requirement. Here below is the detail description of How to pass request id in request set.
Steps to pass request id in request set
Step1:- This is the First Concurrent Program in the Request Set.
Go to the parameters for this Concurrent program.
Step2:- Here I am making the Request Id parameter of this program as a shared Parameter with name 'S_REQUEST_ID' and to get the value of the concurrent request id in this Parameter I am using the Type 'Profile' and Syntax 'fnd_global.CONC_REQUEST_ID
Step3:- Now go to the Second concurrent Program to which we need to pass request id in request set.
Step4:- Now use the shared Parameter 'S_REQUEST_ID' in the Concurrent Parameter 'Parent Request Id'.
3 comments:
Is this worked?
Not working
this does not work
Post a Comment