Search Results mtl_category_sets_b
Overview
The MTL_CATEGORY_SETS_B table is the core repository for defining category sets within Oracle E-Business Suite Inventory (INV) module, versions 12.1.1 and 12.2.2. A category set is a logical grouping of item categories used for specific business purposes, such as reporting, costing, or planning. This table stores the fundamental, non-translatable attributes of each category set. It is a foundational master data table that enables the flexible classification and hierarchical structuring of items, which is critical for inventory management, product catalog organization, and integration with other EBS modules like Order Management, Cost Management, and Advanced Supply Chain Planning.
Key Information Stored
The table's primary key is CATEGORY_SET_ID, which uniquely identifies each category set. While the provided metadata does not list all columns, based on its central role, the table typically stores columns such as CATEGORY_SET_NAME, DESCRIPTION, STRUCTURE_ID (linking to the Flexfield structure for categories), VALIDATE_FLAG (to enforce category membership), and CONTROLS (determining how categories are assigned). A critical foreign key column documented is DEFAULT_CATEGORY_ID, which references MTL_CATEGORIES_B to specify a default category within the set. The table's design ensures referential integrity for a wide array of functional setups across the application.
Common Use Cases and Queries
This table is primarily accessed for setup validation, data integrity checks, and reporting on categorization structures. Common scenarios include identifying all category sets available for item assignment or verifying the default category for a specific set. A typical query retrieves category set details by joining with its translation table, MTL_CATEGORY_SETS_TL, for language-specific names.
- Sample Query:
SELECT mcsb.CATEGORY_SET_ID, mcsb.CATEGORY_SET_NAME, mcsb.DEFAULT_CATEGORY_ID, mcst.DESCRIPTION FROM INV.MTL_CATEGORY_SETS_B mcsb, INV.MTL_CATEGORY_SETS_TL mcst WHERE mcsb.CATEGORY_SET_ID = mcst.CATEGORY_SET_ID AND mcst.LANGUAGE = USERENV('LANG'); - Reporting Use Case: Generating a list of all category sets used by the Cost Management module (CST) by joining with tables like CST_COST_TYPE_HISTORY.
Related Objects
MTL_CATEGORY_SETS_B has extensive relationships, underscoring its importance as a master data entity. Its primary key is referenced by numerous tables across different products. Key documented relationships include:
- Translation: MTL_CATEGORY_SETS_TL (join on CATEGORY_SET_ID) for multilingual descriptions.
- Category Definition: MTL_CATEGORY_SET_VALID_CATS (CATEGORY_SET_ID) defines which categories belong to a set.
- Inventory & Costing: MTL_DEFAULT_CATEGORY_SETS, CST_COST_TYPE_HISTORY, CST_COST_UPDATES (all on CATEGORY_SET_ID).
- Supply Chain Planning: CSP_PLANNING_PARAMETERS, CSP_EXCESS_RULES_B (CATEGORY_SET_ID).
- Customer Facing Applications: ICX_WEB_STORE_OPTIONS, IBE_CT_IMEDIA_SEARCH (CATEGORY_SET_ID).
- Other Modules: AS_AP_TRACKING_OBJECTIVES (PRODUCT_CAT_SET_ID), PA_PLAN_RES_DEFAULTS (ITEM_CATEGORY_SET_ID), ZX_FC_TYPES_B (OWNER_ID_COLUMN_1).
The foreign key to MTL_CATEGORIES_B on DEFAULT_CATEGORY_ID establishes a direct link to the category master table.
-
Table: MTL_CATEGORY_SETS_B
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CATEGORY_SETS_B, object_name:MTL_CATEGORY_SETS_B, status:VALID, product: INV - Inventory , description: Category Sets , implementation_dba_data: INV.MTL_CATEGORY_SETS_B ,
-
Table: MTL_CATEGORY_SETS_B
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CATEGORY_SETS_B, object_name:MTL_CATEGORY_SETS_B, status:VALID, product: INV - Inventory , description: Category Sets , implementation_dba_data: INV.MTL_CATEGORY_SETS_B ,
-
APPS.EGO_ITEM_PVT dependencies on MTL_CATEGORY_SETS_B
12.1.1
-
APPS.INVIDIT1 dependencies on MTL_CATEGORY_SETS_B
12.1.1
-
APPS.ENI_PROD_VALUESET dependencies on MTL_CATEGORY_SETS_B
12.1.1
-
APPS.EGO_WF_WRAPPER_PVT dependencies on MTL_CATEGORY_SETS_B
12.1.1
-
APPS.INV_ITEM_CATEGORY_PUB dependencies on MTL_CATEGORY_SETS_B
12.1.1
-
APPS.OZF_NET_ACCRUAL_ENGINE_PVT dependencies on MTL_CATEGORY_SETS_B
12.1.1
-
APPS.ZX_FC_MIGRATE_PKG dependencies on MTL_CATEGORY_SETS_B
12.1.1
-
APPS.OZF_OFFER_ADJ_PVT dependencies on MTL_CATEGORY_SETS_B
12.2.2
-
APPS.ENI_UPGRADE_VSET dependencies on MTL_CATEGORY_SETS_B
12.2.2
-
APPS.EGO_ITEM_PVT dependencies on MTL_CATEGORY_SETS_B
12.2.2
-
APPS.CTO_CONFIG_ITEM_PK dependencies on MTL_CATEGORY_SETS_B
12.2.2
-
APPS.PO_CATEGORIES_SV1 dependencies on MTL_CATEGORY_SETS_B
12.1.1
-
APPS.MTL_DEFAULT_CATEGORY_SETS_PKG dependencies on MTL_CATEGORY_SETS_B
12.2.2
-
APPS.INV_ITEM_CATEGORY_PUB dependencies on MTL_CATEGORY_SETS_B
12.2.2
-
APPS.ENI_ITEMS_STAR_PKG dependencies on MTL_CATEGORY_SETS_B
12.2.2
-
APPS.QP_ITEMGROUP_UPG_UTIL_PVT dependencies on MTL_CATEGORY_SETS_B
12.1.1
-
APPS.INV_ITEM_CATEGORY_PVT dependencies on MTL_CATEGORY_SETS_B
12.1.1
-
APPS.ENI_DENORM_HRCHY dependencies on MTL_CATEGORY_SETS_B
12.1.1
-
APPS.OZF_SD_REQUEST_PUB dependencies on MTL_CATEGORY_SETS_B
12.2.2
-
APPS.INV_ITEM_CATEGORY_OI dependencies on MTL_CATEGORY_SETS_B
12.2.2
-
APPS.INVIDIT2 dependencies on MTL_CATEGORY_SETS_B
12.2.2
-
APPS.INVPUOPI dependencies on MTL_CATEGORY_SETS_B
12.2.2
-
APPS.MTL_CATEGORIES_PKG dependencies on MTL_CATEGORY_SETS_B
12.2.2
-
APPS.OZF_NET_ACCRUAL_ENGINE_PVT dependencies on MTL_CATEGORY_SETS_B
12.2.2
-
APPS.EGO_UPGRADE_USER_ATTR_VAL_PUB dependencies on MTL_CATEGORY_SETS_B
12.2.2
-
APPS.INVIDIT1 dependencies on MTL_CATEGORY_SETS_B
12.2.2
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on MTL_CATEGORY_SETS_B
12.1.1
-
APPS.MTL_CATEGORY_SETS_PKG dependencies on MTL_CATEGORY_SETS_B
12.1.1
-
APPS.PO_REQAPPROVAL_INIT1 dependencies on MTL_CATEGORY_SETS_B
12.1.1
-
APPS.MTL_DEFAULT_CATEGORY_SETS_PKG dependencies on MTL_CATEGORY_SETS_B
12.1.1
-
APPS.INVIDIT2 dependencies on MTL_CATEGORY_SETS_B
12.1.1
-
APPS.QP_CATEGORY_MAPPING_RULE dependencies on MTL_CATEGORY_SETS_B
12.1.1
-
APPS.INVPUOPI dependencies on MTL_CATEGORY_SETS_B
12.1.1
-
APPS.JMF_GTA_TXT_OPERATOR_PROC dependencies on MTL_CATEGORY_SETS_B
12.1.1
-
APPS.ENI_VALUESET_CATEGORY dependencies on MTL_CATEGORY_SETS_B
12.1.1
-
APPS.MTL_CATEGORIES_PKG dependencies on MTL_CATEGORY_SETS_B
12.1.1
-
APPS.ENI_VALUESET_CATEGORY dependencies on MTL_CATEGORY_SETS_B
12.2.2
-
APPS.AR_GTA_TXT_OPERATOR_PROC dependencies on MTL_CATEGORY_SETS_B
12.2.2
-
APPS.INVPPROC dependencies on MTL_CATEGORY_SETS_B
12.2.2
-
APPS.OZF_TP_UTIL_QUERIES dependencies on MTL_CATEGORY_SETS_B
12.2.2
-
APPS.CSF_PREVENTIVE_MAINTENANCE_PVT dependencies on MTL_CATEGORY_SETS_B
12.2.2
-
APPS.OZF_SD_REQUEST_PUB dependencies on MTL_CATEGORY_SETS_B
12.1.1
-
APPS.INV_ITEM_DATA_SCRIPTS dependencies on MTL_CATEGORY_SETS_B
12.2.2
-
APPS.ZX_FC_MIGRATE_PKG dependencies on MTL_CATEGORY_SETS_B
12.2.2
-
APPS.INV_ITEM_CATEGORY_OI dependencies on MTL_CATEGORY_SETS_B
12.1.1
-
APPS.QP_ITEMGROUP_UPG_UTIL_PVT dependencies on MTL_CATEGORY_SETS_B
12.2.2
-
APPS.INVPVDR6 dependencies on MTL_CATEGORY_SETS_B
12.1.1
-
APPS.EGO_UPGRADE_USER_ATTR_VAL_PUB dependencies on MTL_CATEGORY_SETS_B
12.1.1