How to invoke concurrent request set from BPEL?
I am trying to invoke a concurrent request set from BPEL.
In my case i have created 2 apps adapters : one for calling the api APPS.FND_SUBMIT.SET_REQUEST_SET and the next for calling the API APPS.FND_SUBMIT.SUBMIT_SET. i am getting a success response for the first one however the second invoke is failing to register the concurrent job.
the output from the 2nd invoke is:-
<OutputParameters>
<FND_SUBMIT-24SUBMIT_SET>0</FND_SUBMIT-24SUBMIT_SET>
</OutputParameters>
I am unable to identify where it is specifically failing.
regards
Rakesh