DBA Data[Home] [Help]

APPS.OE_BULK_ORDER_IMPORT_PVT dependencies on MO_GLOBAL

Line 623: MO_GLOBAL.set_policy_context('S',p_operating_unit);

619: fnd_file.put_line(FND_FILE.OUTPUT, 'Request Id: '|| to_char(l_request_id));
620:
621:
622: If p_operating_unit IS NOT NULL Then
623: MO_GLOBAL.set_policy_context('S',p_operating_unit);
624: End If;
625: l_default_org_id := MO_UTILS.get_default_org_id;
626:
627: If p_debug_level > 0 Then

Line 1242: MO_GLOBAL.SET_POLICY_CONTEXT('S',b_org_id);

1238: G_ORG_ID <> b_org_id) Then
1239: If p_debug_level > 0 Then
1240: oe_debug_pub.add(' Setting the policy context for '||b_org_id);
1241: end if;
1242: MO_GLOBAL.SET_POLICY_CONTEXT('S',b_org_id);
1243: G_ORG_ID := b_org_id;
1244:
1245: -- Set all globals that are derived based on OU
1246: Initialize_Batch