Search Results MTL_SYSTEM_ITEMS_B
Overview
The MTL_SYSTEM_ITEMS_B table is the core master data repository for inventory item definitions within Oracle E-Business Suite (EBS) Inventory (INV) module. It serves as the fundamental building block for all item-centric transactions and processes across the supply chain, manufacturing, order management, and financial applications. Every tangible or intangible product, component, or service tracked within the system must be defined as a record in this table. Its primary key, a composite of INVENTORY_ITEM_ID and ORGANIZATION_ID, enforces the definition of items uniquely within each inventory organization, enabling complex multi-org structures.
Key Information Stored
The table stores a comprehensive set of attributes that define an item's behavior and control its processing throughout EBS. Key columns include the primary key components (INVENTORY_ITEM_ID, ORGANIZATION_ID), descriptive fields (ITEM_NUMBER, DESCRIPTION), and critical control flags governing inventory, costing, purchasing, and order management (e.g., INVENTORY_ITEM_FLAG, PURCHASING_ITEM_FLAG, SOURCE_TYPE). The table also holds numerous foreign key references that link the item to other master data, such as INVENTORY_ITEM_STATUS_CODE (to MTL_ITEM_STATUS), COST_OF_SALES_ACCOUNT (to GL_CODE_COMBINATIONS), ATP_RULE_ID (to MTL_ATP_RULES), and RECEIVING_ROUTING_ID (to RCV_ROUTING_HEADERS). This structure centralizes item definition while enforcing integration with related functional areas.
Common Use Cases and Queries
This table is central to reporting, data validation, and integration tasks. Common queries involve retrieving item details for a specific organization, listing items by their enabled functionality, or tracing item relationships. For example, to find all inventory-enabled items in organization 204 with their status, a typical query is: SELECT msi.segment1 ITEM_NUMBER, msi.DESCRIPTION, mis.STATUS_CODE FROM INV.MTL_SYSTEM_ITEMS_B msi JOIN INV.MTL_ITEM_STATUS_TL mis ON msi.INVENTORY_ITEM_STATUS_CODE = mis.STATUS_CODE WHERE msi.ORGANIZATION_ID = 204 AND msi.INVENTORY_ITEM_FLAG = 'Y' AND mis.LANGUAGE = USERENV('LANG');. Another critical use case is validating item-organization assignments during data migrations or when creating new items via the Item Open Interface (INV_ITEM_OPEN_PKG).
Related Objects
MTL_SYSTEM_ITEMS_B is the parent table for a vast network of related objects. The primary transactional child tables, such as MTL_ONHAND_QUANTITIES and MTL_MATERIAL_TRANSACTIONS, depend on its definitions. It has a language-specific translation table, MTL_SYSTEM_ITEMS_TL. Key foreign key relationships, as documented, link it to control tables like MTL_PARAMETERS (organization setup), MTL_SECONDARY_INVENTORIES (subinventories), and RA_RULES (accounting/invoicing rules). Furthermore, it is referenced by critical APIs, most notably the Item Import and Item Open Interface (INV_ITEM_OPEN_PKG), which is the standard programmatic method for creating and updating item master records.
-
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.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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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.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.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_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_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_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_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_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 ,
-
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_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_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 ,
-
View: MTL_ITEM_FLEXFIELDS_OLD
12.2.2
product: INV - Inventory , description: Contains concatenated item segments, inventory_item_id , implementation_dba_data: Not implemented in this database ,
-
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 ,