Setting Organization ID from PLSQL
I am running the REQIMPORT program in 11.5.10 and I would like to set the organization ID from my script. However, I am not finding the fnd_request.set_org_id procedure that is being used in the examples I am finding?
Is there a replacement or some other function that can be used? I have tried the following with no success:
mo_global.set_org_context
fnd_client_info.set_org_context
Is there a replacement or some other function that can be used? I have tried the following with no success:
mo_global.set_org_context
fnd_client_info.set_org_context
0