DBA Data[Home] [Help]

APPS.CHV_INQ_SV dependencies on RCV_SHIPMENT_HEADERS

Line 38: rcv_shipment_headers rsh,

34: x_shipment_number,
35: x_quantity_received,
36: x_receiving_unit_of_measure
37: from rcv_transactions rct,
38: rcv_shipment_headers rsh,
39: rcv_shipment_lines rsl
40: where transaction_id = p_last_receipt_transaction_id
41: and rct.shipment_header_id = rsh.shipment_header_id
42: and rct.shipment_line_id = rsl.shipment_line_id ;