Search Results mtl_system_items_b
The MTL_SYSTEM_ITEMS_B table is a fundamental entity in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, serving as the primary repository for item master data within the Inventory and other supply chain modules. This table stores the core attributes of items, including descriptive, physical, and logistical characteristics, which are critical for procurement, manufacturing, order management, and inventory transactions. Below is a detailed analysis of its structure, purpose, and integration within Oracle EBS.
1. Purpose and Role
The MTL_SYSTEM_ITEMS_B table is the backbone of item master management in Oracle EBS. It holds the base definition of all items across the organization, enabling consistent item identification and control. Each record represents a unique item in a specific organization, allowing multi-org configurations. Key functionalities supported by this table include:- Item Definition: Stores item codes, descriptions, and categorization (e.g., stockable, purchasable, transactable).
- Inventory Control: Tracks attributes like unit of measure, weight, volume, and shelf life.
- Supply Chain Integration: Links to purchasing, manufacturing, and order management modules.
- Costing: Supports standard costing, average costing, and other valuation methods.
2. Key Columns and Structure
The table comprises over 300 columns, categorized into logical groups:- Primary Keys:
INVENTORY_ITEM_ID
(unique item identifier) andORGANIZATION_ID
(associates items to orgs). - Descriptive Attributes:
SEGMENT1
-SEGMENT20
(flexfield segments),DESCRIPTION
,LONG_DESCRIPTION
. - Physical Attributes:
WEIGHT_UOM_CODE
,VOLUME_UOM_CODE
,UNIT_VOLUME
. - Logistical Controls:
LOT_CONTROL_CODE
,SERIAL_NUMBER_CONTROL_CODE
,LOCATION_CONTROL_CODE
. - Status Flags:
ENABLED_FLAG
,PURCHASING_ENABLED_FLAG
,INVENTORY_ASSET_FLAG
.
3. Integration with Other Modules
MTL_SYSTEM_ITEMS_B integrates with multiple Oracle EBS modules:- Purchasing (PO): Items flagged as
PURCHASING_ENABLED_FLAG='Y'
appear in requisitions and POs. - Order Management (OM):
ORDERABLE_FLAG
determines if an item is orderable. - Manufacturing (BOM/WIP):
BOM_ENABLED_FLAG
andWIP_SUPPLY_TYPE
control production usage. - Cost Management (CST): Links to cost tables via
INVENTORY_ITEM_ID
.
4. Technical Considerations
- Indexing: Key indexes include
MTL_SYSTEM_ITEMS_B_U1
(onINVENTORY_ITEM_ID
,ORGANIZATION_ID
) andMTL_SYSTEM_ITEMS_B_N1
(onSEGMENT1
). - Performance: High-volume environments may require partitioning or materialized views.
- APIs: Use
INV_ITEM_API
for CRUD operations to maintain data integrity.
5. Customizations and Extensions
Organizations often extend the table via:- Descriptive Flexfields (DFFs): Custom attributes stored in
ATTRIBUTE_CATEGORY
andATTRIBUTE1-20
columns. - Cross-References:
MTL_ITEM_XREFS
links items to external systems.
6. Data Lifecycle
Items progress through stages:- Creation: Via Oracle Forms or APIs, with mandatory validations.
- Maintenance: Updates to status flags or attributes.
- Deactivation: Setting
ENABLED_FLAG='N'
restricts further transactions.
Conclusion
The MTL_SYSTEM_ITEMS_B table is a cornerstone of Oracle EBS, enabling end-to-end item management. Its comprehensive design supports complex supply chain operations while allowing customization. Proper utilization ensures data consistency across modules, making it indispensable for inventory and procurement processes.-
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 ,
-
Table: MTL_RELATED_ITEMS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_RELATED_ITEMS, object_name:MTL_RELATED_ITEMS, status:VALID, product: INV - Inventory , description: Item Relationships , implementation_dba_data: INV.MTL_RELATED_ITEMS ,
-
Table: MTL_RELATED_ITEMS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_RELATED_ITEMS, object_name:MTL_RELATED_ITEMS, status:VALID, product: INV - Inventory , description: Item Relationships , implementation_dba_data: INV.MTL_RELATED_ITEMS ,
-
Table: MTL_EAM_ASSET_ACTIVITIES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_EAM_ASSET_ACTIVITIES, object_name:MTL_EAM_ASSET_ACTIVITIES, status:VALID, product: INV - Inventory , description: Table for Asset Activity Association , implementation_dba_data: INV.MTL_EAM_ASSET_ACTIVITIES ,
-
Table: MTL_EAM_ASSET_ACTIVITIES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_EAM_ASSET_ACTIVITIES, object_name:MTL_EAM_ASSET_ACTIVITIES, status:VALID, product: INV - Inventory , description: Table for Asset Activity Association , implementation_dba_data: INV.MTL_EAM_ASSET_ACTIVITIES ,
-
Table: MTL_DEMAND
12.2.2
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 ,
-
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_ORG_ASSIGN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ORG_ASSIGN_V, object_name:MTL_ORG_ASSIGN_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ORG_ASSIGN_V ,
-
View: MTL_ORG_ASSIGN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ORG_ASSIGN_V, object_name:MTL_ORG_ASSIGN_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ORG_ASSIGN_V ,
-
View: MTL_EAM_ASSET_ACTIVITIES_WB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_EAM_ASSET_ACTIVITIES_WB_V, object_name:MTL_EAM_ASSET_ACTIVITIES_WB_V, status:VALID, product: INV - Inventory , description: View for Activity Workbench , implementation_dba_data: APPS.MTL_EAM_ASSET_ACTIVITIES_WB_V ,
-
View: MTL_EAM_ASSET_ACTIVITIES_WB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_EAM_ASSET_ACTIVITIES_WB_V, object_name:MTL_EAM_ASSET_ACTIVITIES_WB_V, status:VALID, product: INV - Inventory , description: View for Activity Workbench , implementation_dba_data: APPS.MTL_EAM_ASSET_ACTIVITIES_WB_V ,
-
Table: MTL_USER_DEMAND
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_USER_DEMAND, object_name:MTL_USER_DEMAND, status:VALID, product: INV - Inventory , description: External demand information to be considered in ATP , implementation_dba_data: INV.MTL_USER_DEMAND ,
-
Table: MTL_PICKING_RULES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PICKING_RULES, object_name:MTL_PICKING_RULES, status:VALID, product: INV - Inventory , description: Picking Rule Definitions , implementation_dba_data: INV.MTL_PICKING_RULES ,
-
Table: MTL_SAFETY_STOCKS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SAFETY_STOCKS, object_name:MTL_SAFETY_STOCKS, status:VALID, product: INV - Inventory , description: Safety stocks , implementation_dba_data: INV.MTL_SAFETY_STOCKS ,
-
Table: MTL_DEMAND_HISTORIES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_DEMAND_HISTORIES, object_name:MTL_DEMAND_HISTORIES, status:VALID, product: INV - Inventory , description: Sales order demand and reservations , implementation_dba_data: INV.MTL_DEMAND_HISTORIES ,
-
Table: MTL_USER_DEMAND
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_USER_DEMAND, object_name:MTL_USER_DEMAND, status:VALID, product: INV - Inventory , description: External demand information to be considered in ATP , implementation_dba_data: INV.MTL_USER_DEMAND ,
-
Table: MTL_PICKING_RULES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PICKING_RULES, object_name:MTL_PICKING_RULES, status:VALID, product: INV - Inventory , description: Picking Rule Definitions , implementation_dba_data: INV.MTL_PICKING_RULES ,
-
Table: MTL_ATP_RULES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ATP_RULES, object_name:MTL_ATP_RULES, status:VALID, product: INV - Inventory , description: ATP computation rules , implementation_dba_data: INV.MTL_ATP_RULES ,
-
Table: MTL_SHORT_CHK_TEMP
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SHORT_CHK_TEMP, object_name:MTL_SHORT_CHK_TEMP, status:VALID, product: INV - Inventory , description: Shortage Check Temporary Table , implementation_dba_data: INV.MTL_SHORT_CHK_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_MFG_PART_NUMBERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_MFG_PART_NUMBERS, object_name:MTL_MFG_PART_NUMBERS, status:VALID, product: INV - Inventory , description: Define manufacturer part numbers , implementation_dba_data: INV.MTL_MFG_PART_NUMBERS ,
-
Table: MTL_SUPPLY_DEMAND_TEMP
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SUPPLY_DEMAND_TEMP, object_name:MTL_SUPPLY_DEMAND_TEMP, status:VALID, product: INV - Inventory , description: Temporary table containing ATP details returned from ATP user-exit , implementation_dba_data: INV.MTL_SUPPLY_DEMAND_TEMP ,
-
Table: MTL_SUPPLY_DEMAND_TEMP
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SUPPLY_DEMAND_TEMP, object_name:MTL_SUPPLY_DEMAND_TEMP, status:VALID, product: INV - Inventory , description: Temporary table containing ATP details returned from ATP user-exit , implementation_dba_data: INV.MTL_SUPPLY_DEMAND_TEMP ,
-
Table: MTL_CATALOG_SEARCH_ITEMS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CATALOG_SEARCH_ITEMS, object_name:MTL_CATALOG_SEARCH_ITEMS, status:VALID, product: INV - Inventory , description: Items returned by item searches , implementation_dba_data: INV.MTL_CATALOG_SEARCH_ITEMS ,
-
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_EAM_ASSET_ATTR_GROUPS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_EAM_ASSET_ATTR_GROUPS, object_name:MTL_EAM_ASSET_ATTR_GROUPS, status:VALID, product: INV - Inventory , description: Table for asset attribute groups , implementation_dba_data: INV.MTL_EAM_ASSET_ATTR_GROUPS ,
-
Table: MTL_SAFETY_STOCKS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SAFETY_STOCKS, object_name:MTL_SAFETY_STOCKS, status:VALID, product: INV - Inventory , description: Safety stocks , implementation_dba_data: INV.MTL_SAFETY_STOCKS ,
-
Table: MTL_ITEM_STATUS
12.1.1
product: INV - Inventory , description: Material status definitions , implementation_dba_data: Not implemented in this database ,
-
Table: MTL_ITEM_STATUS
12.2.2
product: INV - Inventory , description: Material status definitions , implementation_dba_data: Not implemented in this database ,
-
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_CUSTOMER_ITEM_XREFS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CUSTOMER_ITEM_XREFS, object_name:MTL_CUSTOMER_ITEM_XREFS, status:VALID, product: INV - Inventory , description: Relationships between customer items and inventory items , implementation_dba_data: INV.MTL_CUSTOMER_ITEM_XREFS ,
-
Table: MTL_CATALOG_SEARCH_ITEMS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CATALOG_SEARCH_ITEMS, object_name:MTL_CATALOG_SEARCH_ITEMS, status:VALID, product: INV - Inventory , description: Items returned by item searches , implementation_dba_data: INV.MTL_CATALOG_SEARCH_ITEMS ,
-
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_PENDING_ITEM_STATUS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PENDING_ITEM_STATUS, object_name:MTL_PENDING_ITEM_STATUS, status:VALID, product: INV - Inventory , description: History of item-status assignments , implementation_dba_data: INV.MTL_PENDING_ITEM_STATUS ,
-
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_PENDING_ITEM_STATUS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PENDING_ITEM_STATUS, object_name:MTL_PENDING_ITEM_STATUS, status:VALID, product: INV - Inventory , description: History of item-status assignments , implementation_dba_data: INV.MTL_PENDING_ITEM_STATUS ,
-
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_ATP_RULES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ATP_RULES, object_name:MTL_ATP_RULES, status:VALID, product: INV - Inventory , description: ATP computation rules , implementation_dba_data: INV.MTL_ATP_RULES ,
-
Table: MTL_SHORT_CHK_TEMP
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SHORT_CHK_TEMP, object_name:MTL_SHORT_CHK_TEMP, status:VALID, product: INV - Inventory , description: Shortage Check Temporary Table , implementation_dba_data: INV.MTL_SHORT_CHK_TEMP ,
-
Table: MTL_DEMAND_HISTORIES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_DEMAND_HISTORIES, object_name:MTL_DEMAND_HISTORIES, status:VALID, product: INV - Inventory , description: Sales order demand and reservations , implementation_dba_data: INV.MTL_DEMAND_HISTORIES ,
-
Table: MTL_MFG_PART_NUMBERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_MFG_PART_NUMBERS, object_name:MTL_MFG_PART_NUMBERS, status:VALID, product: INV - Inventory , description: Define manufacturer part numbers , implementation_dba_data: INV.MTL_MFG_PART_NUMBERS ,
-
Table: MTL_SYSTEM_ITEMS_TL
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SYSTEM_ITEMS_TL, object_name:MTL_SYSTEM_ITEMS_TL, status:VALID, product: INV - Inventory , description: Translations table table holding item descriptions in multiple languages , implementation_dba_data: INV.MTL_SYSTEM_ITEMS_TL ,
-
Table: MTL_SYSTEM_ITEMS_TL
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SYSTEM_ITEMS_TL, object_name:MTL_SYSTEM_ITEMS_TL, status:VALID, product: INV - Inventory , description: Translations table table holding item descriptions in multiple languages , implementation_dba_data: INV.MTL_SYSTEM_ITEMS_TL ,
-
Table: MTL_CST_TXN_COST_DETAILS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CST_TXN_COST_DETAILS, object_name:MTL_CST_TXN_COST_DETAILS, status:VALID, product: INV - Inventory , description: The cost of a transaction by element and by level , implementation_dba_data: INV.MTL_CST_TXN_COST_DETAILS ,
-
Table: MTL_CST_ACTUAL_COST_DETAILS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CST_ACTUAL_COST_DETAILS, object_name:MTL_CST_ACTUAL_COST_DETAILS, status:VALID, product: INV - Inventory , description: Actual cost information by element and by level , implementation_dba_data: INV.MTL_CST_ACTUAL_COST_DETAILS ,
-
Table: MTL_CST_ACTUAL_COST_DETAILS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CST_ACTUAL_COST_DETAILS, object_name:MTL_CST_ACTUAL_COST_DETAILS, status:VALID, product: INV - Inventory , description: Actual cost information by element and by level , implementation_dba_data: INV.MTL_CST_ACTUAL_COST_DETAILS ,
-
Table: MTL_PLANNERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PLANNERS, object_name:MTL_PLANNERS, status:VALID, product: INV - Inventory , description: Planner code definitions , implementation_dba_data: INV.MTL_PLANNERS ,
-
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_EAM_ASSET_ATTR_GROUPS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_EAM_ASSET_ATTR_GROUPS, object_name:MTL_EAM_ASSET_ATTR_GROUPS, status:VALID, product: INV - Inventory , description: Table for asset attribute groups , implementation_dba_data: INV.MTL_EAM_ASSET_ATTR_GROUPS ,