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 ,
-
APPS.OE_CREDIT_PUB dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.AR_LATE_CHARGE_UPG dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.HZP_CUST_PKG dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.ARI_UTILITIES dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.HZ_PROFILE_MERGE_PKG dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.IGI_DUNN_POST_UPG_PKG dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.HZ_CUST_PROFILE_AMTS_PKG dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.HZ_PROFILE_MERGE_PKG dependencies on HZ_CUST_PROFILE_AMTS
12.2.2
-
APPS.ARP_STAGED_DUNNING dependencies on HZ_CUST_PROFILE_AMTS
12.2.2
-
APPS.HZ_EXTRACT_ACCT_SITE_BO_PVT dependencies on HZ_CUST_PROFILE_AMTS
12.2.2
-
APPS.HZ_EXTRACT_CUST_ACCT_BO_PVT dependencies on HZ_CUST_PROFILE_AMTS
12.2.2
-
APPS.OE_CREDIT_CHECK_UTIL dependencies on HZ_CUST_PROFILE_AMTS
12.2.2
-
APPS.IGI_DUNN_POST_UPG_PKG dependencies on HZ_CUST_PROFILE_AMTS
12.2.2
-
APPS.IEX_UTILITIES dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.OE_CREDIT_CHECK_UTIL dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.AR_AUTOREC_API dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.HZ_REGISTRY_VALIDATE_BO_PVT dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.ARP_STAGED_DUNNING dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.AR_CMGT_WF_ENGINE dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.XNB_CMN_PVT dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.IEX_COLL_IND dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.OE_CREDIT_PUB dependencies on HZ_CUST_PROFILE_AMTS
12.2.2
-
APPS.OE_CREDIT_CHECK_RPT dependencies on HZ_CUST_PROFILE_AMTS
12.2.2
-
APPS.HZP_CUST_PKG dependencies on HZ_CUST_PROFILE_AMTS
12.2.2
-
APPS.IBY_EVAL_AR_FACTORS_PKG dependencies on HZ_CUST_PROFILE_AMTS
12.2.2
-
APPS.AR_CMGT_REVIEW_CONC dependencies on HZ_CUST_PROFILE_AMTS
12.2.2
-
APPS.HZ_POPULATE_BOT_PKG dependencies on HZ_CUST_PROFILE_AMTS
12.2.2
-
APPS.HZP_CPROF_PKG dependencies on HZ_CUST_PROFILE_AMTS
12.2.2
-
APPS.ONT_OEXOECCH_XMLP_PKG dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.HZ_CUSTOMER_PROFILE_V2PUB dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.AR_CMGT_REVIEW_CONC dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.IBY_EVAL_AR_FACTORS_PKG dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.HZ_CREDIT_USAGES_CASCADE_PKG dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.AR_CMGT_DATA_POINTS_PKG dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.HZ_EXTRACT_ACCT_SITE_BO_PVT dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.AR_AUTOREC_API dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.HZP_CPROF_PKG dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.IEX_UTILITIES dependencies on HZ_CUST_PROFILE_AMTS
12.2.2
-
APPS.AR_ARXCCS_XMLP_PKG dependencies on HZ_CUST_PROFILE_AMTS
12.2.2
-
APPS.AR_MCC_MERGE dependencies on HZ_CUST_PROFILE_AMTS
12.2.2
-
APPS.HZ_MGD_MASS_UPDATE_MEDIATOR dependencies on HZ_CUST_PROFILE_AMTS
12.2.2
-
APPS.AR_AUTOREC_API dependencies on HZ_CUST_PROFILE_AMTS
12.2.2
-
APPS.HZ_CUST_ACCOUNT_SITE_V2PUB dependencies on HZ_CUST_PROFILE_AMTS
12.2.2
-
APPS.CSP_CUSTOMER_ACCOUNT_PVT dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.AR_CMGT_REVIEW_CONC dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.HZ_POPULATE_BOT_PKG dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.ARP_CMERGE_ARCUS dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.ARP_CMERGE_ARCPF dependencies on HZ_CUST_PROFILE_AMTS
12.1.1