DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_PREPROC_PVT dependencies on PO_MOAC_UTILS_PVT

Line 172: l_original_operating_unit_id := po_moac_utils_pvt.get_current_org_id;

168:
169: IF PO_AUTOCREATE_PARAMS.x_orig_org_id IS NOT NULL THEN
170: l_original_operating_unit_id := PO_AUTOCREATE_PARAMS.x_orig_org_id;
171: ELSE
172: l_original_operating_unit_id := po_moac_utils_pvt.get_current_org_id;
173: END IF;
174:
175: l_progress := '020';
176:

Line 204: PO_MOAC_UTILS_PVT.set_org_context(l_purch_operating_unit_id) ;

200: )
201: )
202: THEN
203: l_org_context_changed := 'Y';
204: PO_MOAC_UTILS_PVT.set_org_context(l_purch_operating_unit_id) ;
205: END IF;
206:
207: l_progress := '050';
208:

Line 269: PO_MOAC_UTILS_PVT.set_org_context(l_original_operating_unit_id) ;

265: p_progress => l_progress);
266: END IF;
267:
268: IF (l_org_context_changed = 'Y') THEN
269: PO_MOAC_UTILS_PVT.set_org_context(l_original_operating_unit_id) ;
270: END IF;
271:
272: -- CLM Phase 2 Changes : Error Handling
273: PO_AUTOCREATE_PVT.report_error( 'PO_AUTO_PREPROC_ERR',x_token1_value => sqlerrm);