Search Results MTL_SECONDARY_INVENTORIES
Overview
The MTL_SECONDARY_INVENTORIES table is a core master data table within Oracle E-Business Suite Inventory (INV) module. It stores the definition and configuration of all subinventories across every inventory organization. A subinventory represents a physical or logical subdivision of an organization's total inventory, such as a stockroom, warehouse aisle, or staging area. This table is fundamental to inventory transactions, costing, and material storage logic, enabling granular tracking and control of items. Its integrity is enforced by a primary key on the combination of ORGANIZATION_ID and SECONDARY_INVENTORY_NAME, ensuring uniqueness within each organization.
Key Information Stored
The table's columns define the operational and financial characteristics of each subinventory. The primary identifiers are ORGANIZATION_ID and SECONDARY_INVENTORY_NAME. Key configuration columns include DESCRIPTIVE text fields, asset tracking flags (ASSET_INVENTORY), and locator control settings (LOCATOR_TYPE). Crucially, the table holds numerous foreign keys to the GL_CODE_COMBINATIONS table, linking the subinventory to specific general ledger accounts for material, resource, overhead, and expense posting. Other significant references include DEFAULT_COST_GROUP_ID to CST_COST_GROUPS, STATUS_ID to MTL_MATERIAL_STATUSES_B for default status control, and SOURCE_SUBINVENTORY/SOURCE_ORGANIZATION_ID for inter-org transfers. The metadata also indicates links for approval notifications (NOTIFY_LIST_ID) and encumbrance accounting.
Common Use Cases and Queries
This table is central to reporting, data validation, and integration tasks. Common use cases include generating a list of all subinventories for a given organization, validating account combinations before transaction posting, and identifying subinventories configured for asset tracking. A typical query to list subinventories with their material account might be:
- SELECT msi.secondary_inventory_name, msi.description, gcc.segment1, gcc.segment2
- FROM inv.mtl_secondary_inventories msi,
- gl.gl_code_combinations gcc
- WHERE msi.organization_id = :p_org_id
- AND msi.material_account = gcc.code_combination_id;
Another critical scenario involves troubleshooting transaction errors by verifying that all required subinventory parameters, such as the mandatory material account, are correctly populated. Data fixes or migrations often target this table when aligning subinventory structures across environments.
Related Objects
As indicated by the extensive foreign key relationships, MTL_SECONDARY_INVENTORIES is heavily referenced. Key parent tables include MTL_PARAMETERS (for the organization definition), GL_CODE_COMBINATIONS (for various accounts), and CST_COST_GROUPS. It is a parent table itself, referenced by numerous transactional and setup entities. The provided metadata lists AHL_WORKORDER_MTL_TXNS and BOM_OPERATIONAL_ROUTINGS as examples of child tables, where the subinventory code is stored to define completion locations for work orders and routings. In practice, major transactional tables like MTL_MATERIAL_TRANSACTIONS and MTL_ONHAND_QUANTITIES also rely on the subinventory definitions stored here. Key APIs, such as INV_LOCATOR_PUB and INV_ITEM_PUB, internally validate and utilize data from this table.
-
Table: MTL_SECONDARY_INVENTORIES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SECONDARY_INVENTORIES, object_name:MTL_SECONDARY_INVENTORIES, status:VALID, product: INV - Inventory , description: Subinventory definitions , implementation_dba_data: INV.MTL_SECONDARY_INVENTORIES ,
-
Table: MTL_SECONDARY_INVENTORIES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SECONDARY_INVENTORIES, object_name:MTL_SECONDARY_INVENTORIES, status:VALID, product: INV - Inventory , description: Subinventory definitions , implementation_dba_data: INV.MTL_SECONDARY_INVENTORIES ,
-
Table: MTL_SUPPLY
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SUPPLY, object_name:MTL_SUPPLY, status:VALID, product: INV - Inventory , description: Stores incoming supply information , implementation_dba_data: INV.MTL_SUPPLY ,
-
Table: MTL_SUPPLY
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SUPPLY, object_name:MTL_SUPPLY, status:VALID, product: INV - Inventory , description: Stores incoming supply information , implementation_dba_data: INV.MTL_SUPPLY ,
-
Table: MTL_TXN_REQUEST_HEADERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TXN_REQUEST_HEADERS, object_name:MTL_TXN_REQUEST_HEADERS, status:VALID, product: INV - Inventory , description: Move Order headers table , implementation_dba_data: INV.MTL_TXN_REQUEST_HEADERS ,
-
Table: MTL_KANBAN_PULL_SEQUENCES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_KANBAN_PULL_SEQUENCES, object_name:MTL_KANBAN_PULL_SEQUENCES, status:VALID, product: INV - Inventory , description: Kanban Pull Sequences , implementation_dba_data: INV.MTL_KANBAN_PULL_SEQUENCES ,
-
Table: MTL_KANBAN_PULL_SEQUENCES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_KANBAN_PULL_SEQUENCES, object_name:MTL_KANBAN_PULL_SEQUENCES, status:VALID, product: INV - Inventory , description: Kanban Pull Sequences , implementation_dba_data: INV.MTL_KANBAN_PULL_SEQUENCES ,
-
Table: MTL_TXN_REQUEST_HEADERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TXN_REQUEST_HEADERS, object_name:MTL_TXN_REQUEST_HEADERS, status:VALID, product: INV - Inventory , description: Move Order headers table , implementation_dba_data: INV.MTL_TXN_REQUEST_HEADERS ,
-
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_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_ITEM_SUB_INVENTORIES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_SUB_INVENTORIES, object_name:MTL_ITEM_SUB_INVENTORIES, status:VALID, product: INV - Inventory , description: Item-subinventory assignments , implementation_dba_data: INV.MTL_ITEM_SUB_INVENTORIES ,
-
Table: MTL_ITEM_SUB_INVENTORIES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_SUB_INVENTORIES, object_name:MTL_ITEM_SUB_INVENTORIES, status:VALID, product: INV - Inventory , description: Item-subinventory assignments , implementation_dba_data: INV.MTL_ITEM_SUB_INVENTORIES ,
-
Table: MTL_KANBAN_CARDS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_KANBAN_CARDS, object_name:MTL_KANBAN_CARDS, status:VALID, product: INV - Inventory , description: Kanban Cards , implementation_dba_data: INV.MTL_KANBAN_CARDS ,
-
Table: MTL_KANBAN_CARDS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_KANBAN_CARDS, object_name:MTL_KANBAN_CARDS, status:VALID, product: INV - Inventory , description: Kanban Cards , implementation_dba_data: INV.MTL_KANBAN_CARDS ,
-
Table: MTL_KANBAN_CARD_ACTIVITY
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_KANBAN_CARD_ACTIVITY, object_name:MTL_KANBAN_CARD_ACTIVITY, status:VALID, product: INV - Inventory , description: Kanban Card Activity , implementation_dba_data: INV.MTL_KANBAN_CARD_ACTIVITY ,
-
Table: MTL_KANBAN_CARD_ACTIVITY
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_KANBAN_CARD_ACTIVITY, object_name:MTL_KANBAN_CARD_ACTIVITY, status:VALID, product: INV - Inventory , description: Kanban Card Activity , implementation_dba_data: INV.MTL_KANBAN_CARD_ACTIVITY ,
-
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 ,
-
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_TXN_REQUEST_LINES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TXN_REQUEST_LINES, object_name:MTL_TXN_REQUEST_LINES, status:VALID, product: INV - Inventory , description: Move order lines table , implementation_dba_data: INV.MTL_TXN_REQUEST_LINES ,
-
Table: MTL_TXN_REQUEST_LINES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TXN_REQUEST_LINES, object_name:MTL_TXN_REQUEST_LINES, status:VALID, product: INV - Inventory , description: Move order lines table , implementation_dba_data: INV.MTL_TXN_REQUEST_LINES ,
-
View: MTL_KANBAN_PULL_SEQUENCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_KANBAN_PULL_SEQUENCES_V, object_name:MTL_KANBAN_PULL_SEQUENCES_V, status:VALID, product: INV - Inventory , description: retrofitted , implementation_dba_data: APPS.MTL_KANBAN_PULL_SEQUENCES_V ,
-
View: MTL_KANBAN_PULL_SEQUENCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_KANBAN_PULL_SEQUENCES_V, object_name:MTL_KANBAN_PULL_SEQUENCES_V, status:VALID, product: INV - Inventory , description: retrofitted , implementation_dba_data: APPS.MTL_KANBAN_PULL_SEQUENCES_V ,
-
View: MTL_KANBAN_CARDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_KANBAN_CARDS_V, object_name:MTL_KANBAN_CARDS_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_KANBAN_CARDS_V ,
-
View: MTL_KANBAN_CARDS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_KANBAN_CARDS_V, object_name:MTL_KANBAN_CARDS_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_KANBAN_CARDS_V ,
-
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 ,
-
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_PERIOD_SUMMARY
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PERIOD_SUMMARY, object_name:MTL_PERIOD_SUMMARY, status:VALID, product: INV - Inventory , description: Period summary inventory values for subinventories , implementation_dba_data: INV.MTL_PERIOD_SUMMARY ,
-
Table: MTL_PHYSICAL_SUBINVENTORIES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PHYSICAL_SUBINVENTORIES, object_name:MTL_PHYSICAL_SUBINVENTORIES, status:VALID, product: INV - Inventory , description: Physical inventory specific subinventories , implementation_dba_data: INV.MTL_PHYSICAL_SUBINVENTORIES ,
-
Table: MTL_ABC_COMPILES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ABC_COMPILES, object_name:MTL_ABC_COMPILES, status:VALID, product: INV - Inventory , description: ABC descending value compile data , implementation_dba_data: INV.MTL_ABC_COMPILES ,
-
Table: MTL_PERIOD_SUMMARY
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PERIOD_SUMMARY, object_name:MTL_PERIOD_SUMMARY, status:VALID, product: INV - Inventory , description: Period summary inventory values for subinventories , implementation_dba_data: INV.MTL_PERIOD_SUMMARY ,
-
Table: MTL_ABC_COMPILES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ABC_COMPILES, object_name:MTL_ABC_COMPILES, status:VALID, product: INV - Inventory , description: ABC descending value compile data , implementation_dba_data: INV.MTL_ABC_COMPILES ,
-
Table: MTL_REPLENISH_HEADERS_INT
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_REPLENISH_HEADERS_INT, object_name:MTL_REPLENISH_HEADERS_INT, status:VALID, product: INV - Inventory , description: Replenishment header interface information , implementation_dba_data: INV.MTL_REPLENISH_HEADERS_INT ,
-
Table: MTL_REPLENISH_HEADERS_INT
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_REPLENISH_HEADERS_INT, object_name:MTL_REPLENISH_HEADERS_INT, status:VALID, product: INV - Inventory , description: Replenishment header interface information , implementation_dba_data: INV.MTL_REPLENISH_HEADERS_INT ,
-
Table: MTL_ITEM_SUB_DEFAULTS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_SUB_DEFAULTS, object_name:MTL_ITEM_SUB_DEFAULTS, status:VALID, product: INV - Inventory , description: Inventory item receiving and shipping subinventory default values , implementation_dba_data: INV.MTL_ITEM_SUB_DEFAULTS ,
-
Table: MTL_ITEM_SUB_DEFAULTS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_SUB_DEFAULTS, object_name:MTL_ITEM_SUB_DEFAULTS, status:VALID, product: INV - Inventory , description: Inventory item receiving and shipping subinventory default values , implementation_dba_data: INV.MTL_ITEM_SUB_DEFAULTS ,
-
Table: MTL_REPLENISH_HEADERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_REPLENISH_HEADERS, object_name:MTL_REPLENISH_HEADERS, status:VALID, product: INV - Inventory , description: Replenishment header information , implementation_dba_data: INV.MTL_REPLENISH_HEADERS ,
-
Table: MTL_PHYSICAL_SUBINVENTORIES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PHYSICAL_SUBINVENTORIES, object_name:MTL_PHYSICAL_SUBINVENTORIES, status:VALID, product: INV - Inventory , description: Physical inventory specific subinventories , implementation_dba_data: INV.MTL_PHYSICAL_SUBINVENTORIES ,
-
Table: MTL_REPLENISH_HEADERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_REPLENISH_HEADERS, object_name:MTL_REPLENISH_HEADERS, status:VALID, product: INV - Inventory , description: Replenishment header information , implementation_dba_data: INV.MTL_REPLENISH_HEADERS ,
-
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 ,
-
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_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 ,
-
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_ABC_ASSIGNMENT_GROUPS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ABC_ASSIGNMENT_GROUPS, object_name:MTL_ABC_ASSIGNMENT_GROUPS, status:VALID, product: INV - Inventory , description: Defines abc groups , implementation_dba_data: INV.MTL_ABC_ASSIGNMENT_GROUPS ,
-
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 ,
-
Table: MTL_ABC_ASSIGNMENT_GROUPS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ABC_ASSIGNMENT_GROUPS, object_name:MTL_ABC_ASSIGNMENT_GROUPS, status:VALID, product: INV - Inventory , description: Defines abc groups , implementation_dba_data: INV.MTL_ABC_ASSIGNMENT_GROUPS ,
-
Table: MTL_ABC_COMPILE_HEADERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ABC_COMPILE_HEADERS, object_name:MTL_ABC_COMPILE_HEADERS, status:VALID, product: INV - Inventory , description: ABC compile header data , implementation_dba_data: INV.MTL_ABC_COMPILE_HEADERS ,
-
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 ,