DBA Data[Home] [Help]

APPS.RCV_ACCRUAL_SV dependencies on PO_LINE_LOCATIONS

Line 495: po_line_locations ps,

491: INTO
492: ordered_po_qty,
493: billed_txn_qty
494: FROM
495: po_line_locations ps,
496: rcv_transactions rt
497: WHERE
498: rt.transaction_id = top_transaction_id and
499: rt.po_line_location_id = ps.line_location_id;