DBA Data[Home] [Help]

APPS.WMS_RETURN_SV dependencies on MTL_LOT_NUMBERS

Line 3276: l_lot_number MTL_LOT_NUMBERS.LOT_NUMBER%TYPE; --Lot Number

3272: l_upd_reservation_record INV_RESERVATION_GLOBAL.MTL_RESERVATION_REC_TYPE;
3273: l_upd_reservation_tbl INV_RESERVATION_GLOBAL.MTL_RESERVATION_TBL_TYPE;
3274: l_upd_reservation_tbl_cnt NUMBER := 0;
3275: l_dummy_sn INV_RESERVATION_GLOBAL.SERIAL_NUMBER_TBL_TYPE;
3276: l_lot_number MTL_LOT_NUMBERS.LOT_NUMBER%TYPE; --Lot Number
3277: l_uom_code VARCHAR2(3); --UOM Code
3278: l_quantity_reserved NUMBER; --Quantity that was reserved
3279: l_reservation_id NUMBER; --Reservation Id
3280: l_error_code NUMBER;