Search Results mtl_item_locations
Overview
The MTL_ITEM_LOCATIONS table is a core data object within the Oracle E-Business Suite (EBS) Inventory (INV) module. It serves as the master repository for all stock locator definitions within an organization. A locator is a physical or logical subdivision within a subinventory used to track the precise storage location of items. This table is fundamental to granular inventory control, enabling precise tracking of material quantities by location, supporting cycle counting, and facilitating accurate material transactions such as receipts, issues, and transfers. Its integrity is critical for the entire inventory management process in both EBS 12.1.1 and 12.2.2.
Key Information Stored
The table's primary key is a composite of INVENTORY_LOCATION_ID and ORGANIZATION_ID, ensuring uniqueness of locators within each inventory organization. Key columns include INVENTORY_LOCATION_ID (the unique system identifier), SEGMENT1-20 (which store the flexfield structure of the locator code), and DESCRIPTION. It links to other critical master data via foreign keys: ORGANIZATION_ID to MTL_PARAMETERS, SUBINVENTORY_CODE to MTL_SECONDARY_INVENTORIES, STATUS_ID to MTL_MATERIAL_STATUSES_B for locator holds, and INVENTORY_ACCOUNT_ID to GL_CODE_COMBINATIONS for financial posting. Other important columns control locator behavior, such as DISABLE_DATE, PICKING_ORDER, and DROPPING_ORDER.
Common Use Cases and Queries
This table is central to queries for inventory on-hand reporting, transaction history analysis, and locator maintenance. Common scenarios include identifying all active locators within a specific subinventory, finding the default locator for an item, and reporting empty locators. A typical query to list locators for a subinventory would be:
- SELECT mil.segment1, mil.segment2, mil.description
- FROM mtl_item_locations mil
- WHERE mil.organization_id = :org_id
- AND mil.subinventory_code = :subinv_code
- AND NVL(mil.disable_date, SYSDATE+1) > SYSDATE
- ORDER BY mil.picking_order;
It is also heavily referenced in cycle count entry listings (MTL_CYCLE_COUNT_ENTRIES) and material transaction inquiries (MTL_MATERIAL_TRANSACTIONS) to trace item movement by precise location.
Related Objects
As indicated by the foreign key relationships, MTL_ITEM_LOCATIONS is a hub table with extensive dependencies. Key parent tables include MTL_PARAMETERS (organization), MTL_SECONDARY_INVENTORIES (subinventory), and GL_CODE_COMBINATIONS (account). Crucially, it is referenced as a parent by numerous transactional and setup tables. These include MTL_MATERIAL_TRANSACTIONS (every material move), MTL_CYCLE_COUNT_ENTRIES, MTL_DEMAND, and BOM_OPERATIONAL_ROUTINGS (for completion locators). For programmatic access and maintenance, developers typically use the INV_LOCATOR_PUB package rather than direct DML on this table to maintain business rule integrity.
-
Table: MTL_ITEM_LOCATIONS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_LOCATIONS, object_name:MTL_ITEM_LOCATIONS, status:VALID, product: INV - Inventory , description: Definitions for stock locators , implementation_dba_data: INV.MTL_ITEM_LOCATIONS ,
-
Table: MTL_ITEM_LOCATIONS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_LOCATIONS, object_name:MTL_ITEM_LOCATIONS, status:VALID, product: INV - Inventory , description: Definitions for stock locators , implementation_dba_data: INV.MTL_ITEM_LOCATIONS ,
-
View: INVFV_KANBAN_CARD_ACTIVITIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_KANBAN_CARD_ACTIVITIES, object_name:INVFV_KANBAN_CARD_ACTIVITIES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_KANBAN_CARD_ACTIVITIES ,
-
View: INVFV_KANBAN_CARD_ACTIVITIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_KANBAN_CARD_ACTIVITIES, object_name:INVFV_KANBAN_CARD_ACTIVITIES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_KANBAN_CARD_ACTIVITIES ,
-
Table: MTL_TRANSACTIONS_INTERFACE
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TRANSACTIONS_INTERFACE, object_name:MTL_TRANSACTIONS_INTERFACE, status:VALID, product: INV - Inventory , description: Gateway for externally generated material transactions , implementation_dba_data: INV.MTL_TRANSACTIONS_INTERFACE ,
-
Table: MTL_TRANSACTIONS_INTERFACE
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TRANSACTIONS_INTERFACE, object_name:MTL_TRANSACTIONS_INTERFACE, status:VALID, product: INV - Inventory , description: Gateway for externally generated material transactions , implementation_dba_data: INV.MTL_TRANSACTIONS_INTERFACE ,
-
Table: MTL_MATERIAL_TRANSACTIONS_TEMP
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_MATERIAL_TRANSACTIONS_TEMP, object_name:MTL_MATERIAL_TRANSACTIONS_TEMP, status:VALID, product: INV - Inventory , description: Temporary table for processing material transactions , implementation_dba_data: INV.MTL_MATERIAL_TRANSACTIONS_TEMP ,
-
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 ,
-
Table: MTL_MATERIAL_TRANSACTIONS_TEMP
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_MATERIAL_TRANSACTIONS_TEMP, object_name:MTL_MATERIAL_TRANSACTIONS_TEMP, status:VALID, product: INV - Inventory , description: Temporary table for processing material transactions , implementation_dba_data: INV.MTL_MATERIAL_TRANSACTIONS_TEMP ,
-
View: INVFV_KANBAN_LOCATION_ITEMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_KANBAN_LOCATION_ITEMS, object_name:INVFV_KANBAN_LOCATION_ITEMS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_KANBAN_LOCATION_ITEMS ,
-
View: MTL_ONHAND_QTY_COST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_QTY_COST_V, object_name:MTL_ONHAND_QTY_COST_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_ONHAND_QTY_COST_V ,
-
View: INVFV_KANBAN_LOCATION_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_KANBAN_LOCATION_ITEMS, object_name:INVFV_KANBAN_LOCATION_ITEMS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_KANBAN_LOCATION_ITEMS ,
-
View: MTL_ONHAND_QTY_COST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_QTY_COST_V, object_name:MTL_ONHAND_QTY_COST_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_ONHAND_QTY_COST_V ,
-
View: INVFV_KANBAN_CARDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_KANBAN_CARDS, object_name:INVFV_KANBAN_CARDS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_KANBAN_CARDS ,
-
View: INVFV_KANBAN_CARDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_KANBAN_CARDS, object_name:INVFV_KANBAN_CARDS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_KANBAN_CARDS ,
-
View: INVFV_INVENTORY_DEMANDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INVENTORY_DEMANDS, object_name:INVFV_INVENTORY_DEMANDS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_INVENTORY_DEMANDS ,
-
View: INVFV_INVENTORY_DEMANDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INVENTORY_DEMANDS, object_name:INVFV_INVENTORY_DEMANDS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_INVENTORY_DEMANDS ,
-
View: MTL_PHY_ADJ_COST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PHY_ADJ_COST_V, object_name:MTL_PHY_ADJ_COST_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_PHY_ADJ_COST_V ,
-
View: MTL_PHY_ADJ_COST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PHY_ADJ_COST_V, object_name:MTL_PHY_ADJ_COST_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_PHY_ADJ_COST_V ,
-
View: INVFV_MOVE_ORDERS_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_MOVE_ORDERS_LINES, object_name:INVFV_MOVE_ORDERS_LINES, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.INVFV_MOVE_ORDERS_LINES ,
-
View: INVFV_MOVE_ORDERS_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_MOVE_ORDERS_LINES, object_name:INVFV_MOVE_ORDERS_LINES, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.INVFV_MOVE_ORDERS_LINES ,
-
View: INVFV_PHYSICAL_INV_COUNTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_PHYSICAL_INV_COUNTS, object_name:INVFV_PHYSICAL_INV_COUNTS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_PHYSICAL_INV_COUNTS ,
-
View: INVFV_INVENTORY_RESERVATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INVENTORY_RESERVATIONS, object_name:INVFV_INVENTORY_RESERVATIONS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_INVENTORY_RESERVATIONS ,
-
View: INVFV_INVENTORY_RESERVATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INVENTORY_RESERVATIONS, object_name:INVFV_INVENTORY_RESERVATIONS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_INVENTORY_RESERVATIONS ,
-
View: MTL_PHY_INV_TAGS_COST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PHY_INV_TAGS_COST_V, object_name:MTL_PHY_INV_TAGS_COST_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_PHY_INV_TAGS_COST_V ,
-
View: MTL_PHY_INV_TAGS_COST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PHY_INV_TAGS_COST_V, object_name:MTL_PHY_INV_TAGS_COST_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_PHY_INV_TAGS_COST_V ,
-
View: INVFV_PHYSICAL_ADJUSTMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_PHYSICAL_ADJUSTMENTS, object_name:INVFV_PHYSICAL_ADJUSTMENTS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_PHYSICAL_ADJUSTMENTS ,
-
View: INVFV_PHYSICAL_INV_COUNTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_PHYSICAL_INV_COUNTS, object_name:INVFV_PHYSICAL_INV_COUNTS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_PHYSICAL_INV_COUNTS ,
-
View: INVFV_INVENTORY_SUPPLIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INVENTORY_SUPPLIES, object_name:INVFV_INVENTORY_SUPPLIES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_INVENTORY_SUPPLIES ,
-
Table: MTL_REPLENISH_LINES_INT
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_REPLENISH_LINES_INT, object_name:MTL_REPLENISH_LINES_INT, status:VALID, product: INV - Inventory , description: Replenishment line interface information , implementation_dba_data: INV.MTL_REPLENISH_LINES_INT ,
-
Table: MTL_ONHAND_QUANTITY_TEMP
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ONHAND_QUANTITY_TEMP, object_name:MTL_ONHAND_QUANTITY_TEMP, status:VALID, product: INV - Inventory , description: Temporary table for on-hand quantity queries , implementation_dba_data: INV.MTL_ONHAND_QUANTITY_TEMP ,
-
Table: MTL_ONHAND_QUANTITY_TEMP
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ONHAND_QUANTITY_TEMP, object_name:MTL_ONHAND_QUANTITY_TEMP, status:VALID, product: INV - Inventory , description: Temporary table for on-hand quantity queries , implementation_dba_data: INV.MTL_ONHAND_QUANTITY_TEMP ,
-
View: INVFV_PHYSICAL_ADJUSTMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_PHYSICAL_ADJUSTMENTS, object_name:INVFV_PHYSICAL_ADJUSTMENTS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_PHYSICAL_ADJUSTMENTS ,
-
Table: MTL_ITEM_LOC_DEFAULTS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_LOC_DEFAULTS, object_name:MTL_ITEM_LOC_DEFAULTS, status:VALID, product: INV - Inventory , description: Inventory item receiving and shipping locator default values , implementation_dba_data: INV.MTL_ITEM_LOC_DEFAULTS ,
-
Table: MTL_REPLENISH_LINES_INT
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_REPLENISH_LINES_INT, object_name:MTL_REPLENISH_LINES_INT, status:VALID, product: INV - Inventory , description: Replenishment line interface information , implementation_dba_data: INV.MTL_REPLENISH_LINES_INT ,
-
Table: MTL_SECONDARY_LOCATORS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SECONDARY_LOCATORS, object_name:MTL_SECONDARY_LOCATORS, status:VALID, product: INV - Inventory , description: Item-subinventory-locator assignments , implementation_dba_data: INV.MTL_SECONDARY_LOCATORS ,
-
Table: MTL_UNIT_TRANSACTIONS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_UNIT_TRANSACTIONS, object_name:MTL_UNIT_TRANSACTIONS, status:VALID, product: INV - Inventory , description: Serial number transactions , implementation_dba_data: INV.MTL_UNIT_TRANSACTIONS ,
-
Table: MTL_REPLENISH_LINES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_REPLENISH_LINES, object_name:MTL_REPLENISH_LINES, status:VALID, product: INV - Inventory , description: Replenishment line information , implementation_dba_data: INV.MTL_REPLENISH_LINES ,
-
View: INVFV_INVENTORY_SUPPLIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INVENTORY_SUPPLIES, object_name:INVFV_INVENTORY_SUPPLIES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_INVENTORY_SUPPLIES ,
-
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 ,
-
View: MTL_SECONDARY_LOCATORS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SECONDARY_LOCATORS_ALL_V, object_name:MTL_SECONDARY_LOCATORS_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_SECONDARY_LOCATORS_ALL_V ,
-
Table: MTL_SECONDARY_LOCATORS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SECONDARY_LOCATORS, object_name:MTL_SECONDARY_LOCATORS, status:VALID, product: INV - Inventory , description: Item-subinventory-locator assignments , implementation_dba_data: INV.MTL_SECONDARY_LOCATORS ,
-
Table: MTL_UNIT_TRANSACTIONS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_UNIT_TRANSACTIONS, object_name:MTL_UNIT_TRANSACTIONS, status:VALID, product: INV - Inventory , description: Serial number transactions , implementation_dba_data: INV.MTL_UNIT_TRANSACTIONS ,
-
View: MTL_SECONDARY_LOCATORS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SECONDARY_LOCATORS_ALL_V, object_name:MTL_SECONDARY_LOCATORS_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_SECONDARY_LOCATORS_ALL_V ,
-
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 ,
-
Table: MTL_ITEM_LOC_DEFAULTS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_LOC_DEFAULTS, object_name:MTL_ITEM_LOC_DEFAULTS, status:VALID, product: INV - Inventory , description: Inventory item receiving and shipping locator default values , implementation_dba_data: INV.MTL_ITEM_LOC_DEFAULTS ,
-
Table: MTL_REPLENISH_LINES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_REPLENISH_LINES, object_name:MTL_REPLENISH_LINES, status:VALID, product: INV - Inventory , description: Replenishment line information , implementation_dba_data: INV.MTL_REPLENISH_LINES ,
-
View: INVBV_INVENTORY_LOCATORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_INVENTORY_LOCATORS, object_name:INVBV_INVENTORY_LOCATORS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVBV_INVENTORY_LOCATORS ,
-
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 ,