Search Results mtl_default_category_sets_fk_v
Overview
MTL_DEFAULT_CATEGORY_SETS_FK_V is a view owned by the APPS schema within the Oracle E-Business Suite Inventory (INV) module. The ETRM metadata designates this object with the description "10SC ONLY," indicating that its functional scope is restricted to a specific deployment or localization context rather than being part of the general-purpose Inventory schema surface. The view presents functional-area-to-category-set assignments, joining the default category set configuration table against a functional area lookup and the translatable category set description table. Its principal role is to expose a denormalized, human-readable representation of which default category set is associated with each functional area in the Inventory application, including the language-sensitive category set name and description.
For reporting and integration purposes, the view removes the burden of resolving lookup codes and multi-language (TL) translation tables in ad hoc queries. Rather than joining MTL_DEFAULT_CATEGORY_SETS, MFG_LOOKUPS, and MTL_CATEGORY_SETS_TL manually, consumers can query a single object and obtain the functional area meaning, category set name, and category set description in one row. This is particularly relevant for the search term "category_set_description," since the view exposes a column by that exact name — sourced from the DESCRIPTION column of MTL_CATEGORY_SETS_TL and aliased as CATEGORY_SET_DESCRIPTION to disambiguate it from other descriptive attributes.
Underlying Base Objects
The view is defined over three referenced objects. MTL_DEFAULT_CATEGORY_SETS (a synonym over the base table) supplies the primary driving rows, contributing the functional area identifier, category set identifier, and the standard WHO audit columns. MFG_LOOKUPS (exposed as a view) is joined to decode the functional area, restricting rows to LOOKUP_TYPE = 'MTL_FUNCTIONAL_AREAS' and matching LOOKUP_CODE to the FUNCTIONAL_AREA_ID. MTL_CATEGORY_SETS_TL (a synonym over the translatable category sets table) supplies the language-specific CATEGORY_SET_NAME and DESCRIPTION, joined by CATEGORY_SET_ID.
The join to MTL_CATEGORY_SETS_TL is an outer join (CATEGORY_SET_ID(+) and LANGUAGE(+) = USERENV('LANG')), meaning rows in MTL_DEFAULT_CATEGORY_SETS without a corresponding translated category set record — or without a translation in the session's current language — are still returned, with NULL category set name and description. The join to MFG_LOOKUPS is an inner join, so only functional area identifiers present in the MTL_FUNCTIONAL_AREAS lookup are surfaced.
Key Columns
- ROW_ID — The ROWID of the underlying MTL_DEFAULT_CATEGORY_SETS row, providing a unique row locator.
- FUNCTIONAL_AREA_ID / FUNCTIONAL_AREA_DESC — The functional area code and its decoded meaning from MFG_LOOKUPS.
- CATEGORY_SET_ID — Identifier of the category set assigned to the functional area.
- CATEGORY_SET_NAME — The translated name of the category set, derived from MTL_CATEGORY_SETS_TL.
- CATEGORY_SET_DESCRIPTION — The translated descriptive text for the category set; the column most directly associated with the "category_set_description" search.
- Audit columns — LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN, plus the concurrent program columns REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, and PROGRAM_UPDATE_DATE.
Common Use Cases and Queries
Typical uses include validating default category set configuration per functional area, producing configuration reports for Inventory implementation reviews, and feeding integration extracts where the English or session-language description must accompany the category set identifier.
A representative query retrieving descriptions for all functional areas follows:
SELECT functional_area_desc, category_set_name, category_set_description FROM mtl_default_category_sets_fk_v ORDER BY functional_area_desc;SELECT functional_area_desc, category_set_name, category_set_description FROM mtl_default_category_sets_fk_v WHERE category_set_description IS NOT NULL;SELECT category_set_id, functional_area_desc, category_set_description FROM mtl_default_category_sets_fk_v WHERE functional_area_desc = :area;
Because CATEGORY_SET_NAME and CATEGORY_SET_DESCRIPTION are language-dependent, results depend on the session language set via USERENV('LANG'). Queries intended for reporting should therefore account for localization, and note that missing translations return NULLs by virtue of the outer join.
-
View: MTL_DEFAULT_CATEGORY_SETS_FK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_DEFAULT_CATEGORY_SETS_FK_V, object_name:MTL_DEFAULT_CATEGORY_SETS_FK_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_DEFAULT_CATEGORY_SETS_FK_V ,
-
View: MTL_DEFAULT_CATEGORY_SETS_FK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_DEFAULT_CATEGORY_SETS_FK_V, object_name:MTL_DEFAULT_CATEGORY_SETS_FK_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_DEFAULT_CATEGORY_SETS_FK_V ,
-
VIEW: APPS.BIS_PRODUCT_CATEGORIES_V
12.1.1
-
VIEW: APPS.QP_FASS_V
12.1.1
-
VIEW: APPS.QP_FASS_V
12.2.2
-
APPS.QP_VALIDATE_FNA SQL Statements
12.2.2
-
View: BIS_PRODUCT_CATEGORIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_PRODUCT_CATEGORIES_V, object_name:BIS_PRODUCT_CATEGORIES_V, status:VALID, product: BIS - Applications BIS , implementation_dba_data: APPS.BIS_PRODUCT_CATEGORIES_V ,
-
View: BIS_PRODUCT_CATEGORIES_V
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.EGO_CATG_MAP_UTIL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:EGO_CATG_MAP_UTIL_PKG, status:VALID,
-
APPS.QP_VALIDATE_FNA SQL Statements
12.1.1
-
PACKAGE BODY: APPS.JAI_AVLIST_VALIDATE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_AVLIST_VALIDATE_PKG, status:VALID,
-
PACKAGE BODY: APPS.INVIDIT2
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INVIDIT2, status:VALID,
-
PACKAGE BODY: APPS.JAI_OM_UTILS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_OM_UTILS_PKG, status:VALID,
-
PACKAGE BODY: APPS.INVPVDR6
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INVPVDR6, status:VALID,
-
SYNONYM: APPS.MTL_CATEGORY_SETS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_CATEGORY_SETS_TL, status:VALID,
-
PACKAGE BODY: APPS.QP_VALIDATE_FNA
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:QP_VALIDATE_FNA, status:VALID,
-
PACKAGE BODY: APPS.QP_VALIDATE_FNA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:QP_VALIDATE_FNA, status:VALID,
-
SYNONYM: APPS.MTL_CATEGORY_SETS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_CATEGORY_SETS_TL, status:VALID,
-
PACKAGE BODY: APPS.INVPVDR6
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INVPVDR6, status:VALID,
-
PACKAGE BODY: APPS.JAI_CMN_SETUP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_CMN_SETUP_PKG, status:VALID,
-
PACKAGE BODY: APPS.INVIDIT2
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INVIDIT2, status:VALID,
-
VIEW: APPS.BIS_PRODUCT_CATEGORIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_PRODUCT_CATEGORIES_V, object_name:BIS_PRODUCT_CATEGORIES_V, status:VALID,
-
PACKAGE BODY: APPS.JAI_GST_GENERAL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_GST_GENERAL_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_GENERAL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_GENERAL_PKG, status:VALID,
-
APPS.EGO_CATG_MAP_UTIL_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.JAI_CMN_MTAX_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_CMN_MTAX_PKG, status:VALID,
-
VIEW: APPS.MTL_DEFAULT_CATEGORY_SETS_FK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_DEFAULT_CATEGORY_SETS_FK_V, object_name:MTL_DEFAULT_CATEGORY_SETS_FK_V, status:VALID,
-
VIEW: APPS.MTL_DEFAULT_CATEGORY_SETS_FK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_DEFAULT_CATEGORY_SETS_FK_V, object_name:MTL_DEFAULT_CATEGORY_SETS_FK_V, status:VALID,
-
APPS.JAI_AVLIST_VALIDATE_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.EGO_CATG_MAP_UTIL_PKG
12.2.2
-
VIEW: APPS.QP_FASS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:QP_FASS_V, status:VALID,
-
VIEW: APPS.QP_FASS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:QP_FASS_V, status:VALID,
-
SYNONYM: APPS.MTL_DEFAULT_CATEGORY_SETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_DEFAULT_CATEGORY_SETS, status:VALID,
-
SYNONYM: APPS.MTL_DEFAULT_CATEGORY_SETS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_DEFAULT_CATEGORY_SETS, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.INVPVDR6 SQL Statements
12.2.2
-
APPS.INVPVDR6 SQL Statements
12.1.1
-
APPS.JAI_OM_UTILS_PKG SQL Statements
12.2.2
-
APPS.JAI_GST_GENERAL_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.QP_VALIDATE_FNA
12.1.1
-
PACKAGE BODY: APPS.QP_VALIDATE_FNA
12.2.2
-
APPS.QP_VALIDATE_FNA dependencies on MTL_DEFAULT_CATEGORY_SETS_FK_V
12.2.2
-
APPS.JAI_GENERAL_PKG dependencies on MTL_DEFAULT_CATEGORY_SETS_FK_V
12.2.2
-
APPS.INVPVDR6 dependencies on MTL_DEFAULT_CATEGORY_SETS_FK_V
12.2.2
-
APPS.QP_VALIDATE_FNA dependencies on MTL_DEFAULT_CATEGORY_SETS_FK_V
12.1.1
-
APPS.INVIDIT2 dependencies on MTL_DEFAULT_CATEGORY_SETS_FK_V
12.1.1
-
APPS.JAI_AVLIST_VALIDATE_PKG dependencies on MTL_DEFAULT_CATEGORY_SETS_FK_V
12.2.2
-
APPS.JAI_CMN_SETUP_PKG dependencies on MTL_DEFAULT_CATEGORY_SETS_FK_V
12.2.2
-
APPS.JAI_OM_UTILS_PKG dependencies on MTL_DEFAULT_CATEGORY_SETS_FK_V
12.2.2