DBA Data[Home] [Help]

APPS.POR_RCV_TRANSACTION_SV dependencies on PO_LINES_ALL

Line 870: po_Lines_all pol

866: from rcv_transactions rt,
867: rcv_shipment_lines rl,
868: rcv_shipment_headers rh,
869: mtl_system_items msi,
870: po_Lines_all pol
871: where transaction_id = p_parent_transaction_id
872: and rt.shipment_line_id = rl.shipment_line_id
873: and rl.shipment_header_id = rh.shipment_header_id
874: and MSI.INVENTORY_ITEM_ID(+) = RL.ITEM_ID