Search Results mtl_secondary_inventories
The MTL_SECONDARY_INVENTORIES
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for managing sub-inventories within the Inventory module. It stores detailed information about secondary inventory locations, which are logical or physical subdivisions of an organization's primary inventory. These sub-inventories enable granular control over stock management, allowing businesses to segregate inventory based on criteria such as location, purpose, or stock type. Below is a detailed breakdown of its structure, functionality, and significance in Oracle EBS.
Table Structure and Key Columns
TheMTL_SECONDARY_INVENTORIES
table contains columns that define the attributes and behavior of sub-inventories. Key columns include:
- SECONDARY_INVENTORY_NAME: A unique identifier for the sub-inventory.
- ORGANIZATION_ID: Links the sub-inventory to an organization in
HR_ORGANIZATION_UNITS
. - DESCRIPTION: A user-defined description of the sub-inventory.
- DISABLE_DATE: Indicates if the sub-inventory is inactive.
- ASSET_INVENTORY: Flags whether items in this sub-inventory are treated as assets (capitalized).
- INVENTORY_ATP_CODE: Controls ATP (Available-to-Promise) behavior for the sub-inventory.
- LOCATOR_TYPE: Specifies whether locator control is enforced (e.g., predefined, dynamic, or none).
- PICKING_ORDER: Determines the priority of this sub-inventory during picking operations.
- RESERVABLE_TYPE: Defines if items can be reserved in this sub-inventory.
Functional Role in Inventory Management
Sub-inventories are foundational for:- Stock Segmentation: Enables categorization by geography, department, or stock type (e.g., raw materials, finished goods).
- Locator Control: Integrates with
MTL_ITEM_LOCATIONS
to enforce precise tracking of item locations. - Transaction Processing: Supports movements between sub-inventories (transfers, issues, receipts) via
MTL_MATERIAL_TRANSACTIONS
. - Costing and Accounting: Tracks valuation accounts by sub-inventory for financial reporting.
- ATP and Allocation: Influences availability checks in Order Management based on sub-inventory rules.
Integration with Other Modules
The table interacts with:- Order Management (OM): Sub-inventories are assigned to shipping warehouses.
- Purchasing (PO): Defines receiving sub-inventories for inbound shipments.
- Work in Process (WIP): Designates sub-inventories for component issue and completion.
- Cost Management (CST): Maps sub-inventories to valuation accounts for cost rollups.
Technical Considerations
- Indexes: Key indexes include
MTL_SECONDARY_INVENTORIES_U1
(unique onORGANIZATION_ID
andSECONDARY_INVENTORY_NAME
) andMTL_SECONDARY_INVENTORIES_N1
(onORGANIZATION_ID
). - APIs Custom integrations should use Oracle's public APIs (e.g.,
INV_SECONDARY_INVENTORY_PUB
) to avoid direct table manipulation. - Data Security: Access is controlled via Oracle's Function Security and MOAC (Multi-Org Access Control).
Conclusion
TheMTL_SECONDARY_INVENTORIES
table is a linchpin in Oracle EBS Inventory, enabling precise control over inventory segmentation, transactions, and reporting. Its integration across modules ensures consistency in logistics, financials, and supply chain operations. Proper configuration of sub-inventories is essential for optimizing inventory accuracy, operational efficiency, and compliance with accounting standards.
-
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_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_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_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_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_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.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 ,
-
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 ,
-
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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_ABC_COMPILE_HEADERS
12.1.1
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 ,