Search Results mtl_item_catalog_groups_b
Overview
The MTL_ITEM_CATALOG_GROUPS_B table is a core Inventory (INV) foundation table within Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as the master repository for defining Item Catalog Groups, which are logical collections of descriptive elements used to classify and describe items in a standardized manner. These groups are fundamental to the Item Catalog functionality, enabling structured and searchable item definitions beyond basic categories. The table stores the base, non-translatable attributes of each catalog group, with its corresponding _TL (translation) table handling language-specific names. Its primary role is to provide a centralized reference key (ITEM_CATALOG_GROUP_ID) that links to descriptive elements, categories, aliases, and ultimately, to items themselves in MTL_SYSTEM_ITEMS_B.
Key Information Stored
The table's structure is centered on its primary key, ITEM_CATALOG_GROUP_ID, which uniquely identifies each catalog group. While the provided ETRM metadata does not list all columns, the table's purpose and foreign key relationships imply it contains essential control columns such as CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, and LAST_UPDATE_LOGIN for auditing. It also likely includes columns for the group's internal NAME, a DESCRIPTION, and flags to control its status and usage (e.g., ENABLED_FLAG). The key data point is the immutable numeric identifier (ITEM_CATALOG_GROUP_ID) that is referenced across the system to associate items with a specific descriptive framework.
Common Use Cases and Queries
This table is primarily accessed for setup, maintenance, and reporting on the item catalog structure. Common scenarios include identifying all defined catalog groups, finding items associated with a specific catalog group, or troubleshooting integration points. A typical query retrieves catalog group details for reporting or validation.
- Listing All Active Item Catalog Groups:
SELECT ITEM_CATALOG_GROUP_ID, NAME, DESCRIPTION
FROM MTL_ITEM_CATALOG_GROUPS_B
WHERE ENABLED_FLAG = 'Y'
ORDER BY NAME; - Finding Items for a Specific Catalog Group:
SELECT MSIB.SEGMENT1 ITEM_CODE, MSIB.DESCRIPTION
FROM MTL_SYSTEM_ITEMS_B MSIB
WHERE MSIB.ITEM_CATALOG_GROUP_ID = <GROUP_ID>; - Resolving Integration References: The foreign key from OKL_DF_CTGY_RMK_TMS_ALL.ICO_ID indicates this table is referenced by the Oracle Lease and Finance Management (OKL) module, linking financial category remarks to an Inventory catalog group.
Related Objects
As evidenced by the foreign keys, MTL_ITEM_CATALOG_GROUPS_B is a central hub in the Item Catalog data model. Key related objects include:
- MTL_ITEM_CATALOG_GROUPS_TL: The translation table holding the user-facing name and description in multiple languages.
- MTL_DESCRIPTIVE_ELEMENTS: Stores the individual attributes (e.g., Color, Wattage) that belong to a catalog group.
- MTL_SYSTEM_ITEMS_B: Items are assigned to a catalog group via this column, enabling descriptive element validation.
- MTL_ICG_CATEGORIES & MTL_ICG_ALIASES: Link catalog groups to inventory categories and alternate names, respectively.
- BOM_STRUCTURE_TYPES_B: Associates a catalog group with a Bill of Material structure type.
- OKL_DF_CTGY_RMK_TMS_ALL: A key cross-module dependency, where the Oracle Financials (OKL) module references the Inventory catalog group (via ICO_ID) for category remark tracking.
-
Table: MTL_ITEM_CATALOG_GROUPS_B
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_CATALOG_GROUPS_B, object_name:MTL_ITEM_CATALOG_GROUPS_B, status:VALID, product: INV - Inventory , description: Item Catalog Groups , implementation_dba_data: INV.MTL_ITEM_CATALOG_GROUPS_B ,
-
Table: MTL_ITEM_CATALOG_GROUPS_B
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_CATALOG_GROUPS_B, object_name:MTL_ITEM_CATALOG_GROUPS_B, status:VALID, product: INV - Inventory , description: Item Catalog Groups , implementation_dba_data: INV.MTL_ITEM_CATALOG_GROUPS_B ,
-
APPS.ENG_DOM_UTIL_PUB dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.1.1
-
APPS.INVPOPIF dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.1.1
-
APPS.EGO_ITEMCAT_VAL_TO_ID dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.1.1
-
APPS.EGO_ITEM_USER_ATTRS_CP_PUB dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.1.1
-
APPS.EGO_UI_ITEM_PUB dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.EGO_ODI_PUB dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.INVIDIT3 dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.INV_ITEM_CATEGORY_OI dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.EGO_TA_BULKLOAD_PVT dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.EGO_ITEM_PUB dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.EGO_TRANSACTION_ATTRS_PVT dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.EGO_PUB_FWK_PK dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.EGO_ITEM_PVT dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.EGO_ITEM_PVT dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.1.1
-
APPS.EGO_ITEM_USER_ATTRS_CP_PUB dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.EGO_PUB_WS_ICC dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.EGO_ICC_BULKLOAD_PVT dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.EGO_CATALOG_GROUP_UTIL dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.EGO_ITEM_CATALOG_PVT dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.BOM_GLOBALS dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.INVPVDR5 dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.EGO_ICC_STRUCTURE_PVT dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.INVPOPIF dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.EGO_ITEM_BULKLOAD_PKG dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.ENG_NEW_ITEM_REQ_UTIL dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.ENGECOBO dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.1.1
-
APPS.EGO_ITEM_AML_PUB dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.1.1
-
APPS.ENG_NEW_ITEM_REQ_UTIL dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.1.1
-
APPS.INVIDIT3 dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.1.1
-
APPS.EGO_ITEM_BULKLOAD_PKG dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.1.1
-
APPS.EGO_BROWSE_PVT dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.1.1
-
APPS.EGO_ITEM_AML_PVT dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.1.1
-
APPS.BOM_GLOBALS dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.1.1
-
APPS.EGO_LIFECYCLE_USER_PUB dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.1.1
-
APPS.EGO_ITEM_CATALOG_PUB dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.1.1
-
APPS.EGO_UI_ITEM_PUB dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.1.1
-
APPS.INVPUTLI dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.1.1
-
APPS.EGO_STYLE_SKU_ITEM_PVT dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.MTL_ITEM_CATALOG_GROUPS_UTIL dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.EGO_INV_ITEM_CATALOG_PVT dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.EGO_ITEM_AML_PVT dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.EGO_IMPORT_PVT dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.ENG_ATTACHMENT_IMPLEMENTATION dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.ENG_DOM_UTIL_PUB dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.INVNIRIS dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.2.2
-
APPS.ENG_ATTACHMENT_IMPLEMENTATION dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.1.1
-
APPS.EGO_INV_ITEM_CATALOG_PVT dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.1.1
-
APPS.EGO_CATALOG_GROUP_UTIL dependencies on MTL_ITEM_CATALOG_GROUPS_B
12.1.1