Search Results hz_cust_profile_classes
The HZ_CUST_PROFILE_CLASSES
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical component of the Trading Community Architecture (TCA) module, specifically designed to manage customer profile classes. These profile classes define the credit and collection attributes that can be applied to customer accounts, enabling organizations to standardize risk assessment and financial policies across their customer base. Below is a detailed breakdown of its structure, functionality, and integration within Oracle EBS.
Key Attributes and Structure
The HZ_CUST_PROFILE_CLASSES
table stores metadata for customer profile classes, which serve as templates for assigning credit limits, payment terms, and collection strategies. Key columns include:
- PROFILE_CLASS_ID: Primary key, uniquely identifying each profile class.
- PROFILE_CLASS_NAME: Descriptive name for the profile class (e.g., "High Risk," "Preferred Customer").
- STATUS: Indicates whether the profile class is active (A) or inactive (I).
- CREDIT_CHECKING: Flag to enable/disable credit checking for customers assigned to this class.
- INTEREST_CHARGES: Specifies whether interest charges apply to overdue invoices.
- CREDIT_HOLD: Determines if orders for customers in this class should be placed on hold if they exceed credit limits.
- DUNNING_LETTERS: Controls whether dunning letters are sent for overdue payments.
- STATEMENTS: Flag to enable/disable statement generation.
- CONS_INV_FLAG: Indicates if consolidated invoicing is allowed.
- TAX_PRINTING_OPTION: Defines how taxes are printed on invoices.
Functional Role in Oracle EBS
Profile classes in HZ_CUST_PROFILE_CLASSES
streamline credit management by:
- Standardizing Credit Policies: Organizations can predefine rules (e.g., credit limits, payment terms) and apply them uniformly to customer accounts, reducing manual configuration.
- Automating Risk Mitigation: Attributes like
CREDIT_HOLD
andDUNNING_LETTERS
automate actions to mitigate financial risk. - Enabling Segmentation: Customers can be grouped by risk profiles (e.g., "High Credit" vs. "Cash Only"), facilitating targeted collections strategies.
Integration with Other Modules
The table integrates with several Oracle EBS modules:
- Order Management (OM): Enforces credit holds during order entry if
CREDIT_CHECKING
is enabled. - Receivables (AR): Drives dunning processes, statement generation, and interest calculations based on profile class settings.
- Advanced Collections: Provides data for collections strategies and prioritization.
Technical Considerations
In Oracle EBS 12.2.2, the table is part of the TCA schema and is accessed via APIs like HZ_CUST_PROFILE_V2PUB
for CRUD operations. Key technical aspects include:
- Indexes: Optimized for queries on
PROFILE_CLASS_ID
andPROFILE_CLASS_NAME
. - Audit Columns:
CREATED_BY
,CREATION_DATE
,LAST_UPDATE_DATE
track changes. - Multi-Org Support: Data is partitioned by
ORG_ID
in multi-org environments.
Conclusion
The HZ_CUST_PROFILE_CLASSES
table is a cornerstone of credit and collections management in Oracle EBS, enabling organizations to enforce consistent financial policies while reducing administrative overhead. Its integration with OM, AR, and Advanced Collections ensures seamless workflow automation, making it indispensable for risk-aware customer management.
-
Table: HZ_CUST_PROFILE_CLASSES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_PROFILE_CLASSES, object_name:HZ_CUST_PROFILE_CLASSES, status:VALID, product: AR - Receivables , description: Standard credit profile classes , implementation_dba_data: AR.HZ_CUST_PROFILE_CLASSES ,
-
Table: HZ_CUST_PROFILE_CLASSES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_PROFILE_CLASSES, object_name:HZ_CUST_PROFILE_CLASSES, status:VALID, product: AR - Receivables , description: Standard credit profile classes , implementation_dba_data: AR.HZ_CUST_PROFILE_CLASSES ,
-
Table: HZ_CUSTOMER_PROFILES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUSTOMER_PROFILES, object_name:HZ_CUSTOMER_PROFILES, status:VALID, product: AR - Receivables , description: Credit information for customer accounts and customer account sites , implementation_dba_data: AR.HZ_CUSTOMER_PROFILES ,
-
Table: HZ_CUST_PROF_CLASS_AMTS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_PROF_CLASS_AMTS, object_name:HZ_CUST_PROF_CLASS_AMTS, status:VALID, product: AR - Receivables , description: Customer profile class amount limits for each currency , implementation_dba_data: AR.HZ_CUST_PROF_CLASS_AMTS ,
-
Table: HZ_CUST_PROF_CLASS_AMTS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_PROF_CLASS_AMTS, object_name:HZ_CUST_PROF_CLASS_AMTS, status:VALID, product: AR - Receivables , description: Customer profile class amount limits for each currency , implementation_dba_data: AR.HZ_CUST_PROF_CLASS_AMTS ,
-
Table: HZ_CUSTOMER_PROFILES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUSTOMER_PROFILES, object_name:HZ_CUSTOMER_PROFILES, status:VALID, product: AR - Receivables , description: Credit information for customer accounts and customer account sites , implementation_dba_data: AR.HZ_CUSTOMER_PROFILES ,
-
View: AR_CUSTOMER_ACCOUNTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS, object_name:AR_CUSTOMER_ACCOUNTS, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS ,
-
View: AR_CUSTOMER_ACCOUNTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS, object_name:AR_CUSTOMER_ACCOUNTS, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS ,
-
View: AR_CONS_INV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CONS_INV_V, object_name:AR_CONS_INV_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CONS_INV_V ,
-
View: AR_CONS_INV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CONS_INV_V, object_name:AR_CONS_INV_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CONS_INV_V ,
-
View: AR_BR_MAIN_REMIT_BATCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BR_MAIN_REMIT_BATCH_V, object_name:AR_BR_MAIN_REMIT_BATCH_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BR_MAIN_REMIT_BATCH_V ,
-
View: AR_HCUSTOMER_PROFILE_CLASSES
12.1.1
product: AR - Receivables , description: Customer profile class information , implementation_dba_data: Not implemented in this database ,
-
View: AR_BR_MAIN_REMIT_BATCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BR_MAIN_REMIT_BATCH_V, object_name:AR_BR_MAIN_REMIT_BATCH_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BR_MAIN_REMIT_BATCH_V ,
-
View: AR_HCUSTOMER_PROFILE_CLASSES
12.2.2
product: AR - Receivables , description: Customer profile class information , implementation_dba_data: Not implemented in this database ,
-
View: AR_CUSTOMER_ACCOUNTS_CA
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_CA, object_name:AR_CUSTOMER_ACCOUNTS_CA, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS_CA ,
-
View: AR_CUSTOMER_ACCOUNTS_CA
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_CA, object_name:AR_CUSTOMER_ACCOUNTS_CA, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS_CA ,
-
View: AR_CUSTOMER_ACCOUNTS_CE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_CE, object_name:AR_CUSTOMER_ACCOUNTS_CE, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS_CE ,
-
View: AR_CUSTOMER_ACCOUNTS_LA
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_LA, object_name:AR_CUSTOMER_ACCOUNTS_LA, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS_LA ,
-
View: AR_CUSTOMER_ACCOUNTS_LE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_LE, object_name:AR_CUSTOMER_ACCOUNTS_LE, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS_LE ,
-
View: AR_CUSTOMER_ACCOUNTS_LE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_LE, object_name:AR_CUSTOMER_ACCOUNTS_LE, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS_LE ,
-
View: AR_CUSTOMER_ACCOUNTS_LA
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_LA, object_name:AR_CUSTOMER_ACCOUNTS_LA, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS_LA ,
-
View: AR_CUSTOMER_ACCOUNTS_CE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_CE, object_name:AR_CUSTOMER_ACCOUNTS_CE, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS_CE ,
-
View: AR_CUSTOMER_PROFILES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_PROFILES_V, object_name:AR_CUSTOMER_PROFILES_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_PROFILES_V ,
-
View: AR_CUSTOMER_PROFILE_CLASSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_PROFILE_CLASSES_V, object_name:AR_CUSTOMER_PROFILE_CLASSES_V, status:VALID, product: AR - Receivables , description: (Release 12.0 Only) , implementation_dba_data: APPS.AR_CUSTOMER_PROFILE_CLASSES_V ,
-
View: AR_CUSTOMER_PROFILES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_PROFILES_V, object_name:AR_CUSTOMER_PROFILES_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_PROFILES_V ,
-
View: AR_CUSTOMER_PROFILE_CLASSES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_PROFILE_CLASSES_V, object_name:AR_CUSTOMER_PROFILE_CLASSES_V, status:VALID, product: AR - Receivables , description: (Release 12.0 Only) , implementation_dba_data: APPS.AR_CUSTOMER_PROFILE_CLASSES_V ,
-
View: AR_CUSTOMERS_V
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_CUSTOMERS_V
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,