[Home] [Help]
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;
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: