Search Results mtl_categories_b_kfv
Overview
MTL_CATEGORIES_B_KFV is a key flexfield (KFV) view owned by the APPS schema in Oracle E-Business Suite, belonging to the Inventory (INV) product family. It presents category definition data from the Item Categories key flexfield, exposing each category's unique identifier, structure assignment, descriptive attributes, and the individual flexfield segments that make up the category. In the Oracle EBS architecture, "_KFV" views are generated and maintained by the Key Flexfield infrastructure so that concatenated segment values can be reported and queried as a single logical value, while the individual segments remain independently accessible.
Because categories in Oracle Inventory are defined through a key flexfield, the raw definition data resides in a structure that separates the segments from the category identity. This view reconciles the two by surfacing both CONCATENATED_SEGMENTS and the discrete SEGMENT1 through SEGMENT20 columns, along with the standard WHO audit and concurrent program columns. It is used extensively in reporting, integration, and inquiry layers where a category must be presented either in its concatenated form or segmented for validation and analysis.
Underlying Base Objects
According to the ETRM metadata for 12.2.2, the view is defined over a single referenced base object: MTL_CATEGORIES_B, referenced through a synonym. MTL_CATEGORIES_B is the category definitions base table in Oracle Inventory, storing each category's identity, structure assignment, descriptive and supplier-related flags, enablement dates, and the flexfield segment columns. The "_B" suffix indicates the base (non-translated) table, and the corresponding translated table, MTL_CATEGORIES_TL, supplies language-specific descriptions in other reporting objects.
Consistent with the documented view text, MTL_CATEGORIES_B_KFV performs a direct projection from MTL_CATEGORIES_B, selecting the identifier, structure, attributes, segments, and standard audit columns. Notably, the view text hard-codes the concatenated segment and padded concatenated segment expressions as blank padded strings, reflecting the documented definition in this environment. ROW_ID is derived from ROWID to supply a stable row identifier for the result set.
Key Columns
- ROW_ID — Surrogate row identifier derived from the underlying ROWID.
- CATEGORY_ID — Primary identifier for the category; the join key to related item-category assignment objects.
- STRUCTURE_ID — Identifies which Item Categories flexfield structure the category belongs to.
- CONCATENATED_SEGMENTS — The logically combined segment string representing the full category value.
- SEGMENT1 – SEGMENT20 — The individual flexfield segments that compose the category value.
- DESCRIPTION — Descriptive text for the category definition.
- WEB_STATUS, SUPPLIER_ENABLED_FLAG, DISABLE_DATE — Flags and dates governing category availability, Web eligibility, and supplier enablement.
- SUMMARY_FLAG, ENABLED_FLAG, START_DATE_ACTIVE, END_DATE_ACTIVE — Standard flexfield and effective-dating controls.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–ATTRIBUTE15 — Descriptive flexfield context and attribute columns.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — Audit and concurrent program tracking columns.
Common Use Cases and Queries
The view is typically queried to resolve category identifiers into readable category definitions, to validate segment combinations, and to drive inventory and pricing reports. A common pattern joins the view to item-category assignment tables on CATEGORY_ID and filters by STRUCTURE_ID to isolate a particular category set.
- Listing active categories within a given structure for reporting or reconciliation.
- Resolving CATEGORY_ID values from assignment tables into concatenated segment values.
- Validating that expected segments are populated for a category structure.
- Filtering categories by effective dates, enablement, or supplier enablement flags.
Sample query:
SELECT category_id, structure_id, concatenated_segments, segment1, segment2, segment3, description, enabled_flag
FROM apps.mtl_categories_b_kfv
WHERE structure_id = :structure_id
AND enabled_flag = 'Y';
-
View: MTL_CATEGORIES_B_KFV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CATEGORIES_B_KFV, object_name:MTL_CATEGORIES_B_KFV, status:VALID, product: INV - Inventory , description: Categories Key Flexfield View , implementation_dba_data: APPS.MTL_CATEGORIES_B_KFV ,
-
View: MTL_CATEGORIES_B_KFV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CATEGORIES_B_KFV, object_name:MTL_CATEGORIES_B_KFV, status:VALID, product: INV - Inventory , description: Categories Key Flexfield View , implementation_dba_data: APPS.MTL_CATEGORIES_B_KFV ,
-
VIEW: APPS.CLN_INV_CATEGORY_V
12.2.2
-
VIEW: APPS.CLN_ITEMMST_ITEM_CATEGORIES_V
12.2.2
-
VIEW: APPS.MSD_SR_CAT_ALL_V
12.1.1
-
VIEW: APPS.CST_CAT_ELE_EXP_ASSOCS_V
12.2.2
-
VIEW: APPS.CLN_ITEMMST_ITEM_CATEGORIES_V
12.1.1
-
VIEW: APPS.CLN_INV_CATEGORY_V
12.1.1
-
VIEW: APPS.OKX_CATEGORIES_V
12.1.1
-
VIEW: APPS.MTL_CATEGORY_SET_VALID_CATS_V
12.1.1
-
VIEW: APPS.MSD_SR_CAT_ALL_V
12.2.2
-
VIEW: APPS.CST_CAT_ELE_EXP_ASSOCS_V
12.1.1
-
VIEW: APPS.ZX_FC_PRODUCT_FISCAL_V
12.1.1
-
VIEW: APPS.ENI_ITEM_PROD_CAT_LOOKUP_V
12.1.1
-
VIEW: APPS.MTL_CATEGORY_SET_VALID_CATS_V
12.2.2
-
VIEW: APPS.CLN_ITEMMST_ITEMCATEGORY_V
12.2.2
-
VIEW: APPS.OKX_CATEGORIES_V
12.2.2
-
VIEW: APPS.CLN_ITEMMST_ITEMCATEGORY_V
12.1.1
-
VIEW: APPS.MSD_SR_IT_ALL_V
12.1.1
-
VIEW: APPS.MSD_SR_IT_ALL_V
12.2.2
-
APPS.ENI_ITEMS_STAR_PKG SQL Statements
12.1.1
-
VIEW: APPS.ZX_FC_INTENDED_USE_V
12.2.2
-
VIEW: APPS.ZX_FC_PRODUCT_FISCAL_V
12.2.2
-
VIEW: APPS.MTL_ITEM_CATEGORIES_V
12.2.2
-
VIEW: APPS.OKX_ITEM_CATEGORIES_V
12.2.2
-
APPS.ENI_ITEMS_STAR_PKG SQL Statements
12.2.2
-
VIEW: APPS.ENI_ITEM_PROD_CAT_LOOKUP_V
12.2.2
-
APPS.JA_CN_CUSTOM_SOURCES SQL Statements
12.1.1
-
APPS.ENI_CONFIG_ITEMS_PKG SQL Statements
12.1.1
-
VIEW: APPS.ZX_FC_INTENDED_USE_V
12.1.1
-
APPS.ENI_CONFIG_ITEMS_PKG SQL Statements
12.2.2
-
VIEW: APPS.MTL_ITEM_CATEGORIES_V
12.1.1
-
VIEW: APPS.OKX_ITEM_CATEGORIES_V
12.1.1
-
VIEW: APPS.MTL_CATEGORIES_V
12.2.2
-
VIEW: APPS.MTL_CATEGORIES_V
12.1.1
-
APPS.JA_CN_CUSTOM_SOURCES SQL Statements
12.2.2
-
VIEW: APPS.QPR_SR_PC_HIER_V
12.2.2
-
VIEW: APPS.MTH_SRC_ITEM_CATEGORIES_V
12.2.2
-
PACKAGE: APPS.GMF_COPY_ITEM_COST
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GMF_COPY_ITEM_COST, status:VALID,
-
View: CSS_DEF_REPORTING_CATS_VL
12.2.2
product: CSS - Support (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.JA_CN_CUSTOM_SOURCES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_CUSTOM_SOURCES, status:VALID,
-
PACKAGE BODY: APPS.ENI_CONFIG_ITEMS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ENI_CONFIG_ITEMS_PKG, status:VALID,
-
VIEW: APPS.QPR_SR_PC_HIER_V
12.1.1
-
View: CLN_ITEMMST_ITEM_CATEGORIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_ITEMMST_ITEM_CATEGORIES_V, object_name:CLN_ITEMMST_ITEM_CATEGORIES_V, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: View of the available item categories , implementation_dba_data: APPS.CLN_ITEMMST_ITEM_CATEGORIES_V ,
-
View: ZX_FC_PRODUCT_FISCAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.ZX_FC_PRODUCT_FISCAL_V, object_name:ZX_FC_PRODUCT_FISCAL_V, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.ZX_FC_PRODUCT_FISCAL_V ,
-
View: OKX_CATEGORIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_CATEGORIES_V, object_name:OKX_CATEGORIES_V, status:VALID, product: OKX - Contracts Integration , description: Item categories , implementation_dba_data: APPS.OKX_CATEGORIES_V ,
-
View: CSS_DEF_REPORTING_CATS_VL
12.1.1
product: CSS - Support (obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.GMF_COPY_ITEM_COST
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GMF_COPY_ITEM_COST, status:VALID,
-
View: CLN_ITEMMST_ITEM_CATEGORIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_ITEMMST_ITEM_CATEGORIES_V, object_name:CLN_ITEMMST_ITEM_CATEGORIES_V, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: View of the available item categories , implementation_dba_data: APPS.CLN_ITEMMST_ITEM_CATEGORIES_V ,
-
PACKAGE BODY: APPS.EGO_CATG_MAP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EGO_CATG_MAP_PKG, status:VALID,