DBA Data[Home] [Help]

APPS.INL_SHIPMENT_PVT dependencies on RCV_TRANSACTIONS_INTERFACE

Line 903: FROM rcv_transactions_interface rti

899: WHERE rsl.lcm_shipment_line_id IS NOT NULL
900: AND pll.line_location_id = rsl.po_line_location_id
901: AND rsl.po_line_location_id = p_parent_id
902: AND NOT EXISTS(SELECT 1
903: FROM rcv_transactions_interface rti
904: WHERE rti.shipment_line_id = rsl.shipment_line_id);
905:
906: l_rcv_shipmt_lines c_rcv_shipmt_lines%ROWTYPE;
907: