Search Results mtl_system_items_b
Overview
MTL_SYSTEM_ITEMS_B is the master definition table for inventory items in Oracle E-Business Suite, owned by the INV (Inventory) schema. It stores the core attributes that describe every item an organization transacts, plans, purchases, manufactures, sells, or services. Because Oracle EBS operates with a multi-organization architecture, an item is not globally unique on its own: the table is keyed by the composite primary key MTL_SYSTEM_ITEMS_B_PK on (INVENTORY_ITEM_ID, ORGANIZATION_ID), meaning the same inventory item is represented by a distinct row in each organization where it is defined and enabled. The table carries 401 documented columns in 12.2.2 and serves as the central hub from which nearly every supply chain, manufacturing, costing, order management, and service module draws item validation and defaulting logic.
From a dimensional modeling perspective, the mined foreign-key structure suggests a hub-leaning classification. MTL_SYSTEM_ITEMS_B functions as a core entity hub in a Data Vault sense, with INVENTORY_ITEM_ID acting as the durable business key and ORGANIZATION_ID participating as part of the composite identity. Its 401 columns are largely descriptive and would typically be split into one or more satellites (planning, purchasing, costing, service, and process attributes) rather than modeled as a single wide hub. Tables that reference it via INVENTORY_ITEM_ID behave as links or dependent satellites.
Key Information Stored
The table's identity is established by the composite primary key (INVENTORY_ITEM_ID, ORGANIZATION_ID), which is also exposed as unique index MTL_SYSTEM_ITEMS_B_U1 and serves as the business-key candidate. The most functionally significant columns include:
- INVENTORY_ITEM_ID — surrogate identifier for the item, consistent across organizations; pairs with ORGANIZATION_ID.
- ORGANIZATION_ID — the inventory organization in which this item row is defined; foreign key to MTL_PARAMETERS.
- SEGMENT1 — the item number concatenated segment, the human-readable identifier for the item.
- DESCRIPTION — the item's primary description text.
- PRIMARY_UOM_CODE / PRIMARY_UNIT_OF_MEASURE — the stocking and transaction unit of measure.
- INVENTORY_ITEM_STATUS_CODE — controls whether the item is active, inactive, or otherwise restricted; foreign key to MTL_ITEM_STATUS.
- INVENTORY_ITEM_FLAG, PURCHASING_ITEM_FLAG, CUSTOMER_ORDER_FLAG, BOM_ITEM_TYPE — functional flags that classify the item as inventory, purchased, order-entry, and bill-of-material type.
- INVENTORY_ASSET_FLAG — determines whether the item is asset-tracked for costing and fixed assets.
- PLANNER_CODE, PLANNING_MAKE_BUY_CODE, MRP_PLANNING_CODE — planning and MRP attributes, with PLANNER_CODE referencing MTL_PLANNERS.
- COST_OF_SALES_ACCOUNT, EXPENSE_ACCOUNT, ENCUMBRANCE_ACCOUNT, SALES_ACCOUNT — accounting flexfield references to GL_CODE_COMBINATIONS for transaction accounting.
- ENGINEERING_ITEM_ID, BASE_ITEM_ID, PRODUCT_FAMILY_ITEM_ID — self-referencing relationships defining engineering, base model, and product family structures.
- LOT_CONTROL_CODE, SERIAL_NUMBER_CONTROL_CODE, SHELF_LIFE_CODE — inventory control and lot/serial tracking configuration.
Common Use Cases and Queries
MTL_SYSTEM_ITEMS_B is queried in virtually every inventory, order, purchasing, and manufacturing report. The most common pattern joins it to MTL_PARAMETERS for organization context and MTL_SYSTEM_ITEMS_TL for translated descriptions.
- Item master inquiry: retrieve all enabled items for a given organization ordered by SEGMENT1, filtering on ORGANIZATION_ID and ENABLED_FLAG.
- Item status and defaulting: join to MTL_ITEM_STATUS via INVENTORY_ITEM_STATUS_CODE to surface active or restricted items.
- Planning and purchasing extraction: select PLANNER_CODE, PLANNING_MAKE_BUY_CODE, and purchasing flags for MRP and procurement interfaces.
- Costing and accounting: resolve COST_OF_SALES_ACCOUNT, EXPENSE_ACCOUNT, and related GL_CODE_COMBINATIONS references for transaction accounting.
- Model and structure reporting: use BASE_ITEM_ID and PRODUCT_FAMILY_ITEM_ID self-joins to reconstruct model, family, and configuration relationships.
A typical query joins MTL_SYSTEM_ITEMS_B to MTL_SYSTEM_ITEMS_TL on INVENTORY_ITEM_ID and ORGANIZATION_ID to return translated descriptions alongside item attributes.
Related Objects
MTL_SYSTEM_ITEMS_B is one of the most heavily referenced tables in EBS. The following are among the most significant related objects and foreign-key relationships documented in the metadata:
- MTL_SYSTEM_ITEMS_TL — translation table joined on INVENTORY_ITEM_ID and ORGANIZATION_ID for multilingual descriptions.
- MTL_PARAMETERS — referenced by ORGANIZATION_ID, SOURCE_ORGANIZATION_ID, and DEFAULT_SHIPPING_ORG; defines the inventory organization.
- MTL_ITEM_STATUS — referenced by INVENTORY_ITEM_STATUS_CODE, controlling item availability.
- MTL_SECONDARY_INVENTORIES — referenced by SOURCE_SUBINVENTORY and WIP_SUPPLY_SUBINVENTORY.
- GL_CODE_COMBINATIONS — referenced by COST_OF_SALES_ACCOUNT, EXPENSE_ACCOUNT, ENCUMBRANCE_ACCOUNT, and SALES_ACCOUNT.
- MTL_MATERIAL_TRANSACTIONS and MTL_ONHAND_QUANTITIES — reference INVENTORY_ITEM_ID for balances and transactional movement.
- BOM_STRUCTURES_B and BOM_BILL_OF_MATERIALS — reference ASSEMBLY_ITEM_ID and COMPONENT_ITEM_ID for bills of material.
- MTL_ITEM_CATEGORIES — references INVENTORY_ITEM_ID to assign categories.
- CST_ITEM_COSTS and CST_ITEM_COST_DETAILS — reference INVENTORY_ITEM_ID for cost rollups and item costs.
- WIP_DISCRETE_JOBS, WIP_REPETITIVE_ITEMS, and WIP_ENTITIES — reference PRIMARY_ITEM_ID for manufacturing execution.
- MTL_RESERVATIONS, MTL_LOT_NUMBERS, and MTL_SERIAL_NUMBERS — reference INVENTORY_ITEM_ID for reservation and lot/serial tracking.
Beyond these, self-referencing foreign keys (ENGINEERING_ITEM_ID, BASE_ITEM_ID, BASE_WARRANTY_SERVICE_ID, PRODUCT_FAMILY_ITEM_ID) allow the table to model hierarchy, warranty, and family relationships within itself.
-
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 ,