DBA Data[Home] [Help]

APPS.GHG_PO_EMISSIONS_PKG dependencies on MO_GLOBAL

Line 101: mo_global.set_policy_context_server(p_access_mode => 'S',p_org_id =>x_org_id);

97:
98: BEGIN
99:
100: v_debug_info := 'Set Context';
101: mo_global.set_policy_context_server(p_access_mode => 'S',p_org_id =>x_org_id);
102:
103: v_debug_info := 'Delete any existing emissions';
104:
105: -- If the current invoice has emissions, then archive them to history and then delete them.