DBA Data[Home] [Help]

APPS.PO_RCO_VALIDATION_PVT dependencies on OE_INTERNAL_REQUISITION_PVT

Line 5130: OE_Internal_Requisition_Pvt.Is_IReq_Changable

5126:
5127: l_progress := '002';
5128: -- OM_API.is_req_line_cancellable(l_req_header_id,l_req_line_id,x_return_status);
5129: -- OM API OM_API provided is
5130: OE_Internal_Requisition_Pvt.Is_IReq_Changable
5131: ( P_API_Version => 1.0
5132: , P_internal_req_line_id =>p_req_line_id
5133: , P_internal_req_header_id =>p_req_header_id
5134: , X_Update_Allowed =>x_update_allowed

Line 5186: OE_Internal_Requisition_Pvt.Is_IReq_Changable

5182:
5183: l_progress := '003';
5184: -- OM_API.is_req_line_cancellable(l_req_header_id,l_req_line_id,x_return_status);
5185: -- OM API OM_API provided is
5186: OE_Internal_Requisition_Pvt.Is_IReq_Changable
5187: ( P_API_Version => 1.0
5188: , P_internal_req_line_id =>l_req_line_id
5189: , P_internal_req_header_id =>l_req_header_id
5190: , X_Update_Allowed =>x_update_allowed

Line 5301: OE_Internal_Requisition_Pvt.Is_IReq_Changable

5297:
5298:
5299: -- OM_API.is_req_line_changeable(l_req_header_id,l_req_line_id,x_return_status);
5300: -- OM API OM_API provided is
5301: OE_Internal_Requisition_Pvt.Is_IReq_Changable
5302: ( P_API_Version => 1.0
5303: , P_internal_req_line_id =>l_req_line_id
5304: , P_internal_req_header_id =>l_req_header_id
5305: , X_Update_Allowed =>l_update_allowed

Line 6891: OE_Internal_Requisition_Pvt.Call_Process_Order_for_IReq

6887: IF g_debug_stmt THEN
6888: po_debug.debug_stmt(l_log_head, l_progress, 'Calling OM API Validating the changes');
6889: END IF;
6890:
6891: OE_Internal_Requisition_Pvt.Call_Process_Order_for_IReq
6892: ( P_API_Version => 1.0
6893: , P_internal_req_line_id => p_req_line_id
6894: , P_internal_req_header_id => p_req_header_id
6895: , P_Mode => 'V' --SIMPLY VALIDATING