DBA Data[Home] [Help]

APPS.RCV_RMA_RCPT_PURGE dependencies on RCV_LOT_TRANSACTIONS

Line 81: /* delete from rcv_lot_transactions */

77: delete from rcv_serials_supply
78: where shipment_line_id = x_ship_line_id;
79:
80: x_progress := '030';
81: /* delete from rcv_lot_transactions */
82: delete from rcv_lot_transactions
83: where shipment_line_id = x_ship_line_id;
84:
85: x_progress := '040';

Line 82: delete from rcv_lot_transactions

78: where shipment_line_id = x_ship_line_id;
79:
80: x_progress := '030';
81: /* delete from rcv_lot_transactions */
82: delete from rcv_lot_transactions
83: where shipment_line_id = x_ship_line_id;
84:
85: x_progress := '040';
86: /* delete from rcv_lots_supply */