DBA Data[Home] [Help]

APPS.PO_RESCHEDULE_PKG dependencies on PO_MOAC_UTILS_PVT

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

269:
270: l_progress:= '040';
271: /* Step 2: save the existing org_context. get the org_id from
272: po_header_id and set the context to this org_id */
273: l_original_org_context := PO_MOAC_UTILS_PVT.get_current_org_id ; --
274:
275: -- debug
276: PO_DEBUG.debug_var(l_log_head,l_progress,'l_original_org_context', l_original_org_context);
277: -- debug

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

296: PO_DEBUG.debug_var(l_log_head,l_progress,'l_document_org_id', l_document_org_id);
297: -- debug
298:
299: -- Set the org context to the document's OU.
300: PO_MOAC_UTILS_PVT.set_org_context(l_document_org_id) ; --
301: EXCEPTION
302: WHEN NO_DATA_FOUND THEN
303: add_error_to_msg_list (
304: p_api_name => l_api_name,

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

609: PO_DEBUG.debug_stmt(l_log_head,l_progress,'setting the context back to '
610: ||l_original_org_context);
611: -- debug
612: /* Step 9: set the context back to the orginal context.*/
613: PO_MOAC_UTILS_PVT.set_org_context(l_original_org_context) ; --
614:
615: /* Delete all the data from po_session_gt */
616: l_progress:= '170';
617:

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

631: EXCEPTION
632: WHEN FND_API.G_EXC_ERROR THEN
633: -- Set the org context back to the original operating unit.
634: IF (l_original_org_context IS NOT NULL) THEN
635: PO_MOAC_UTILS_PVT.set_org_context(l_original_org_context) ; --
636: END IF;
637: DELETE FROM po_session_gt
638: WHERE KEY = l_session_gt_key;
639: RETURN FALSE;