DBA Data[Home] [Help]

APPS.INV_RCV_INTEGRATION_PVT dependencies on INV_RESERVATION_GLOBAL

Line 4175: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;

4171: l_tmp_qty_dtld NUMBER;
4172: l_tmp_uom_code VARCHAR2(3);
4173:
4174: --For calling delete_reservation in REJECT cases
4175: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
4176: l_dummy_serial inv_reservation_global.serial_number_tbl_type;
4177: l_msg_count number;
4178: l_msg_data VARCHAR2(2000);
4179: l_return_status VARCHAR2(1);

Line 4176: l_dummy_serial inv_reservation_global.serial_number_tbl_type;

4172: l_tmp_uom_code VARCHAR2(3);
4173:
4174: --For calling delete_reservation in REJECT cases
4175: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
4176: l_dummy_serial inv_reservation_global.serial_number_tbl_type;
4177: l_msg_count number;
4178: l_msg_data VARCHAR2(2000);
4179: l_return_status VARCHAR2(1);
4180: