Search Results class_category_group
Overview
APPS.HZ_CLASS_CATEGORY_GROUPINGS_V is a reporting and integration view within the Oracle E-Business Suite Trading Community Architecture (TCA) data model. It presents the classification category groupings that are defined against the HZ_CLASS_CATEGORIES entity — that is, the set of category groups (such as Customer Class, Industry, or similar classification schemes) that a given class category is permitted to use. The view joins the class category definition to its code assignments and to the underlying lookup metadata, producing a flattened, human-readable result that exposes both the internal code values and their translated meanings and descriptions.
Because the view resolves foreign keys to FND_LOOKUP_VALUES_VL and FND_LOOKUP_TYPES_VL, consumers do not need to perform separate lookup joins to obtain display values. It also applies effective-dating filters, returning only those groupings and groups that are currently active as of the system date. This makes it suitable for operational reporting, concurrent programs, and interface extracts where only currently valid configuration is relevant.
Underlying Base Objects
The view is defined over four documented base objects. HZ_CLASS_CATEGORIES is the driving entity and supplies the category definition itself. HZ_CODE_ASSIGNMENTS provides the association between a class category and the lookup codes that represent permitted groupings, restricted by the predicate CLASS_CATEGORY = 'CLASS_CATEGORY_GROUP'. FND_LOOKUP_VALUES_VL supplies the meaning and description of each grouping code, while FND_LOOKUP_TYPES_VL supplies the meaning and description of the class category lookup type. The join conditions link the code assignment to the class category via OWNER_TABLE_NAME and OWNER_TABLE_KEY_1, and to the lookup values via LOOKUP_TYPE and LOOKUP_CODE. In 12.1.1 and 12.2.2 the HZ objects are referenced through APPS synonyms resolving to the HZ schema, and the FND objects are public synonyms to the same-named views.
Key Columns
- CATEGORY_GROUP_CODE — the lookup code identifying the group; sourced from HZ_CODE_ASSIGNMENTS.CLASS_CODE.
- CATEGORY_GROUP_MEANING / CATEGORY_GROUP_DESCRIPTION — display text and description for the group, from FND_LOOKUP_VALUES_VL.
- CLASS_CATEGORY — the owning class category; the join key back to HZ_CLASS_CATEGORIES.
- CATEGORY_MEANING / CATEGORY_DESCRIPTION — display text and description for the class category itself, from FND_LOOKUP_TYPES_VL.
- GROUPING_START_DATE / GROUPING_END_DATE — the effective date range of the code assignment (CA.START_DATE_ACTIVE / CA.END_DATE_ACTIVE).
- GROUP_START_DATE / GROUP_END_DATE — the effective date range of the underlying lookup value definition (CGL.START_DATE_ACTIVE / CGL.END_DATE_ACTIVE). Note that GROUP_END_DATE is the lookup value end date, distinct from GROUPING_END_DATE.
- ALLOW_MULTI_ASSIGN_FLAG, ALLOW_MULTI_PARENT_FLAG, ALLOW_LEAF_NODE_ONLY_FLAG — classification control flags describing how the category may be used in a hierarchy.
- OBJECT_VERSION_NUMBER — optimistic locking version for the category row.
- DELIMITER — the separator character used when concatenating category values.
- FROZEN_FLAG — indicates whether the category definition is frozen against modification.
Common Use Cases and Queries
A typical requirement is to list all currently active groups for a given class category. The view already filters effective dates, so a simple predicate suffices:
SELECT category_group_code, category_group_meaning FROM apps.hz_class_category_groupings_v WHERE class_category = 'CUSTOMER_CLASS' ORDER BY category_group_meaning;- Reporting on configuration for migration or audit, joining the view to other TCA entities via CLASS_CATEGORY.
- Investigating whether a group has expired, by selecting GROUPING_END_DATE and GROUP_END_DATE to distinguish assignment-level expiry from lookup-level expiry.
- Integration extracts feeding downstream systems that require both code and meaning without additional lookup resolution.
Because the view hard-codes SYSDATE comparisons, historical ("as of") queries cannot be satisfied directly; users needing point-in-time results must query HZ_CODE_ASSIGNMENTS and FND_LOOKUP_VALUES_VL directly. For all current-state reporting, however, the view remains the most convenient access path.
-
Lookup Type: CLASS_CATEGORY_GROUP
12.1.1
product: AR - Receivables , meaning: Classification Category Groups , description: Classification Category Groups ,
-
Lookup Type: CLASS_CATEGORY_GROUP
12.2.2
product: AR - Receivables , meaning: Classification Category Groups , description: Classification Category Groups ,
-
VIEW: APPS.HZ_CLASS_CATEGORY_GROUPINGS_V
12.2.2
-
VIEW: APPS.HZ_CLASS_CATEGORY_GROUPINGS_V
12.1.1
-
VIEW: APPS.FII_PARTY_MKT_CLASS_TYPE_V
12.1.1
-
View: HZ_CLASS_CATEGORY_GROUPINGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_CLASS_CATEGORY_GROUPINGS_V, object_name:HZ_CLASS_CATEGORY_GROUPINGS_V, status:VALID, product: AR - Receivables , description: Classification Category Groupings , implementation_dba_data: APPS.HZ_CLASS_CATEGORY_GROUPINGS_V ,
-
VIEW: APPS.OKI_GEN_CLASS_CODES_V
12.1.1
-
View: HZ_CLASS_CATEGORY_GROUPINGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_CLASS_CATEGORY_GROUPINGS_V, object_name:HZ_CLASS_CATEGORY_GROUPINGS_V, status:VALID, product: AR - Receivables , description: Classification Category Groupings , implementation_dba_data: APPS.HZ_CLASS_CATEGORY_GROUPINGS_V ,
-
View: FII_PARTY_MKT_CLASS_TYPE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_PARTY_MKT_CLASS_TYPE_V, object_name:FII_PARTY_MKT_CLASS_TYPE_V, status:VALID, product: FII - Financial Intelligence , description: A view that joins HZ_CLASS_CATEGORIES with FND_LOOKUP_TYPES_TL to include the descriptive class category meaning for the current session language. , implementation_dba_data: APPS.FII_PARTY_MKT_CLASS_TYPE_V ,
-
View: FII_PARTY_MKT_CLASS_TYPE_V
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: A view that joins HZ_CLASS_CATEGORIES with FND_LOOKUP_TYPES_TL to include the descriptive class category meaning for the current session language. , implementation_dba_data: Not implemented in this database ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.HZ_CLASSIFICATION_V2PUB SQL Statements
12.1.1
-
APPS.HZ_CLASSIFICATION_V2PUB SQL Statements
12.2.2
-
APPS.HZ_CLASSIFICATION_V2PUB dependencies on HZ_CLASS_CATEGORIES
12.1.1
-
APPS.HZ_CLASSIFICATION_V2PUB dependencies on HZ_CLASS_CATEGORIES
12.2.2
-
APPS.HZ_CLASSIFICATION_V2PUB dependencies on HZ_CODE_ASSIGNMENTS
12.2.2
-
APPS.HZ_CLASSIFICATION_V2PUB dependencies on HZ_CODE_ASSIGNMENTS
12.1.1
-
PACKAGE BODY: APPS.HZ_CLASSIFICATION_V2PUB
12.2.2
-
PACKAGE BODY: APPS.HZ_CLASSIFICATION_V2PUB
12.1.1