DBA Data[Home] [Help]

APPS.CHV_INQ_SV2 dependencies on RCV_SHIPMENT_HEADERS

Line 56: rcv_shipment_headers rsh

52:
53: select receipt_num
54: into x_last_receipt_num
55: from rcv_transactions rct,
56: rcv_shipment_headers rsh
57: where rct.transaction_id = x_last_receipt_id
58: and rct.shipment_header_id = rsh.shipment_header_id;
59:
60: return(x_last_receipt_num) ;