DBA Data[Home] [Help]

APPS.PO_RCO_VALIDATION_PVT dependencies on OE_INTERNAL_REQUISITION_PVT

Line 4990: OE_Internal_Requisition_Pvt.Is_IReq_Changable

4986:
4987: l_progress := '002';
4988: -- OM_API.is_req_line_cancellable(l_req_header_id,l_req_line_id,x_return_status);
4989: -- OM API OM_API provided is
4990: OE_Internal_Requisition_Pvt.Is_IReq_Changable
4991: ( P_API_Version => 1.0
4992: , P_internal_req_line_id =>p_req_line_id
4993: , P_internal_req_header_id =>p_req_header_id
4994: , X_Update_Allowed =>x_update_allowed

Line 5038: OE_Internal_Requisition_Pvt.Is_IReq_Changable

5034:
5035: l_progress := '002';
5036: -- OM_API.is_req_line_cancellable(l_req_header_id,l_req_line_id,x_return_status);
5037: -- OM API OM_API provided is
5038: OE_Internal_Requisition_Pvt.Is_IReq_Changable
5039: ( P_API_Version => 1.0
5040: , P_internal_req_line_id =>l_req_line_id
5041: , P_internal_req_header_id =>l_req_header_id
5042: , X_Update_Allowed =>x_update_allowed

Line 5146: OE_Internal_Requisition_Pvt.Is_IReq_Changable

5142:
5143:
5144: -- OM_API.is_req_line_changeable(l_req_header_id,l_req_line_id,x_return_status);
5145: -- OM API OM_API provided is
5146: OE_Internal_Requisition_Pvt.Is_IReq_Changable
5147: ( P_API_Version => 1.0
5148: , P_internal_req_line_id =>l_req_line_id
5149: , P_internal_req_header_id =>l_req_header_id
5150: , X_Update_Allowed =>l_update_allowed

Line 6832: OE_Internal_Requisition_Pvt.Call_Process_Order_for_IReq

6828: IF g_debug_stmt THEN
6829: po_debug.debug_stmt(l_log_head, l_progress, 'Calling OM API Validating the changes');
6830: END IF;
6831:
6832: OE_Internal_Requisition_Pvt.Call_Process_Order_for_IReq
6833: ( P_API_Version => 1.0
6834: , P_internal_req_line_id => p_req_line_id
6835: , P_internal_req_header_id => p_req_header_id
6836: , P_Mode => 'V' --SIMPLY VALIDATING