DBA Data[Home] [Help]

APPS.WMS_WAVE_PLANNING_PVT dependencies on INV_RESERVATION_GLOBAL

Line 5243: l_rsv_temp_rec inv_reservation_global.mtl_reservation_rec_type;

5239: g_dummy_table WSH_UTIL_CORE.ID_TAB_TYPE;
5240: n1 number := 1;
5241:
5242: --For Reservations
5243: l_rsv_temp_rec inv_reservation_global.mtl_reservation_rec_type;
5244: l_rsv_temp_rec_2 inv_reservation_global.mtl_reservation_rec_type;
5245: l_src_sub VARCHAR2(10);
5246: l_order_count NUMBER;
5247: l_demand_header_id NUMBER;

Line 5244: l_rsv_temp_rec_2 inv_reservation_global.mtl_reservation_rec_type;

5240: n1 number := 1;
5241:
5242: --For Reservations
5243: l_rsv_temp_rec inv_reservation_global.mtl_reservation_rec_type;
5244: l_rsv_temp_rec_2 inv_reservation_global.mtl_reservation_rec_type;
5245: l_src_sub VARCHAR2(10);
5246: l_order_count NUMBER;
5247: l_demand_header_id NUMBER;
5248: L_demand_line_id NUMBER;

Line 5260: l_rsv_tbl_tmp inv_reservation_global.mtl_reservation_tbl_type;

5256: l_repl_level NUMBER;
5257: l_repl_type NUMBER;
5258: l_repl_UOM_code VARCHAR2(3);
5259: l_Repl_Lot_Size NUMBER;
5260: l_rsv_tbl_tmp inv_reservation_global.mtl_reservation_tbl_type;
5261: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
5262: l_serial_number inv_reservation_global.serial_number_tbl_type;
5263: l_to_serial_number inv_reservation_global.serial_number_tbl_type;
5264: l_quantity_reserved NUMBER;

Line 5261: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;

5257: l_repl_type NUMBER;
5258: l_repl_UOM_code VARCHAR2(3);
5259: l_Repl_Lot_Size NUMBER;
5260: l_rsv_tbl_tmp inv_reservation_global.mtl_reservation_tbl_type;
5261: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
5262: l_serial_number inv_reservation_global.serial_number_tbl_type;
5263: l_to_serial_number inv_reservation_global.serial_number_tbl_type;
5264: l_quantity_reserved NUMBER;
5265: l_quantity_reserved2 NUMBER;

Line 5262: l_serial_number inv_reservation_global.serial_number_tbl_type;

5258: l_repl_UOM_code VARCHAR2(3);
5259: l_Repl_Lot_Size NUMBER;
5260: l_rsv_tbl_tmp inv_reservation_global.mtl_reservation_tbl_type;
5261: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
5262: l_serial_number inv_reservation_global.serial_number_tbl_type;
5263: l_to_serial_number inv_reservation_global.serial_number_tbl_type;
5264: l_quantity_reserved NUMBER;
5265: l_quantity_reserved2 NUMBER;
5266: l_rsv_id NUMBER;

Line 5263: l_to_serial_number inv_reservation_global.serial_number_tbl_type;

5259: l_Repl_Lot_Size NUMBER;
5260: l_rsv_tbl_tmp inv_reservation_global.mtl_reservation_tbl_type;
5261: l_rsv_rec inv_reservation_global.mtl_reservation_rec_type;
5262: l_serial_number inv_reservation_global.serial_number_tbl_type;
5263: l_to_serial_number inv_reservation_global.serial_number_tbl_type;
5264: l_quantity_reserved NUMBER;
5265: l_quantity_reserved2 NUMBER;
5266: l_rsv_id NUMBER;
5267: l_error_code NUMBER;