DBA Data[Home] [Help]

APPS.PO_DOCUMENT_UPGRADE_PVT dependencies on RCV_TRANSACTIONS

Line 194: from rcv_transactions RT

190: 'CLOSED',poll.closed_date,
191: 'CLOSED FOR RECEIVING',poll.last_update_date,
192: NULL)
193: )
194: from rcv_transactions RT
195: where RT.TRANSACTION_TYPE IN ('RECEIVE','ACCEPT','CORRECT','MATCH')
196: and RT.po_line_location_id = poll.line_location_id
197: and poll.closed_code IN ('FINALLY CLOSED','CLOSED','CLOSED FOR RECEIVING')
198: )