DBA Data[Home] [Help]

APPS.OE_BLANKET_PUB dependencies on MO_GLOBAL

Line 18: MO_GLOBAL.set_policy_context('S',l_org_id); -- remove this and next line

14: if l_debug_level > 0 then
15: oe_debug_pub.add('Entering set_context');
16: oe_debug_pub.add('Org_id is '||nvl(p_org_id,-1));
17: end if;
18: MO_GLOBAL.set_policy_context('S',l_org_id); -- remove this and next line
19: oe_debug_pub.add('After Set Policy Context ');
20: OE_GLOBALS.Set_Context();
21: END ;
22: