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