Search Results mtl_item_sub_inventories
The MTL_ITEM_SUB_INVENTORIES
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical inventory management entity that defines the relationship between items and subinventories within the Oracle Inventory module. This table plays a pivotal role in controlling item availability, stock movement, and material transactions by enforcing subinventory-level restrictions for specific items. Below is a detailed technical breakdown of its structure, functionality, and integration within Oracle EBS.
Table Structure and Key Columns
TheMTL_ITEM_SUB_INVENTORIES
table stores records that associate items (INVENTORY_ITEM_ID
) with subinventories (SUBINVENTORY_CODE
), along with control attributes. Key columns include:
- INVENTORY_ITEM_ID: Foreign key to
MTL_SYSTEM_ITEMS_B
, linking to the item master. - ORGANIZATION_ID: Identifies the inventory organization (foreign key to
HR_ALL_ORGANIZATION_UNITS
). - SUBINVENTORY_CODE: References
MTL_SECONDARY_INVENTORIES
, defining valid storage locations. - STATUS_ID: Indicates whether the item-subinventory combination is active or inactive.
- LOCATOR_TYPE: Controls locator requirements (e.g., predefined, dynamic, or none).
- INVENTORY_PLANNING_CODE: Determines if MRP/DRP planning is enabled for the item-subinventory pair.
- PRIMARY_SUPPLY_SUBINVENTORY: Flags whether the subinventory is a primary replenishment source.
Functional Significance
This table serves as a gatekeeper for inventory operations:- Item Restriction: Ensures items can only be transacted in designated subinventories, preventing erroneous stock movements.
- Locator Control: Enforces locator-level tracking based on
LOCATOR_TYPE
settings (e.g., mandatory for lot-controlled items). - Supply Chain Planning: The
INVENTORY_PLANNING_CODE
column influences MRP calculations by including/excluding subinventory stock. - Replenishment Logic: Designates primary supply sources for automated replenishment workflows.
Integration Points
The table interacts with multiple Oracle EBS modules:- Inventory Transactions: Validates subinventory eligibility during material receipts, issues, and transfers.
- Order Management: Restricts pick release operations to authorized subinventories.
- Cost Management: Provides subinventory-level cost group associations for valuation.
- Warehouse Management: Integrates with WMS for directed put-away and picking rules.
Technical Considerations
- Indexes: Key indexes include
MTL_ITEM_SUB_INVENTORIES_U1
(unique onINVENTORY_ITEM_ID
,ORGANIZATION_ID
,SUBINVENTORY_CODE
) andMTL_ITEM_SUB_INVENTORIES_N1
(onSUBINVENTORY_CODE
). - APIs: Managed via
INV_ITEM_SUB_INVENTORY_API
for CRUD operations. - Data Population: Records are created through the "Item Subinventories" form (INVSUBIN) or via batch programs.
Version-Specific Notes
In EBS 12.2.2, enhancements include:- Improved validation for mixed subinventory/item status combinations.
- Tighter integration with Oracle Warehouse Management Cloud (where applicable).
- Extended attributes for cross-organization subinventory relationships.
-
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_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_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_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 ,
-
View: MTL_ITEM_SUB_TRK_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_SUB_TRK_ALL_V, object_name:MTL_ITEM_SUB_TRK_ALL_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_ITEM_SUB_TRK_ALL_V ,
-
View: MTL_ITEM_SUB_TRK_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_SUB_TRK_ALL_V, object_name:MTL_ITEM_SUB_TRK_ALL_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_ITEM_SUB_TRK_ALL_V ,
-
View: MTL_ITEM_SUB_EXP_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_SUB_EXP_VAL_V, object_name:MTL_ITEM_SUB_EXP_VAL_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_ITEM_SUB_EXP_VAL_V ,
-
View: MTL_ITEM_SUB_TRK_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_SUB_TRK_VAL_V, object_name:MTL_ITEM_SUB_TRK_VAL_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_ITEM_SUB_TRK_VAL_V ,
-
View: MTL_ITEM_SUB_AST_TRK_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_SUB_AST_TRK_VAL_V, object_name:MTL_ITEM_SUB_AST_TRK_VAL_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_ITEM_SUB_AST_TRK_VAL_V ,
-
View: MTL_ITEM_SUB_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_SUB_VAL_V, object_name:MTL_ITEM_SUB_VAL_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_ITEM_SUB_VAL_V ,
-
View: MTL_ITEM_SUB_EXP_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_SUB_EXP_VAL_V, object_name:MTL_ITEM_SUB_EXP_VAL_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_ITEM_SUB_EXP_VAL_V ,
-
View: MTL_ITEM_SUB_EXP_TRK_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_SUB_EXP_TRK_VAL_V, object_name:MTL_ITEM_SUB_EXP_TRK_VAL_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_ITEM_SUB_EXP_TRK_VAL_V ,
-
View: MTL_ITEM_SUB_AST_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_SUB_AST_VAL_V, object_name:MTL_ITEM_SUB_AST_VAL_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_ITEM_SUB_AST_VAL_V ,
-
View: MTL_ITEM_SUB_TRK_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_SUB_TRK_VAL_V, object_name:MTL_ITEM_SUB_TRK_VAL_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_ITEM_SUB_TRK_VAL_V ,
-
View: MTL_ITEM_SUB_AST_TRK_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_SUB_AST_TRK_VAL_V, object_name:MTL_ITEM_SUB_AST_TRK_VAL_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_ITEM_SUB_AST_TRK_VAL_V ,
-
View: MTL_ITEM_SUB_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_SUB_VAL_V, object_name:MTL_ITEM_SUB_VAL_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_ITEM_SUB_VAL_V ,
-
View: MTL_ITEM_SUB_EXP_TRK_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_SUB_EXP_TRK_VAL_V, object_name:MTL_ITEM_SUB_EXP_TRK_VAL_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_ITEM_SUB_EXP_TRK_VAL_V ,
-
View: MTL_ITEM_SUB_AST_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_SUB_AST_VAL_V, object_name:MTL_ITEM_SUB_AST_VAL_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_ITEM_SUB_AST_VAL_V ,
-
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 ,
-
View: MTL_ITEM_SUB_INVENTORIES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_SUB_INVENTORIES_ALL_V, object_name:MTL_ITEM_SUB_INVENTORIES_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ITEM_SUB_INVENTORIES_ALL_V ,
-
View: MTL_ITEM_SUB_INVENTORIES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_SUB_INVENTORIES_ALL_V, object_name:MTL_ITEM_SUB_INVENTORIES_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ITEM_SUB_INVENTORIES_ALL_V ,
-
Table: MTL_PARAMETERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PARAMETERS, object_name:MTL_PARAMETERS, status:VALID, product: INV - Inventory , description: Inventory control options and defaults , implementation_dba_data: INV.MTL_PARAMETERS ,
-
Table: MTL_PARAMETERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PARAMETERS, object_name:MTL_PARAMETERS, status:VALID, product: INV - Inventory , description: Inventory control options and defaults , implementation_dba_data: INV.MTL_PARAMETERS ,
-
Table: MTL_SYSTEM_ITEMS_B
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SYSTEM_ITEMS_B, object_name:MTL_SYSTEM_ITEMS_B, status:VALID, product: INV - Inventory , description: Inventory item definitions , implementation_dba_data: INV.MTL_SYSTEM_ITEMS_B ,
-
Table: MTL_SYSTEM_ITEMS_B
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SYSTEM_ITEMS_B, object_name:MTL_SYSTEM_ITEMS_B, status:VALID, product: INV - Inventory , description: Inventory item definitions , implementation_dba_data: INV.MTL_SYSTEM_ITEMS_B ,