DBA Data[Home] [Help]

APPS.RCV_INVOICE_MATCHING_SV dependencies on PO_LINE_LOCATIONS

Line 363: po_line_locations ps,

359: ordered_po_qty,
360: cancelled_po_qty,
361: billed_txn_qty
362: FROM
363: po_line_locations ps,
364: rcv_transactions rt
365: WHERE
366: rt.transaction_id = top_transaction_id and
367: rt.po_line_location_id = ps.line_location_id;