Search Results hz_cust_profile_amts
The HZ_CUST_PROFILE_AMTS
table is a critical component within Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2, specifically designed to store customer profile amount-related data as part of the Trading Community Architecture (TCA) module. This table plays a pivotal role in managing customer credit information, payment terms, and other financial attributes that influence order management, accounts receivable, and collections processes. Below is a detailed technical and functional breakdown of this table.
Table Overview
TheHZ_CUST_PROFILE_AMTS
table stores monetary thresholds and limits assigned to customer profiles, which are used to enforce credit policies and financial controls. It is linked to the HZ_CUSTOMER_PROFILES
table via the CUST_ACCOUNT_PROFILE_ID
column, ensuring a one-to-many relationship where a single customer profile can have multiple amount-based rules. This table is integral to Oracle's Order Management (OM) and Accounts Receivable (AR) modules, as it helps automate credit checks, payment validations, and risk assessments.
Key Columns and Their Significance
- CUST_ACCOUNT_PROFILE_ID: Foreign key linking to
HZ_CUSTOMER_PROFILES
, identifying the customer profile. - CURRENCY_CODE: Specifies the currency for the amount values, ensuring multi-currency support.
- TRX_CREDIT_LIMIT: Defines the maximum credit amount a customer can utilize per transaction.
- OVERALL_CREDIT_LIMIT: The total credit limit assigned to the customer across all transactions.
- MIN_DUNNING_AMOUNT: The minimum overdue amount that triggers dunning (collections) activities.
- MIN_STATEMENT_AMOUNT: The threshold for generating customer statements.
- MIN_FC_BALANCE_AMOUNT: Used in foreign currency balance tracking.
- STATUS: Indicates whether the profile amount record is active or inactive.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE: Standard Oracle audit columns.
Functional Use Cases
- Credit Management: The table enforces credit limits at both transaction and overall levels, preventing orders from being booked if they exceed predefined thresholds.
- Collections Automation: By setting
MIN_DUNNING_AMOUNT
, organizations can automate dunning letter generation for overdue invoices. - Multi-Currency Support: The
CURRENCY_CODE
column allows businesses to define profile amounts in the customer's preferred currency, facilitating global operations. - Financial Reporting: Data from this table feeds into AR and OM reports, helping analyze customer creditworthiness and payment behaviors.
Integration with Other Modules
TheHZ_CUST_PROFILE_AMTS
table interacts with several Oracle EBS modules:
- Order Management (OM): Validates order amounts against
TRX_CREDIT_LIMIT
during order entry. - Accounts Receivable (AR): Uses
OVERALL_CREDIT_LIMIT
to monitor outstanding receivables and block shipments if limits are breached. - Collections: Leverages
MIN_DUNNING_AMOUNT
to prioritize collection efforts.
Technical Considerations
- Indexing: The primary key (
CUST_ACCOUNT_PROFILE_ID
andCURRENCY_CODE
) ensures efficient joins withHZ_CUSTOMER_PROFILES
. - Data Integrity: Foreign key constraints maintain referential integrity with related TCA tables.
- Performance: Large datasets may require partitioning or tuning for queries involving credit limit checks.
Conclusion
TheHZ_CUST_PROFILE_AMTS
table is a foundational element in Oracle EBS for managing customer financial profiles. Its structured design supports robust credit control, multi-currency operations, and seamless integration with core financial modules. Proper configuration and maintenance of this table are essential for optimizing credit risk management and ensuring smooth order-to-cash processes.
-
Table: HZ_CUST_PROFILE_AMTS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_PROFILE_AMTS, object_name:HZ_CUST_PROFILE_AMTS, status:VALID, product: AR - Receivables , description: Stores information about the credit limits specified for a customer's profile. , implementation_dba_data: AR.HZ_CUST_PROFILE_AMTS ,
-
Table: HZ_CUST_PROFILE_AMTS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_PROFILE_AMTS, object_name:HZ_CUST_PROFILE_AMTS, status:VALID, product: AR - Receivables , description: Stores information about the credit limits specified for a customer's profile. , implementation_dba_data: AR.HZ_CUST_PROFILE_AMTS ,
-
View: AR_TA_ESS_CREDIT_V
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_TA_ESS_CREDIT_V
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
Table: HZ_CUST_PROFILE_AMTS_M
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_PROFILE_AMTS_M, object_name:HZ_CUST_PROFILE_AMTS_M, status:VALID, product: AR - Receivables , description: The HZ_CUST_PROFILE_AMTS_M table stores the information of customer profile amounts from HZ_CUST_PROFILE_AMTS table before the account merge happens.The primary key for this table is CUST_ACCT_PROFILE_AMT_ID, CUSTOMER_MERGE_HEADER_ID. , implementation_dba_data: AR.HZ_CUST_PROFILE_AMTS_M ,
-
Table: HZ_CREDIT_USAGES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CREDIT_USAGES, object_name:HZ_CREDIT_USAGES, status:VALID, product: AR - Receivables , description: Association between credit limit and credit usage rule set , implementation_dba_data: AR.HZ_CREDIT_USAGES ,
-
Table: HZ_CREDIT_USAGES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CREDIT_USAGES, object_name:HZ_CREDIT_USAGES, status:VALID, product: AR - Receivables , description: Association between credit limit and credit usage rule set , implementation_dba_data: AR.HZ_CREDIT_USAGES ,
-
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 ,
-
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_PROFILE_AMTS_M
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_PROFILE_AMTS_M, object_name:HZ_CUST_PROFILE_AMTS_M, status:VALID, product: AR - Receivables , description: The HZ_CUST_PROFILE_AMTS_M table stores the information of customer profile amounts from HZ_CUST_PROFILE_AMTS table before the account merge happens.The primary key for this table is CUST_ACCT_PROFILE_AMT_ID, CUSTOMER_MERGE_HEADER_ID. , implementation_dba_data: AR.HZ_CUST_PROFILE_AMTS_M ,
-
View: HZ_PROFILE_AMTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_PROFILE_AMTS_V, object_name:HZ_PROFILE_AMTS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_PROFILE_AMTS_V ,
-
View: HZ_PROFILE_AMTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_PROFILE_AMTS_V, object_name:HZ_PROFILE_AMTS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_PROFILE_AMTS_V ,
-
View: AR_HCUSTOMER_PROFILE_AMOUNTS
12.1.1
product: AR - Receivables , description: Customer profile amount limits for each currency , implementation_dba_data: Not implemented in this database ,
-
View: AR_HCUSTOMER_PROFILE_AMOUNTS
12.2.2
product: AR - Receivables , description: Customer profile amount limits for each currency , implementation_dba_data: Not implemented in this database ,
-
Table: HZ_CUST_SITE_USES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_SITE_USES_ALL, object_name:HZ_CUST_SITE_USES_ALL, status:VALID, product: AR - Receivables , description: Stores business purposes assigned to customer account sites. , implementation_dba_data: AR.HZ_CUST_SITE_USES_ALL ,
-
Table: HZ_CUST_SITE_USES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_SITE_USES_ALL, object_name:HZ_CUST_SITE_USES_ALL, status:VALID, product: AR - Receivables , description: Stores business purposes assigned to customer account sites. , implementation_dba_data: AR.HZ_CUST_SITE_USES_ALL ,
-
Table: HZ_CUST_ACCOUNTS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_ACCOUNTS, object_name:HZ_CUST_ACCOUNTS, status:VALID, product: AR - Receivables , description: Stores information about customer accounts. , implementation_dba_data: AR.HZ_CUST_ACCOUNTS ,
-
Table: HZ_CUST_ACCOUNTS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_ACCOUNTS, object_name:HZ_CUST_ACCOUNTS, status:VALID, product: AR - Receivables , description: Stores information about customer accounts. , implementation_dba_data: AR.HZ_CUST_ACCOUNTS ,
-
View: AR_INVOICE_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INVOICE_HEADER_V, object_name:AR_INVOICE_HEADER_V, status:VALID, product: AR - Receivables , description: Collects invoice header-level information , implementation_dba_data: APPS.AR_INVOICE_HEADER_V ,
-
View: AR_INVOICE_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INVOICE_HEADER_V, object_name:AR_INVOICE_HEADER_V, status:VALID, product: AR - Receivables , description: Collects invoice header-level information , implementation_dba_data: APPS.AR_INVOICE_HEADER_V ,