DBA Data[Home] [Help]

APPS.WSH_SHIPMENT_REQUEST_PKG dependencies on MO_GLOBAL

Line 1551: MO_GLOBAL.Set_Policy_Context('S', l_org_id);

1547:
1548: IF l_transaction_rec.action_type in ( 'A', 'C' ) THEN
1549: -- Setting Org Id before calling Derive_Header_Rec so that APIs in OM
1550: -- Package OE_Value_To_Id does not fail.
1551: MO_GLOBAL.Set_Policy_Context('S', l_org_id);
1552: --
1553: IF l_debug_on THEN
1554: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Derive_Header_Rec', WSH_DEBUG_SV.C_PROC_LEVEL);
1555: END IF;

Line 1753: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling MO_GLOBAL.Set_Policy_Context with org_id '||l_org_id);

1749: l_line_doc_ref := 'SHIPMENT_REQUEST_LINE';
1750:
1751: --
1752: IF l_debug_on THEN
1753: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling MO_GLOBAL.Set_Policy_Context with org_id '||l_org_id);
1754: END IF;
1755: --
1756: MO_GLOBAL.init('ONT'); -- 1/2/2009 => Added this for integration testing after discussing with Srihari Mani
1757: MO_GLOBAL.Set_Policy_Context('S', l_org_id);

Line 1756: MO_GLOBAL.init('ONT'); -- 1/2/2009 => Added this for integration testing after discussing with Srihari Mani

1752: IF l_debug_on THEN
1753: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling MO_GLOBAL.Set_Policy_Context with org_id '||l_org_id);
1754: END IF;
1755: --
1756: MO_GLOBAL.init('ONT'); -- 1/2/2009 => Added this for integration testing after discussing with Srihari Mani
1757: MO_GLOBAL.Set_Policy_Context('S', l_org_id);
1758:
1759: --Setting value for G_MODE to 'STANDALONE', so that intermediate COMMIT does
1760: --not happen in WSH_MAP_LOCATION_REGION_PKG.Rule_Location

Line 1757: MO_GLOBAL.Set_Policy_Context('S', l_org_id);

1753: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling MO_GLOBAL.Set_Policy_Context with org_id '||l_org_id);
1754: END IF;
1755: --
1756: MO_GLOBAL.init('ONT'); -- 1/2/2009 => Added this for integration testing after discussing with Srihari Mani
1757: MO_GLOBAL.Set_Policy_Context('S', l_org_id);
1758:
1759: --Setting value for G_MODE to 'STANDALONE', so that intermediate COMMIT does
1760: --not happen in WSH_MAP_LOCATION_REGION_PKG.Rule_Location
1761: WSH_MAP_LOCATION_REGION_PKG.G_MODE := 'STANDALONE';