DBA Data[Home] [Help]

APPS.AP_IMPORT_UTILITIES_PKG dependencies on RCV_SHIPMENT_HEADERS

Line 64: , rcv_shipment_headers sh

60: SELECT rt.transaction_id
61: , rt.unit_of_measure
62: , lt.matching_basis
63: FROM rcv_transactions rt
64: , rcv_shipment_headers sh
65: , po_lines pl
66: , po_line_types lt
67: WHERE sh.receipt_source_code = 'VENDOR'
68: AND rt.shipment_header_id = sh.shipment_header_id