Search Results padded_concatenated_segments
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.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: 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_SUMMARY_TEMP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SUMMARY_TEMP_V, object_name:MTL_SUMMARY_TEMP_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_SUMMARY_TEMP_V ,
-
View: MTL_SUMMARY_TEMP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SUMMARY_TEMP_V, object_name:MTL_SUMMARY_TEMP_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_SUMMARY_TEMP_V ,
-
View: MTL_SALES_ORDERS_KFV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SALES_ORDERS_KFV, object_name:MTL_SALES_ORDERS_KFV, status:VALID, product: INV - Inventory , description: Sales Orders Key Flexfield View , implementation_dba_data: APPS.MTL_SALES_ORDERS_KFV ,
-
View: MTL_SALES_ORDERS_KFV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SALES_ORDERS_KFV, object_name:MTL_SALES_ORDERS_KFV, status:VALID, product: INV - Inventory , description: Sales Orders Key Flexfield View , implementation_dba_data: APPS.MTL_SALES_ORDERS_KFV ,
-
View: MTL_ONHAND_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_ITEMS_V, object_name:MTL_ONHAND_ITEMS_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ONHAND_ITEMS_V ,
-
View: MTL_ITEM_CATALOG_GROUPS_KFV
12.1.1
product: INV - Inventory , description: Item Catalog Key Flexfield View , implementation_dba_data: Not implemented in this database ,
-
View: MTL_ITEM_CATALOG_GROUPS_KFV
12.2.2
product: INV - Inventory , description: Item Catalog Key Flexfield View , implementation_dba_data: Not implemented in this database ,
-
View: MTL_GENERIC_DISPOSITIONS_KFV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_GENERIC_DISPOSITIONS_KFV, object_name:MTL_GENERIC_DISPOSITIONS_KFV, status:VALID, product: INV - Inventory , description: Account Alias Key Flexfield View , implementation_dba_data: APPS.MTL_GENERIC_DISPOSITIONS_KFV ,
-
View: MTL_ONHAND_REV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_REV_V, object_name:MTL_ONHAND_REV_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ONHAND_REV_V ,
-
View: MTL_ONHAND_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_ITEMS_V, object_name:MTL_ONHAND_ITEMS_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ONHAND_ITEMS_V ,
-
View: MTL_ONHAND_REV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_REV_V, object_name:MTL_ONHAND_REV_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ONHAND_REV_V ,
-
View: MTL_ONHAND_LOCATOR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_LOCATOR_V, object_name:MTL_ONHAND_LOCATOR_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ONHAND_LOCATOR_V ,
-
View: MTL_ONHAND_SUB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_SUB_V, object_name:MTL_ONHAND_SUB_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ONHAND_SUB_V ,
-
View: MTL_ONHAND_LOCATOR_LOT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_LOCATOR_LOT_V, object_name:MTL_ONHAND_LOCATOR_LOT_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ONHAND_LOCATOR_LOT_V ,
-
View: MTL_ONHAND_LOCATOR_LOT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_LOCATOR_LOT_V, object_name:MTL_ONHAND_LOCATOR_LOT_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ONHAND_LOCATOR_LOT_V ,
-
View: MTL_GENERIC_DISPOSITIONS_KFV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_GENERIC_DISPOSITIONS_KFV, object_name:MTL_GENERIC_DISPOSITIONS_KFV, status:VALID, product: INV - Inventory , description: Account Alias Key Flexfield View , implementation_dba_data: APPS.MTL_GENERIC_DISPOSITIONS_KFV ,
-
View: MTL_ONHAND_LOCATOR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_LOCATOR_V, object_name:MTL_ONHAND_LOCATOR_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ONHAND_LOCATOR_V ,
-
View: MTL_ONHAND_LOT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_LOT_V, object_name:MTL_ONHAND_LOT_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ONHAND_LOT_V ,
-
View: MTL_ONHAND_SUB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_SUB_V, object_name:MTL_ONHAND_SUB_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ONHAND_SUB_V ,
-
View: MTL_RESERVATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_RESERVATIONS_V, object_name:MTL_RESERVATIONS_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_RESERVATIONS_V ,
-
View: MTL_ONHAND_LOT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_LOT_V, object_name:MTL_ONHAND_LOT_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ONHAND_LOT_V ,
-
View: MTL_ITEM_CATALOG_GROUPS_B_KFV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_CATALOG_GROUPS_B_KFV, object_name:MTL_ITEM_CATALOG_GROUPS_B_KFV, status:VALID, product: INV - Inventory , description: Item Catalog Groups dummy key flexfield view , implementation_dba_data: APPS.MTL_ITEM_CATALOG_GROUPS_B_KFV ,
-
View: MTL_ITEM_LOCATIONS_KFV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_LOCATIONS_KFV, object_name:MTL_ITEM_LOCATIONS_KFV, status:VALID, product: INV - Inventory , description: Item Locations Key Flexfield View , implementation_dba_data: APPS.MTL_ITEM_LOCATIONS_KFV ,
-
View: MTL_RESERVATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_RESERVATIONS_V, object_name:MTL_RESERVATIONS_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_RESERVATIONS_V ,
-
View: MTL_ITEM_LOCATIONS_KFV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_LOCATIONS_KFV, object_name:MTL_ITEM_LOCATIONS_KFV, status:VALID, product: INV - Inventory , description: Item Locations Key Flexfield View , implementation_dba_data: APPS.MTL_ITEM_LOCATIONS_KFV ,
-
View: MTL_ITEM_CATALOG_GROUPS_B_KFV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_CATALOG_GROUPS_B_KFV, object_name:MTL_ITEM_CATALOG_GROUPS_B_KFV, status:VALID, product: INV - Inventory , description: Item Catalog Groups dummy key flexfield view , implementation_dba_data: APPS.MTL_ITEM_CATALOG_GROUPS_B_KFV ,
-
View: MTL_SYSTEM_ITEMS_B_KFV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_B_KFV, object_name:MTL_SYSTEM_ITEMS_B_KFV, status:VALID, product: INV - Inventory , description: System Items Key Flexfield View , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_B_KFV ,
-
View: MTL_SYSTEM_ITEMS_B_KFV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_B_KFV, object_name:MTL_SYSTEM_ITEMS_B_KFV, status:VALID, product: INV - Inventory , description: System Items Key Flexfield View , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_B_KFV ,
-
View: MTL_ITEM_FLEXFIELDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_FLEXFIELDS, object_name:MTL_ITEM_FLEXFIELDS, status:VALID, product: INV - Inventory , description: This view is based on the key flexfield view MTL_SYSTEM_ITEMS_B_KFV. It contains columns with padded and unpadded concatenated segments of an item number. , implementation_dba_data: APPS.MTL_ITEM_FLEXFIELDS ,
-
View: MTL_SYSTEM_ITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_VL, object_name:MTL_SYSTEM_ITEMS_VL, status:VALID, product: INV - Inventory , description: System Items multilingual view with concatenated segments column , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_VL ,
-
View: MTL_CLIENT_ITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CLIENT_ITEMS_VL, object_name:MTL_CLIENT_ITEMS_VL, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_CLIENT_ITEMS_VL ,
-
View: MTL_SYSTEM_ITEMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_VL, object_name:MTL_SYSTEM_ITEMS_VL, status:VALID, product: INV - Inventory , description: System Items multilingual view with concatenated segments column , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_VL ,
-
View: MTL_ITEM_FLEXFIELDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_FLEXFIELDS, object_name:MTL_ITEM_FLEXFIELDS, status:VALID, product: INV - Inventory , description: This view is based on the key flexfield view MTL_SYSTEM_ITEMS_B_KFV. It contains columns with padded and unpadded concatenated segments of an item number. , implementation_dba_data: APPS.MTL_ITEM_FLEXFIELDS ,