APPS_INITIALIZE issue in Workflow Session.
Hi EBS-Workflow Gurus,
We are having custom workflow which submit multiple concurrent programs in sequential manner for different valid combinations of user, responsibility id, responsibility_application_id and operating unit.
For this we have to initialize the apps with FND_GLOBAL.APPS_INITIALIZE API before submission of each concurrent program. Apart from this we also have to call 'MO_GLOBAL.SET_POLICY_CONTEXT' and 'FND_REQUEST.SET_ORG_ID' (for single org concurrent program).
Now as per above requirement, we need to initialize apps multiple times, in single session for different combination of user, responsibility id, responsibility application id.
After doing so, when we call FND_GLOBAL.ORG_ID for setting the policy context and request ORG_ID, we are having an issue which is as below.