DBA Data[Home] [Help]

APPS.INV_RCV_INTEGRATION_PVT dependencies on INV_RESERVATION_GLOBAL

Line 4111: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;

4107: l_tmp_qty_dtld NUMBER;
4108: l_tmp_uom_code VARCHAR2(3);
4109:
4110: --For calling delete_reservation in REJECT cases
4111: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
4112: l_dummy_serial inv_reservation_global.serial_number_tbl_type;
4113: l_msg_count number;
4114: l_msg_data VARCHAR2(2000);
4115: l_return_status VARCHAR2(1);

Line 4112: l_dummy_serial inv_reservation_global.serial_number_tbl_type;

4108: l_tmp_uom_code VARCHAR2(3);
4109:
4110: --For calling delete_reservation in REJECT cases
4111: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
4112: l_dummy_serial inv_reservation_global.serial_number_tbl_type;
4113: l_msg_count number;
4114: l_msg_data VARCHAR2(2000);
4115: l_return_status VARCHAR2(1);
4116: