DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on PO_MOAC_UTILS_PVT

Line 801: l_original_operating_unit_id := po_moac_utils_pvt.get_current_org_id;

797: --
798: IF p_orig_org_id IS NOT NULL THEN
799: l_original_operating_unit_id := p_orig_org_id;
800: ELSE
801: l_original_operating_unit_id := po_moac_utils_pvt.get_current_org_id;
802: END IF;
803: --
804:
805: l_progress := '020';

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

826: AND (l_req_operating_unit_id IS NULL
827: OR l_purch_operating_unit_id <> l_req_operating_unit_id))
828: THEN
829: l_org_context_changed := 'Y';
830: PO_MOAC_UTILS_PVT.set_org_context(l_purch_operating_unit_id) ; --
831: END IF;
832:
833: -- Initialize API return status to success
834: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

1052: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1053:
1054: --set the org context back to original one
1055: IF (l_org_context_changed = 'Y') THEN
1056: PO_MOAC_UTILS_PVT.set_org_context(l_original_operating_unit_id) ; --
1057: END IF;
1058: --
1059: po_message_s.sql_error('CREATE_DOCUMENTS',l_progress,sqlcode);
1060: raise;

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

1143:
1144: --
1145: --set the org context back to original one
1146: IF (l_org_context_changed = 'Y') THEN
1147: PO_MOAC_UTILS_PVT.set_org_context(l_original_operating_unit_id) ; --
1148: END IF;
1149: --
1150:
1151: IF g_debug_stmt THEN --< Bug 3210331: use proper debugging >

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

1170: --
1171:
1172: --set the org context back to original one
1173: IF (l_org_context_changed = 'Y') THEN
1174: PO_MOAC_UTILS_PVT.set_org_context(l_original_operating_unit_id) ; --
1175: END IF;
1176: --
1177:
1178: po_message_s.sql_error('CREATE_DOCUMENTS',l_progress,sqlcode);