DBA Data[Home] [Help]

APPS.OZF_FUND_APPROVAL_PVT dependencies on MO_GLOBAL

Line 37: MO_GLOBAL.init('OZF');

33:
34: begin
35:
36: if p_org_id is not NULL then
37: MO_GLOBAL.init('OZF');
38: MO_GLOBAL.set_policy_context('S', p_org_id); -- R12 Enhancements
39: end if;
40:
41: end set_org_ctx;

Line 38: MO_GLOBAL.set_policy_context('S', p_org_id); -- R12 Enhancements

34: begin
35:
36: if p_org_id is not NULL then
37: MO_GLOBAL.init('OZF');
38: MO_GLOBAL.set_policy_context('S', p_org_id); -- R12 Enhancements
39: end if;
40:
41: end set_org_ctx;
42: