DBA Data[Home] [Help]

APPS.INL_SHIPMENT_PVT dependencies on RCV_INVOICE_MATCHING_SV

Line 3381: rcv_invoice_matching_sv.get_quantities

3377: AND rt.po_line_location_id = sl.ship_line_source_id
3378: AND sl.ship_line_src_type_code = 'PO'
3379: AND sl.ship_line_id = l_to_ship_line_id;
3380:
3381: rcv_invoice_matching_sv.get_quantities
3382: (top_transaction_id => l_rt_transaction_id,
3383: ordered_po_qty => l_ordered_po_qty,
3384: cancelled_po_qty => l_cancelled_po_qty,
3385: received_po_qty => l_received_po_qty,