DBA Data[Home] [Help]

APPS.PO_RESCHEDULE_PKG dependencies on PO_MOAC_UTILS_PVT

Line 230: l_original_org_context := PO_MOAC_UTILS_PVT.get_current_org_id ; --

226:
227: l_progress:= '040';
228: /* Step 2: save the existing org_context. get the org_id from
229: po_header_id and set the context to this org_id */
230: l_original_org_context := PO_MOAC_UTILS_PVT.get_current_org_id ; --
231:
232: -- debug
233: PO_DEBUG.debug_var(l_log_head,l_progress,'l_original_org_context', l_original_org_context);
234: -- debug

Line 257: PO_MOAC_UTILS_PVT.set_org_context(l_document_org_id) ; --

253: PO_DEBUG.debug_var(l_log_head,l_progress,'l_document_org_id', l_document_org_id);
254: -- debug
255:
256: -- Set the org context to the document's OU.
257: PO_MOAC_UTILS_PVT.set_org_context(l_document_org_id) ; --
258: EXCEPTION
259: WHEN NO_DATA_FOUND THEN
260: add_error_to_msg_list (
261: p_api_name => l_api_name,

Line 531: PO_MOAC_UTILS_PVT.set_org_context(l_original_org_context) ; --

527: PO_DEBUG.debug_stmt(l_log_head,l_progress,'setting the context back to '
528: ||l_original_org_context);
529: -- debug
530: /* Step 9: set the context back to the orginal context.*/
531: PO_MOAC_UTILS_PVT.set_org_context(l_original_org_context) ; --
532:
533: /* Delete all the data from po_session_gt */
534: l_progress:= '170';
535:

Line 553: PO_MOAC_UTILS_PVT.set_org_context(l_original_org_context) ; --

549: EXCEPTION
550: WHEN FND_API.G_EXC_ERROR THEN
551: -- Set the org context back to the original operating unit.
552: IF (l_original_org_context IS NOT NULL) THEN
553: PO_MOAC_UTILS_PVT.set_org_context(l_original_org_context) ; --
554: END IF;
555: DELETE FROM po_session_gt
556: WHERE KEY = l_session_gt_key;
557: RETURN FALSE;