DBA Data[Home] [Help]

APPS.INV_MO_BACKORDER_PVT dependencies on INV_RESERVATION_GLOBAL

Line 362: l_mtl_reservation_tbl inv_reservation_global.mtl_reservation_tbl_type;

358: , x_return_status OUT NOCOPY VARCHAR2
359: , x_msg_count OUT NOCOPY NUMBER
360: , x_msg_data OUT NOCOPY VARCHAR2
361: ) IS
362: l_mtl_reservation_tbl inv_reservation_global.mtl_reservation_tbl_type;
363: l_mtl_reservation_rec inv_reservation_global.mtl_reservation_rec_type;
364: l_mtl_reservation_tbl_count NUMBER;
365: l_original_serial_number inv_reservation_global.serial_number_tbl_type;
366: l_to_serial_number inv_reservation_global.serial_number_tbl_type;

Line 363: l_mtl_reservation_rec inv_reservation_global.mtl_reservation_rec_type;

359: , x_msg_count OUT NOCOPY NUMBER
360: , x_msg_data OUT NOCOPY VARCHAR2
361: ) IS
362: l_mtl_reservation_tbl inv_reservation_global.mtl_reservation_tbl_type;
363: l_mtl_reservation_rec inv_reservation_global.mtl_reservation_rec_type;
364: l_mtl_reservation_tbl_count NUMBER;
365: l_original_serial_number inv_reservation_global.serial_number_tbl_type;
366: l_to_serial_number inv_reservation_global.serial_number_tbl_type;
367: l_error_code NUMBER;

Line 365: l_original_serial_number inv_reservation_global.serial_number_tbl_type;

361: ) IS
362: l_mtl_reservation_tbl inv_reservation_global.mtl_reservation_tbl_type;
363: l_mtl_reservation_rec inv_reservation_global.mtl_reservation_rec_type;
364: l_mtl_reservation_tbl_count NUMBER;
365: l_original_serial_number inv_reservation_global.serial_number_tbl_type;
366: l_to_serial_number inv_reservation_global.serial_number_tbl_type;
367: l_error_code NUMBER;
368: l_count NUMBER;
369: l_success BOOLEAN;

Line 366: l_to_serial_number inv_reservation_global.serial_number_tbl_type;

362: l_mtl_reservation_tbl inv_reservation_global.mtl_reservation_tbl_type;
363: l_mtl_reservation_rec inv_reservation_global.mtl_reservation_rec_type;
364: l_mtl_reservation_tbl_count NUMBER;
365: l_original_serial_number inv_reservation_global.serial_number_tbl_type;
366: l_to_serial_number inv_reservation_global.serial_number_tbl_type;
367: l_error_code NUMBER;
368: l_count NUMBER;
369: l_success BOOLEAN;
370: l_umconvert_trans_quantity NUMBER := 0;