DBA Data[Home] [Help]

APPS.INL_SHIPMENT_PVT dependencies on RCV_INVOICE_MATCHING_SV

Line 5559: l_debug_info := 'Call rcv_invoice_matching_sv';

5555:
5556: l_rt_transaction_id := l_last_adj_sl(i).transaction_id;
5557: l_rt_uom_code := l_last_adj_sl(i).uom_code;
5558:
5559: l_debug_info := 'Call rcv_invoice_matching_sv';
5560: INL_LOGGING_PVT.Log_Statement (
5561: p_module_name => g_module_name,
5562: p_procedure_name => l_api_name,
5563: p_debug_info => l_debug_info

Line 5573: rcv_invoice_matching_sv.get_quantities

5569: p_var_name => 'l_rt_transaction_id',
5570: p_var_value => l_rt_transaction_id
5571: );
5572:
5573: rcv_invoice_matching_sv.get_quantities
5574: (top_transaction_id => l_rt_transaction_id,
5575: ordered_po_qty => l_ordered_po_qty ,
5576: cancelled_po_qty => l_cancelled_po_qty ,
5577: received_po_qty => l_received_po_qty ,