DBA Data[Home] [Help]

APPS.PO_REQCHANGEREQUESTWF_PVT dependencies on OE_INTERNAL_REQUISITION_PVT

Line 11485: OE_Internal_Requisition_Pvt.Apply_Hold_for_IReq -- Specification definition

11481: LOOP
11482: FETCH req_line_id_chn_csr INTO l_line_id;
11483: EXIT WHEN req_line_id_chn_csr%notfound;
11484:
11485: OE_Internal_Requisition_Pvt.Apply_Hold_for_IReq -- Specification definition
11486: ( P_API_Version => 1.0
11487: , P_internal_req_line_id => l_line_id
11488: , P_internal_req_header_id =>p_req_header_id
11489: , X_msg_count =>l_msg_count

Line 11673: OE_Internal_Requisition_Pvt.Release_Hold_for_IReq

11669: PO_MOAC_UTILS_PVT.set_org_context(l_orgid) ; --
11670:
11671: --release the OM LINE FROM HOLD call OM_API
11672: x_progress := '020';
11673: OE_Internal_Requisition_Pvt.Release_Hold_for_IReq
11674: ( P_API_Version => 1.0
11675: , P_internal_req_line_id => l_document_line_id
11676: , P_internal_req_header_id =>l_document_header_id
11677: , X_msg_count =>l_msg_count

Line 11828: OE_Internal_Requisition_Pvt.Call_Process_Order_for_IReq -- Specification definition

11824: END IF;
11825:
11826: l_progress := '005';
11827:
11828: OE_Internal_Requisition_Pvt.Call_Process_Order_for_IReq -- Specification definition
11829: ( P_API_Version =>1.0
11830: , P_internal_req_line_id =>p_document_line_id
11831: , P_internal_req_header_id =>l_document_header_id
11832: , P_Mode => 'P'

Line 11850: OE_Internal_Requisition_Pvt.Call_Process_Order_for_IReq -- Specification definition

11846: ELSIF (p_action_type = 'CANCELLATION') THEN
11847:
11848: l_progress := '006';
11849:
11850: OE_Internal_Requisition_Pvt.Call_Process_Order_for_IReq -- Specification definition
11851: ( P_API_Version =>1.0
11852: , P_internal_req_line_id =>p_document_line_id
11853: , P_internal_req_header_id =>l_document_header_id
11854: , P_Mode => 'P'

Line 11977: OE_Internal_Requisition_Pvt.Release_Hold_for_IReq

11973: PO_MOAC_UTILS_PVT.set_org_context(l_orgid) ; --
11974:
11975: --release the OM LINE FROM HOLD call OM_API
11976:
11977: OE_Internal_Requisition_Pvt.Release_Hold_for_IReq
11978: ( P_API_Version => 1.0
11979: , P_internal_req_line_id => p_document_line_id
11980: , P_internal_req_header_id =>l_document_header_id
11981: , X_msg_count =>l_msg_count