Setting the Operating Unit for a concurrent request submitted via PLSLQ
Hi,
We are currently upgrading from 11.5.10+ to 12.1.3. I have a PLSQL concurrent program which in turn submits another concurrent program. The concurrent program that was submitted by the PLSQL program fails because the Operating Unit was not set. I have tried to set it using FND_REQUEST.set_org_id(106) and mo_global.set_policy_context('S',106), but it didn't work. When I submit the second request manually from the concurrent manager, the Operating Unit is populated and the request completes successfully. Doe anyone know how to set the Operating Unit when submitting a request via PLSQL?
Thanks,
Bryan
We are currently upgrading from 11.5.10+ to 12.1.3. I have a PLSQL concurrent program which in turn submits another concurrent program. The concurrent program that was submitted by the PLSQL program fails because the Operating Unit was not set. I have tried to set it using FND_REQUEST.set_org_id(106) and mo_global.set_policy_context('S',106), but it didn't work. When I submit the second request manually from the concurrent manager, the Operating Unit is populated and the request completes successfully. Doe anyone know how to set the Operating Unit when submitting a request via PLSQL?
Thanks,
Bryan
0