DBA Data[Home] [Help]

APPS.RCV_RMA_RCPT_PURGE dependencies on RCV_LOTS_SUPPLY

Line 71: /* delete from rcv_lots_supply */

67:
68: /* get a list of transaction_id for this x_ship_line_id */
69:
70: x_progress := '010';
71: /* delete from rcv_lots_supply */
72: delete from rcv_lots_supply
73: where shipment_line_id = x_ship_line_id;
74:
75: x_progress := '020';

Line 72: delete from rcv_lots_supply

68: /* get a list of transaction_id for this x_ship_line_id */
69:
70: x_progress := '010';
71: /* delete from rcv_lots_supply */
72: delete from rcv_lots_supply
73: where shipment_line_id = x_ship_line_id;
74:
75: x_progress := '020';
76: /* delete from rcv_serials_supply */

Line 86: /* delete from rcv_lots_supply */

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 */
87: delete from rcv_serial_transactions
88: where shipment_line_id = x_ship_line_id;
89:
90: x_progress := '050';