DBA Data[Home] [Help]

APPS.OKE_ALLOCATION_PVT dependencies on MO_GLOBAL

Line 3045: mo_global.set_policy_context('S',l_project_funding.org_id);

3041:
3042: FOR l_project_funding IN c_proj_funding(length(p_fund_allocation_id)) LOOP
3043:
3044: -- fnd_client_info.set_org_context(l_project_funding.org_id);
3045: mo_global.set_policy_context('S',l_project_funding.org_id);
3046:
3047: PA_AGREEMENT_PUB.delete_funding(p_api_version_number => p_api_version ,
3048: p_commit => OKE_API.G_FALSE ,
3049: p_init_msg_list => OKE_API.G_FALSE ,

Line 3070: mo_global.set_policy_context('S',to_number(l_org_id_vc));

3066:
3067: END IF;
3068:
3069: END LOOP;
3070: mo_global.set_policy_context('S',to_number(l_org_id_vc));
3071:
3072: --dbms_output.put_line('finished oke_allocation_pvt.delete_allocation w/ ' || p_return_status);
3073: --oke_debug.debug('finished oke_allocation_pvt.delete_allocation w/ ' || p_return_status);
3074: