DBA Data[Home] [Help]

APPS.OE_BULK_ORDER_IMPORT_PVT dependencies on MO_GLOBAL

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

714: fnd_file.put_line(FND_FILE.OUTPUT, 'Request Id: '|| to_char(l_request_id));
715:
716:
717: If p_operating_unit IS NOT NULL Then
718: MO_GLOBAL.set_policy_context('S',p_operating_unit);
719: End If;
720: l_default_org_id := MO_UTILS.get_default_org_id;
721:
722: If p_debug_level > 0 Then

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

1333: G_ORG_ID <> b_org_id) Then
1334: If p_debug_level > 0 Then
1335: oe_debug_pub.add(' Setting the policy context for '||b_org_id);
1336: end if;
1337: MO_GLOBAL.SET_POLICY_CONTEXT('S',b_org_id);
1338: G_ORG_ID := b_org_id;
1339:
1340: -- Set all globals that are derived based on OU
1341: Initialize_Batch