Search Results mtl_lot_numbers
Overview
The MTL_LOT_NUMBERS table is a core master data table within the Oracle E-Business Suite Inventory (INV) module. It serves as the central repository for defining and storing all lot-controlled inventory items within an organization. A lot number is a unique identifier assigned to a specific batch of material produced or received together, enabling traceability and quality control. This table is fundamental to the lot management functionality, linking a specific lot number to an inventory item and organization, and storing critical control attributes that govern the lot's lifecycle and usage throughout the supply chain, manufacturing, and order management processes.
Key Information Stored
The table's structure is defined by a primary key that uniquely identifies a lot: INVENTORY_ITEM_ID, ORGANIZATION_ID, and LOT_NUMBER. Beyond this key, the table stores vital descriptive and control attributes. Key columns include STATUS_ID, which links to MTL_MATERIAL_STATUSES_B to enforce hold or approval statuses on the lot. Other significant columns typically include fields for expiration dates, grade, origination dates, and parent lot references, although the specific column list is not detailed in the provided metadata. The table's integrity is maintained through foreign key relationships to MTL_SYSTEM_ITEMS_B (defining the item), MTL_PARAMETERS (defining the organization), and MTL_MATERIAL_STATUSES_B (defining the status).
Common Use Cases and Queries
This table is central to any operation involving lot-tracked material. Common use cases include validating lot numbers during transactions, reporting on lot inventory quantities and statuses, and enforcing lot expiration in picking rules. A fundamental query retrieves lot details for a specific item:
- SELECT lot_number, status_id, expiration_date FROM inv.mtl_lot_numbers WHERE inventory_item_id = 12345 AND organization_id = 101;
Another critical pattern involves joining to MTL_ONHAND_QUANTITIES to report on-hand balances by lot:
- SELECT moq.lot_number, moq.subinventory_code, SUM(moq.primary_transaction_quantity) FROM inv.mtl_onhand_quantities moq JOIN inv.mtl_lot_numbers mln ON moq.inventory_item_id = mln.inventory_item_id AND moq.organization_id = mln.organization_id AND moq.lot_number = mln.lot_number WHERE moq.inventory_item_id = 12345 GROUP BY moq.lot_number, moq.subinventory_code;
Lot status validation is also a frequent requirement for transaction interfaces and custom logic.
Related Objects
As indicated by the extensive foreign key metadata, MTL_LOT_NUMBERS is referenced by numerous transactional and interface tables across EBS modules. Key related objects include MTL_ONHAND_QUANTITIES (storing lot-specific stock), MTL_TRANSACTION_LOT_NUMBERS (recording lot movements), and MTL_MATERIAL_TRANSACTIONS (the core transaction history). The provided data shows foreign keys from execution systems like AHL_WORKORDER_MTL_TXNS (Service), planning systems like MRP_INVENTORY_LOTS, cycle counting tables (MTL_CYCLE_COUNT_ENTRIES), demand interfaces (MTL_DEMAND_INTERFACE), and Installed Base (CSI_ITEM_INSTANCES). This wide integration underscores the table's role as a master data source for lot information enterprise-wide.
-
Table: MTL_LOT_NUMBERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_LOT_NUMBERS, object_name:MTL_LOT_NUMBERS, status:VALID, product: INV - Inventory , description: Lot number definitions , implementation_dba_data: INV.MTL_LOT_NUMBERS ,
-
Table: MTL_LOT_NUMBERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_LOT_NUMBERS, object_name:MTL_LOT_NUMBERS, status:VALID, product: INV - Inventory , description: Lot number definitions , implementation_dba_data: INV.MTL_LOT_NUMBERS ,
-
Table: MTL_PHYSICAL_INVENTORY_TAGS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PHYSICAL_INVENTORY_TAGS, object_name:MTL_PHYSICAL_INVENTORY_TAGS, status:VALID, product: INV - Inventory , description: Physical inventory tag definitions , implementation_dba_data: INV.MTL_PHYSICAL_INVENTORY_TAGS ,
-
Table: MTL_PHYSICAL_INVENTORY_TAGS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PHYSICAL_INVENTORY_TAGS, object_name:MTL_PHYSICAL_INVENTORY_TAGS, status:VALID, product: INV - Inventory , description: Physical inventory tag definitions , implementation_dba_data: INV.MTL_PHYSICAL_INVENTORY_TAGS ,
-
Table: MTL_RESERVATIONS_INTERFACE
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_RESERVATIONS_INTERFACE, object_name:MTL_RESERVATIONS_INTERFACE, status:VALID, product: INV - Inventory , description: Reservations Interface , implementation_dba_data: INV.MTL_RESERVATIONS_INTERFACE ,
-
Table: MTL_RESERVATIONS_INTERFACE
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_RESERVATIONS_INTERFACE, object_name:MTL_RESERVATIONS_INTERFACE, status:VALID, product: INV - Inventory , description: Reservations Interface , implementation_dba_data: INV.MTL_RESERVATIONS_INTERFACE ,
-
View: INV_LOT_SERIAL_COLUMNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INV_LOT_SERIAL_COLUMNS_V, object_name:INV_LOT_SERIAL_COLUMNS_V, status:VALID, product: INV - Inventory , description: View of Lot and Serial Descriptive Flex Field Column , implementation_dba_data: APPS.INV_LOT_SERIAL_COLUMNS_V ,
-
View: INV_LOT_SERIAL_COLUMNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INV_LOT_SERIAL_COLUMNS_V, object_name:INV_LOT_SERIAL_COLUMNS_V, status:VALID, product: INV - Inventory , description: View of Lot and Serial Descriptive Flex Field Column , implementation_dba_data: APPS.INV_LOT_SERIAL_COLUMNS_V ,
-
View: MTL_ATT_QTY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ATT_QTY_V, object_name:MTL_ATT_QTY_V, status:VALID, product: INV - Inventory , description: No longer used , implementation_dba_data: APPS.MTL_ATT_QTY_V ,
-
View: MTL_ATT_QTY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ATT_QTY_V, object_name:MTL_ATT_QTY_V, status:VALID, product: INV - Inventory , description: No longer used , implementation_dba_data: APPS.MTL_ATT_QTY_V ,
-
View: MTL_LOT_NUMBERS_SRW_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_LOT_NUMBERS_SRW_V, object_name:MTL_LOT_NUMBERS_SRW_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_LOT_NUMBERS_SRW_V ,
-
View: MTL_LOT_NUMBERS_ERV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_LOT_NUMBERS_ERV, object_name:MTL_LOT_NUMBERS_ERV, status:VALID, product: INV - Inventory , description: The view is based on mtl_lot_numbers, mtl_system_items_kfv and mfg_lookups where the lot number's origination_type is amongst specified origination types. , implementation_dba_data: APPS.MTL_LOT_NUMBERS_ERV ,
-
View: MTL_ONHAND_TOTAL_MWB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_TOTAL_MWB_V, object_name:MTL_ONHAND_TOTAL_MWB_V, status:VALID, product: INV - Inventory , description: Onhand Total View for the Material Work Bench , implementation_dba_data: APPS.MTL_ONHAND_TOTAL_MWB_V ,
-
View: MTL_LOT_NUMBERS_SRW_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_LOT_NUMBERS_SRW_V, object_name:MTL_LOT_NUMBERS_SRW_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_LOT_NUMBERS_SRW_V ,
-
View: MTL_ONHAND_TOTAL_MWB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_TOTAL_MWB_V, object_name:MTL_ONHAND_TOTAL_MWB_V, status:VALID, product: INV - Inventory , description: Onhand Total View for the Material Work Bench , implementation_dba_data: APPS.MTL_ONHAND_TOTAL_MWB_V ,
-
Table: MTL_TRANSACTION_LOT_NUMBERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TRANSACTION_LOT_NUMBERS, object_name:MTL_TRANSACTION_LOT_NUMBERS, status:VALID, product: INV - Inventory , description: Transaction lot numbers , implementation_dba_data: INV.MTL_TRANSACTION_LOT_NUMBERS ,
-
Table: MTL_TRANSACTION_LOT_NUMBERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TRANSACTION_LOT_NUMBERS, object_name:MTL_TRANSACTION_LOT_NUMBERS, status:VALID, product: INV - Inventory , description: Transaction lot numbers , implementation_dba_data: INV.MTL_TRANSACTION_LOT_NUMBERS ,
-
View: INVBV_LOTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_LOTS, object_name:INVBV_LOTS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVBV_LOTS ,
-
View: INVBV_LOTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_LOTS, object_name:INVBV_LOTS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVBV_LOTS ,
-
View: MTL_LOT_SERIAL_DFF_ERV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_LOT_SERIAL_DFF_ERV, object_name:MTL_LOT_SERIAL_DFF_ERV, status:VALID, product: INV - Inventory , description: Required for electronic records. Selects the lot and serial attributes out of the description flexfield data model. , implementation_dba_data: APPS.MTL_LOT_SERIAL_DFF_ERV ,
-
View: MTL_LOT_SERIAL_DFF_ERV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_LOT_SERIAL_DFF_ERV, object_name:MTL_LOT_SERIAL_DFF_ERV, status:VALID, product: INV - Inventory , description: Required for electronic records. Selects the lot and serial attributes out of the description flexfield data model. , implementation_dba_data: APPS.MTL_LOT_SERIAL_DFF_ERV ,
-
Table: MTL_MATERIAL_STATUS_HISTORY
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_MATERIAL_STATUS_HISTORY, object_name:MTL_MATERIAL_STATUS_HISTORY, status:VALID, product: INV - Inventory , description: Inventory status update history - Used by WMS only , implementation_dba_data: INV.MTL_MATERIAL_STATUS_HISTORY ,
-
View: MTL_OBJECT_NUMBERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_OBJECT_NUMBERS_V, object_name:MTL_OBJECT_NUMBERS_V, status:VALID, product: INV - Inventory , description: View of the genealogy object numbers , implementation_dba_data: APPS.MTL_OBJECT_NUMBERS_V ,
-
Table: MTL_MATERIAL_STATUS_HISTORY
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_MATERIAL_STATUS_HISTORY, object_name:MTL_MATERIAL_STATUS_HISTORY, status:VALID, product: INV - Inventory , description: Inventory status update history - Used by WMS only , implementation_dba_data: INV.MTL_MATERIAL_STATUS_HISTORY ,
-
Table: MTL_MATERIAL_STATUSES_B
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_MATERIAL_STATUSES_B, object_name:MTL_MATERIAL_STATUSES_B, status:VALID, product: INV - Inventory , description: Base table for inventory status definitions - Used by WMS only , implementation_dba_data: INV.MTL_MATERIAL_STATUSES_B ,
-
View: MTL_OBJECT_NUMBERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_OBJECT_NUMBERS_V, object_name:MTL_OBJECT_NUMBERS_V, status:VALID, product: INV - Inventory , description: View of the genealogy object numbers , implementation_dba_data: APPS.MTL_OBJECT_NUMBERS_V ,
-
Table: MTL_ONHAND_QUANTITIES
12.2.2
product: INV - Inventory , description: FIFO quantities by control level and receipt , implementation_dba_data: Not implemented in this database ,
-
Table: MTL_RESERVATIONS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_RESERVATIONS, object_name:MTL_RESERVATIONS, status:VALID, product: INV - Inventory , description: Reservations , implementation_dba_data: INV.MTL_RESERVATIONS ,
-
View: MTL_LOT_ISSUES_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_LOT_ISSUES_VAL_V, object_name:MTL_LOT_ISSUES_VAL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_LOT_ISSUES_VAL_V ,
-
Table: MTL_MATERIAL_STATUSES_B
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_MATERIAL_STATUSES_B, object_name:MTL_MATERIAL_STATUSES_B, status:VALID, product: INV - Inventory , description: Base table for inventory status definitions - Used by WMS only , implementation_dba_data: INV.MTL_MATERIAL_STATUSES_B ,
-
View: MTL_ITEM_LOT_QUANTITIES_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_LOT_QUANTITIES_VIEW, object_name:MTL_ITEM_LOT_QUANTITIES_VIEW, status:VALID, product: INV - Inventory , description: Item lot quantities under subinventory and locator , implementation_dba_data: APPS.MTL_ITEM_LOT_QUANTITIES_VIEW ,
-
View: MTL_ITEM_LOT_QUANTITIES_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_LOT_QUANTITIES_VIEW, object_name:MTL_ITEM_LOT_QUANTITIES_VIEW, status:VALID, product: INV - Inventory , description: Item lot quantities under subinventory and locator , implementation_dba_data: APPS.MTL_ITEM_LOT_QUANTITIES_VIEW ,
-
Table: MTL_ONHAND_QUANTITIES
12.1.1
product: INV - Inventory , description: FIFO quantities by control level and receipt , implementation_dba_data: Not implemented in this database ,
-
Table: MTL_DEMAND_INTERFACE
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_DEMAND_INTERFACE, object_name:MTL_DEMAND_INTERFACE, status:VALID, product: INV - Inventory , description: Temporary demand storage for the transaction processor , implementation_dba_data: INV.MTL_DEMAND_INTERFACE ,
-
View: MTL_LOT_ISSUES_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_LOT_ISSUES_VAL_V, object_name:MTL_LOT_ISSUES_VAL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_LOT_ISSUES_VAL_V ,
-
Table: MTL_DEMAND_INTERFACE
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_DEMAND_INTERFACE, object_name:MTL_DEMAND_INTERFACE, status:VALID, product: INV - Inventory , description: Temporary demand storage for the transaction processor , implementation_dba_data: INV.MTL_DEMAND_INTERFACE ,
-
Table: MTL_RESERVATIONS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_RESERVATIONS, object_name:MTL_RESERVATIONS, status:VALID, product: INV - Inventory , description: Reservations , implementation_dba_data: INV.MTL_RESERVATIONS ,
-
Table: MTL_CC_ENTRIES_INTERFACE
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CC_ENTRIES_INTERFACE, object_name:MTL_CC_ENTRIES_INTERFACE, status:VALID, product: INV - Inventory , description: Cycle Count Entries Interface data , implementation_dba_data: INV.MTL_CC_ENTRIES_INTERFACE ,
-
View: INVFV_LOTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_LOTS, object_name:INVFV_LOTS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_LOTS ,
-
Table: MTL_CC_ENTRIES_INTERFACE
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CC_ENTRIES_INTERFACE, object_name:MTL_CC_ENTRIES_INTERFACE, status:VALID, product: INV - Inventory , description: Cycle Count Entries Interface data , implementation_dba_data: INV.MTL_CC_ENTRIES_INTERFACE ,
-
View: MTL_LOT_DEMAND_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_LOT_DEMAND_VAL_V, object_name:MTL_LOT_DEMAND_VAL_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_LOT_DEMAND_VAL_V ,
-
Table: MTL_PHYSICAL_ADJUSTMENTS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PHYSICAL_ADJUSTMENTS, object_name:MTL_PHYSICAL_ADJUSTMENTS, status:VALID, product: INV - Inventory , description: Physical inventory adjustments , implementation_dba_data: INV.MTL_PHYSICAL_ADJUSTMENTS ,
-
View: INVFV_LOTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_LOTS, object_name:INVFV_LOTS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_LOTS ,
-
Table: MTL_PHYSICAL_ADJUSTMENTS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PHYSICAL_ADJUSTMENTS, object_name:MTL_PHYSICAL_ADJUSTMENTS, status:VALID, product: INV - Inventory , description: Physical inventory adjustments , implementation_dba_data: INV.MTL_PHYSICAL_ADJUSTMENTS ,
-
View: MTL_ONHAND_LPN_MWB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_LPN_MWB_V, object_name:MTL_ONHAND_LPN_MWB_V, status:VALID, product: INV - Inventory , description: LPN content view for Material Workbench , implementation_dba_data: APPS.MTL_ONHAND_LPN_MWB_V ,
-
View: MTL_ONHAND_LPN_MWB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_LPN_MWB_V, object_name:MTL_ONHAND_LPN_MWB_V, status:VALID, product: INV - Inventory , description: LPN content view for Material Workbench , implementation_dba_data: APPS.MTL_ONHAND_LPN_MWB_V ,
-
Table: MTL_CYCLE_COUNT_ENTRIES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CYCLE_COUNT_ENTRIES, object_name:MTL_CYCLE_COUNT_ENTRIES, status:VALID, product: INV - Inventory , description: Defines cycle count entries , implementation_dba_data: INV.MTL_CYCLE_COUNT_ENTRIES ,
-
Table: MTL_CYCLE_COUNT_ENTRIES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CYCLE_COUNT_ENTRIES, object_name:MTL_CYCLE_COUNT_ENTRIES, status:VALID, product: INV - Inventory , description: Defines cycle count entries , implementation_dba_data: INV.MTL_CYCLE_COUNT_ENTRIES ,
-
Table: MTL_DEMAND
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_DEMAND, object_name:MTL_DEMAND, status:VALID, product: INV - Inventory , description: Sales order demand and reservations , implementation_dba_data: INV.MTL_DEMAND ,
-
View: MTL_LOT_DEMAND_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_LOT_DEMAND_VAL_V, object_name:MTL_LOT_DEMAND_VAL_V, status:VALID, product: INV - Inventory , description: The view shows the lot numbers which have corresponding demand. , implementation_dba_data: APPS.MTL_LOT_DEMAND_VAL_V ,