DBA Data[Home] [Help]

APPS.DPP_PURCHASEPRICE_PVT dependencies on RCV_TRANSACTIONS_INTERFACE

Line 1015: rcv_transactions_interface rti

1011: nvl(pll.closed_code,'OPEN') not in ('FINALLY CLOSED', 'CLOSED') AND
1012: --pll.quantity_received > 0 AND
1013: nvl(pll.cancel_flag,'N') = 'N'
1014: INNER JOIN
1015: rcv_transactions_interface rti
1016: ON
1017: rti.po_line_location_id = pll.line_location_id AND
1018: rti.transaction_status_code = 'PENDING'
1019: LEFT OUTER JOIN