DBA Data[Home] [Help]

APPS.AMS_APPROVAL_PVT dependencies on MO_GLOBAL

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

24:
25: begin
26:
27: if p_org_id is not NULL then
28: MO_GLOBAL.init('OZF');
29: MO_GLOBAL.set_policy_context('S', p_org_id); -- R12 Enhancements
30: end if;
31:
32: end set_org_ctx;

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

25: begin
26:
27: if p_org_id is not NULL then
28: MO_GLOBAL.init('OZF');
29: MO_GLOBAL.set_policy_context('S', p_org_id); -- R12 Enhancements
30: end if;
31:
32: end set_org_ctx;
33: