DBA Data[Home] [Help]

APPS.OZF_CLAIM_APPROVAL_PVT dependencies on MO_GLOBAL

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

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