DBA Data[Home] [Help]

APPS.DPP_PURCHASEPRICE_PVT dependencies on RCV_TRANSACTIONS_INTERFACE

Line 1024: rcv_transactions_interface rti

1020: nvl(pll.closed_code,'OPEN') not in ('FINALLY CLOSED', 'CLOSED') AND
1021: --pll.quantity_received > 0 AND
1022: nvl(pll.cancel_flag,'N') = 'N'
1023: INNER JOIN
1024: rcv_transactions_interface rti
1025: ON
1026: rti.po_line_location_id = pll.line_location_id AND
1027: rti.transaction_status_code = 'PENDING'
1028: LEFT OUTER JOIN