DBA Data[Home] [Help]

APPS.OKE_ALLOCATION_PVT dependencies on MO_GLOBAL

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

3006:
3007: FOR l_project_funding IN c_proj_funding(length(p_fund_allocation_id)) LOOP
3008:
3009: -- fnd_client_info.set_org_context(l_project_funding.org_id);
3010: mo_global.set_policy_context('S',l_project_funding.org_id);
3011:
3012: PA_AGREEMENT_PUB.delete_funding(p_api_version_number => p_api_version ,
3013: p_commit => OKE_API.G_FALSE ,
3014: p_init_msg_list => OKE_API.G_FALSE ,

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

3031:
3032: END IF;
3033:
3034: END LOOP;
3035: mo_global.set_policy_context('S',to_number(l_org_id_vc));
3036:
3037: --dbms_output.put_line('finished oke_allocation_pvt.delete_allocation w/ ' || p_return_status);
3038: --oke_debug.debug('finished oke_allocation_pvt.delete_allocation w/ ' || p_return_status);
3039: