DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on PO_MOAC_UTILS_PVT

Line 993: l_original_operating_unit_id := po_moac_utils_pvt.get_current_org_id;

989: --
990: IF p_orig_org_id IS NOT NULL THEN
991: l_original_operating_unit_id := p_orig_org_id;
992: ELSE
993: l_original_operating_unit_id := po_moac_utils_pvt.get_current_org_id;
994: END IF;
995: --
996:
997: l_progress := '020';

Line 1022: PO_MOAC_UTILS_PVT.set_org_context(l_purch_operating_unit_id) ; --

1018: AND (l_req_operating_unit_id IS NULL
1019: OR l_purch_operating_unit_id <> l_req_operating_unit_id))
1020: THEN
1021: l_org_context_changed := 'Y';
1022: PO_MOAC_UTILS_PVT.set_org_context(l_purch_operating_unit_id) ; --
1023: END IF;
1024:
1025: -- Initialize API return status to success
1026: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1250: PO_MOAC_UTILS_PVT.set_org_context(l_original_operating_unit_id) ; --

1246: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1247:
1248: --set the org context back to original one
1249: IF (l_org_context_changed = 'Y') THEN
1250: PO_MOAC_UTILS_PVT.set_org_context(l_original_operating_unit_id) ; --
1251: END IF;
1252: --
1253: po_message_s.sql_error('CREATE_DOCUMENTS',l_progress,sqlcode);
1254: raise;

Line 1341: PO_MOAC_UTILS_PVT.set_org_context(l_original_operating_unit_id) ; --

1337:
1338: --
1339: --set the org context back to original one
1340: IF (l_org_context_changed = 'Y') THEN
1341: PO_MOAC_UTILS_PVT.set_org_context(l_original_operating_unit_id) ; --
1342: END IF;
1343: --
1344:
1345: IF g_debug_stmt THEN --< Bug 3210331: use proper debugging >

Line 1368: PO_MOAC_UTILS_PVT.set_org_context(l_original_operating_unit_id) ; --

1364: --
1365:
1366: --set the org context back to original one
1367: IF (l_org_context_changed = 'Y') THEN
1368: PO_MOAC_UTILS_PVT.set_org_context(l_original_operating_unit_id) ; --
1369: END IF;
1370: --
1371:
1372: po_message_s.sql_error('CREATE_DOCUMENTS',l_progress,sqlcode);