DBA Data[Home] [Help]

APPS.RCV_INVOICE_MATCHING_SV dependencies on PO_LINE_LOCATIONS

Line 383: po_line_locations ps,

379: ordered_po_qty,
380: cancelled_po_qty,
381: billed_txn_qty
382: FROM
383: po_line_locations ps,
384: rcv_transactions rt
385: WHERE
386: rt.transaction_id = top_transaction_id and
387: rt.po_line_location_id = ps.line_location_id;