Search Results hz_class_categories
Overview
The HZ_CLASS_CATEGORIES table is a core reference table within Oracle E-Business Suite's Trading Community Architecture (TCA) model, specifically under the Receivables (AR) product family. It serves as the master definition table for classification categories, which are the high-level groupings used to classify parties, organizations, and related entities. These categories provide a flexible framework for segmenting and categorizing the trading community based on various business dimensions, such as industry type, geographic region, customer tier, or any other user-defined classification. The table's primary role is to establish the valid categories to which specific classification codes can be assigned, enabling structured and consistent categorization across the application.
Key Information Stored
The table's structure is designed to define and control classification categories. The primary key column, CLASS_CATEGORY, stores the unique identifier for each classification category. While the provided metadata does not list all columns, based on standard TCA implementation, other critical columns typically include CONTENT_SOURCE_TYPE, STATUS, CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, and LAST_UPDATE_DATE. The CLASS_CATEGORY value acts as a key reference point throughout the classification system, determining where and how codes within that category can be applied to party records.
Common Use Cases and Queries
A primary use case is the setup and maintenance of the classification system during application implementation or enhancement. Administrators populate this table with categories relevant to their business analysis and reporting needs. Common queries involve listing all active classification categories or verifying the setup before assigning codes to parties. For example, to retrieve all defined categories, a query such as SELECT class_category FROM hz_class_categories WHERE status = 'A' ORDER BY class_category; is used. In reporting scenarios, this table is joined to HZ_CODE_ASSIGNMENTS and HZ_PARTIES to analyze the distribution of parties across different classification categories, such as industry or customer segment.
Related Objects
As indicated by the foreign key relationships in the metadata, HZ_CLASS_CATEGORIES is central to the classification data model. Key dependent objects include:
- HZ_CLASS_CATEGORY_USES: Defines which object types (e.g., PARTY, PARTY_SITE) a specific classification category can be assigned to.
- HZ_CLASS_CODE_RELATIONS: Stores hierarchical or other relationships between classification codes within a category.
- HZ_CODE_ASSIGNMENTS: The core transactional table that records which specific classification code from a category is assigned to a given party or entity.
- ZX_FC_TYPES_B: A table from the E-Business Tax (ZX) module that can reference classification categories, linking tax rules to party classifications.
-
Table: HZ_CLASS_CATEGORIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CLASS_CATEGORIES, object_name:HZ_CLASS_CATEGORIES, status:VALID, product: AR - Receivables , description: Classification categories for classifying parties and related entities , implementation_dba_data: AR.HZ_CLASS_CATEGORIES ,
-
Table: HZ_CLASS_CATEGORIES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CLASS_CATEGORIES, object_name:HZ_CLASS_CATEGORIES, status:VALID, product: AR - Receivables , description: Classification categories for classifying parties and related entities , implementation_dba_data: AR.HZ_CLASS_CATEGORIES ,
-
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: 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 ,
-
Table: HZ_CLASS_CATEGORY_USES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CLASS_CATEGORY_USES, object_name:HZ_CLASS_CATEGORY_USES, status:VALID, product: AR - Receivables , description: Usage of class categories by owner tables , implementation_dba_data: AR.HZ_CLASS_CATEGORY_USES ,
-
Table: HZ_CLASS_CODE_RELATIONS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CLASS_CODE_RELATIONS, object_name:HZ_CLASS_CODE_RELATIONS, status:VALID, product: AR - Receivables , description: Relationships between classification codes , implementation_dba_data: AR.HZ_CLASS_CODE_RELATIONS ,
-
Table: HZ_CODE_ASSIGNMENTS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CODE_ASSIGNMENTS, object_name:HZ_CODE_ASSIGNMENTS, status:VALID, product: AR - Receivables , description: Intersection table linking industrial classification codes to parties or related entities , implementation_dba_data: AR.HZ_CODE_ASSIGNMENTS ,
-
View: HZ_CLASS_CATEGORIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_CLASS_CATEGORIES_V, object_name:HZ_CLASS_CATEGORIES_V, status:VALID, product: AR - Receivables , description: Translation view for classification categories , implementation_dba_data: APPS.HZ_CLASS_CATEGORIES_V ,
-
Table: HZ_CLASS_CATEGORY_USES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CLASS_CATEGORY_USES, object_name:HZ_CLASS_CATEGORY_USES, status:VALID, product: AR - Receivables , description: Usage of class categories by owner tables , implementation_dba_data: AR.HZ_CLASS_CATEGORY_USES ,
-
Table: HZ_CODE_ASSIGNMENTS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CODE_ASSIGNMENTS, object_name:HZ_CODE_ASSIGNMENTS, status:VALID, product: AR - Receivables , description: Intersection table linking industrial classification codes to parties or related entities , implementation_dba_data: AR.HZ_CODE_ASSIGNMENTS ,
-
Table: HZ_CLASS_CODE_RELATIONS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CLASS_CODE_RELATIONS, object_name:HZ_CLASS_CODE_RELATIONS, status:VALID, product: AR - Receivables , description: Relationships between classification codes , implementation_dba_data: AR.HZ_CLASS_CODE_RELATIONS ,
-
View: HZ_CLASS_CATEGORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_CLASS_CATEGORY_V, object_name:HZ_CLASS_CATEGORY_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_CLASS_CATEGORY_V ,
-
View: HZ_CLASS_CATEGORIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_CLASS_CATEGORIES_V, object_name:HZ_CLASS_CATEGORIES_V, status:VALID, product: AR - Receivables , description: Translation view for classification categories , implementation_dba_data: APPS.HZ_CLASS_CATEGORIES_V ,
-
View: HZ_CLASS_CATEGORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_CLASS_CATEGORY_V, object_name:HZ_CLASS_CATEGORY_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_CLASS_CATEGORY_V ,