DBA Data[Home] [Help]

APPS.INV_MO_BACKORDER_PVT dependencies on INV_RESERVATION_GLOBAL

Line 361: l_mtl_reservation_tbl inv_reservation_global.mtl_reservation_tbl_type;

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

Line 362: l_mtl_reservation_rec inv_reservation_global.mtl_reservation_rec_type;

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

Line 364: l_original_serial_number inv_reservation_global.serial_number_tbl_type;

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

Line 365: l_to_serial_number inv_reservation_global.serial_number_tbl_type;

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