Search Results hz_cust_profile_amts
Overview
The HZ_CUST_PROFILE_AMTS table is a core data object within the Oracle E-Business Suite (EBS) Receivables (AR) module, specifically in versions 12.1.1 and 12.2.2. It functions as the central repository for storing and managing customer credit limits and other related financial thresholds. This table is integral to the credit management framework, enabling the system to enforce defined credit policies against customer accounts and their specific business sites. Its data directly influences order management and accounts receivable processes by determining the permissible financial exposure for a given customer or customer site.
Key Information Stored
The table's primary purpose is to store monetary thresholds linked to a customer profile. The key columns, as indicated by its foreign key relationships, establish the link between a credit limit and the specific business entity it governs. The primary identifier is the CUST_ACCT_PROFILE_AMT_ID. The critical foreign key columns are CUST_ACCOUNT_PROFILE_ID (linking to HZ_CUSTOMER_PROFILES), CUST_ACCOUNT_ID (linking to the customer master in HZ_CUST_ACCOUNTS), and SITE_USE_ID (linking to a specific customer site in HZ_CUST_SITE_USES_ALL). This structure allows for credit limits to be defined at different hierarchical levels: globally for the customer account or specifically for a bill-to or ship-to site. While the provided metadata does not list all columns, typical data stored includes the credit limit amount, currency, and potentially other profile-related amounts such as order or balance limits.
Common Use Cases and Queries
The primary use case is credit checking during order entry and invoice creation. The system queries this table to retrieve the applicable credit limit for a customer or site and compares it against the current total exposure. Common reporting and operational queries include analyzing credit utilization and listing assigned limits. A fundamental query pattern retrieves the credit limit for a specific customer account and site:
SELECT cp.cust_account_profile_amt_id, cp.credit_limit, cp.currency_code FROM hz_cust_profile_amts cp, hz_cust_site_uses_all su WHERE cp.site_use_id = su.site_use_id AND su.site_use_code = 'BILL_TO' AND cp.cust_account_id = :cust_account_id;
Another common scenario is aggregating credit data for a customer profile, which involves joining with HZ_CUSTOMER_PROFILES and HZ_CUST_ACCOUNTS to include customer names and profile attributes in the output.
Related Objects
As defined by its foreign keys, HZ_CUST_PROFILE_AMTS has strong dependencies on several Trading Community Architecture (TCA) and Receivables tables. It is a child table of HZ_CUSTOMER_PROFILES, which stores the overall customer profile. It references the customer master (HZ_CUST_ACCOUNTS) and customer sites (HZ_CUST_SITE_USES_ALL). Crucially, it is a parent table to HZ_CREDIT_USAGES, which records individual transactions (like orders or invoices) that consume the credit limits defined in HZ_CUST_PROFILE_AMTS. This relationship is key for real-time credit exposure calculations. The table is also central to the Credit Management APIs and the underlying logic of the Credit Check concurrent program.
-
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.IGI_DUNN_POST_UPG_PKG dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.OE_CREDIT_CHECK_UTIL 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.HZ_PROFILE_MERGE_PKG 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.HZ_EXTRACT_ACCT_SITE_BO_PVT dependencies on HZ_CUST_PROFILE_AMTS
12.2.2
-
APPS.ARP_STAGED_DUNNING dependencies on HZ_CUST_PROFILE_AMTS
12.2.2
-
APPS.HZ_CUST_PROFILE_AMTS_PKG dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.ARI_UTILITIES dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.AR_LATE_CHARGE_UPG dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.OE_CREDIT_PUB dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.HZP_CUST_PKG dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.HZ_PROFILE_MERGE_PKG dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
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.XNB_CMN_PVT dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.ARP_STAGED_DUNNING 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.AR_AUTOREC_API dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.AR_CMGT_WF_ENGINE 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_CHECK_RPT dependencies on HZ_CUST_PROFILE_AMTS
12.2.2
-
APPS.OE_CREDIT_PUB 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.HZP_CUST_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.HZ_MGD_MASS_UPDATE_MEDIATOR 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.AR_CMGT_REVIEW_CONC 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_AUTOREC_API 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_CMGT_DATA_POINTS_PKG dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.HZ_CUST_ACCOUNT_SITE_V2PUB dependencies on HZ_CUST_PROFILE_AMTS
12.2.2
-
APPS.ONT_OEXOECCH_XMLP_PKG dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.AR_AUTOREC_API dependencies on HZ_CUST_PROFILE_AMTS
12.2.2
-
APPS.HZ_CREDIT_USAGES_CASCADE_PKG dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.HZP_CPROF_PKG 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.IEX_UTILITIES dependencies on HZ_CUST_PROFILE_AMTS
12.2.2
-
APPS.IEX_PROFILE dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
APPS.OE_CREDIT_CHECK_RPT 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
-
APPS.AR_CMGT_REVIEW_CONC dependencies on HZ_CUST_PROFILE_AMTS
12.1.1