DBA Data[Home] [Help]

APPS.GMD_SAMPLES_GRP dependencies on RCV_SHIPMENT_LINES

Line 5106: FROM rcv_shipment_lines rsl ,

5102:
5103: CURSOR Cur_get_receipt_line_info IS
5104: SELECT rsh.receipt_num receipt_no,
5105: rsl.line_num receipt_line_num
5106: FROM rcv_shipment_lines rsl ,
5107: rcv_shipment_headers rsh
5108: WHERE rsl.po_header_id = p_po_header_id
5109: AND rsl.po_line_id = p_po_line_id
5110: AND rsl.shipment_header_id = rsh.shipment_header_id