DBA Data[Home] [Help]

APPS.CSP_TRANSACTIONS_PUB dependencies on CSP_RECEIVE_LINES_V

Line 2421: CSP_RECEIVE_lines_V

2417: LOT_CONTROL_CODE,
2418: LOT_QUANTITY,
2419: item_revision
2420: from
2421: CSP_RECEIVE_lines_V
2422: where
2423: rcv_shipment_header_id = l_rcv_ship_header_id
2424: and rcv_shipment_line_id = l_rcv_ship_line_id
2425: and nvl(SERIAL_NUM, -999) = nvl(p_trans_record.SERIAL_NUMBER, -999);