DBA Data[Home] [Help]

APPS.PO_REQCHANGEREQUESTWF_PVT dependencies on OE_INTERNAL_REQUISITION_PVT

Line 11895: OE_Internal_Requisition_Pvt.Apply_Hold_for_IReq -- Specification definition

11891: IF l_orgid is NOT NULL THEN
11892: PO_MOAC_UTILS_PVT.set_org_context(l_orgid) ; --
11893: END IF;
11894:
11895: OE_Internal_Requisition_Pvt.Apply_Hold_for_IReq -- Specification definition
11896: ( P_API_Version => 1.0
11897: , P_internal_req_line_id => l_line_id
11898: , P_internal_req_header_id =>p_req_header_id
11899: , X_msg_count =>l_msg_count

Line 12059: OE_Internal_Requisition_Pvt.Release_Hold_for_IReq

12055: PO_MOAC_UTILS_PVT.set_org_context(l_orgid) ; --
12056:
12057: --release the OM LINE FROM HOLD call OM_API
12058: x_progress := '020';
12059: OE_Internal_Requisition_Pvt.Release_Hold_for_IReq
12060: ( P_API_Version => 1.0
12061: , P_internal_req_line_id => l_document_line_id
12062: , P_internal_req_header_id =>l_document_header_id
12063: , X_msg_count =>l_msg_count

Line 12251: OE_Internal_Requisition_Pvt.Release_Hold_for_IReq

12247:
12248: --release the OM LINE FROM HOLD call OM_API
12249: -- release the hold from SO before calling process order api bug 8299243
12250:
12251: OE_Internal_Requisition_Pvt.Release_Hold_for_IReq
12252: ( P_API_Version => 1.0
12253: , P_internal_req_line_id => p_document_line_id
12254: , P_internal_req_header_id =>l_document_header_id
12255: , X_msg_count =>l_msg_count

Line 12282: OE_Internal_Requisition_Pvt.Call_Process_Order_for_IReq -- Specification definition

12278: END IF;
12279:
12280: l_progress := '005';
12281:
12282: OE_Internal_Requisition_Pvt.Call_Process_Order_for_IReq -- Specification definition
12283: ( P_API_Version =>1.0
12284: , P_internal_req_line_id =>p_document_line_id
12285: , P_internal_req_header_id =>l_document_header_id
12286: , P_Mode => 'P'

Line 12304: OE_Internal_Requisition_Pvt.Call_Process_Order_for_IReq -- Specification definition

12300: ELSIF (p_action_type = 'CANCELLATION') THEN
12301:
12302: l_progress := '006';
12303:
12304: OE_Internal_Requisition_Pvt.Call_Process_Order_for_IReq -- Specification definition
12305: ( P_API_Version =>1.0
12306: , P_internal_req_line_id =>p_document_line_id
12307: , P_internal_req_header_id =>l_document_header_id
12308: , P_Mode => 'P'