Search Results hz_customer_profiles
Overview
The HZ_CUSTOMER_PROFILES table is a core data object within Oracle E-Business Suite (EBS) Receivables (AR) module, specifically in versions 12.1.1 and 12.2.2. It serves as the central repository for storing and managing credit-related information for customer accounts and their specific sites. Its primary role is to enforce credit policies and manage customer risk by holding attributes that control credit checking, credit limits, payment terms, and dunning activities. This table is integral to the Trading Community Architecture (TCA) model, linking customer profile data directly to the party (HZ_PARTIES), customer account (HZ_CUST_ACCOUNTS), and site use (HZ_CUST_SITE_USES_ALL) entities, thereby enabling granular credit management at both the account and operational site level.
Key Information Stored
The table's structure is designed to capture comprehensive credit profile details. The primary key, CUST_ACCOUNT_PROFILE_ID, uniquely identifies each profile record. Critical foreign keys establish essential relationships: CUST_ACCOUNT_ID links to HZ_CUST_ACCOUNTS, PARTY_ID links to HZ_PARTIES, SITE_USE_ID links to HZ_CUST_SITE_USES_ALL for site-specific profiles, and PROFILE_CLASS_ID links to HZ_CUST_PROFILE_CLASSES for inheriting default values from a profile class. Important data columns include CREDIT_CHECKING (flag to enable credit validation), CREDIT_HOLD (status to place orders on hold), CREDIT_RATING, RISK_CODE, AUTO_REC_INCL_DISPUTE_FLAG (for automatic receipt application), and TAX_PRINTING_OPTION. It also stores financial control parameters like OVERRIDE_TERMS, CREDIT_BALANCE_STATEMENTS, and CONS_INV_FLAG (consolidated invoicing).
Common Use Cases and Queries
This table is central to credit management operations and related reporting. Common use cases include reviewing a customer's credit status before order booking, generating aging reports with credit limit data, and managing credit holds. A typical query to retrieve a customer's primary account-level credit profile would join to the customer account and party tables:
- SELECT hp.party_name, hca.account_number, hcp.credit_limit, hcp.credit_rating, hcp.credit_hold FROM hz_customer_profiles hcp, hz_cust_accounts hca, hz_parties hp WHERE hcp.cust_account_id = hca.cust_account_id AND hca.party_id = hp.party_id AND hcp.site_use_id IS NULL;
Another frequent scenario involves identifying all site-specific profiles that differ from the account-level defaults, which is crucial for understanding localized credit arrangements. Reporting on customers exceeding a certain percentage of their credit limit also relies heavily on this table.
Related Objects
HZ_CUSTOMER_PROFILES is a nexus within the TCA and Receivables schema. Key related objects, as indicated by its foreign keys, include:
- HZ_CUST_ACCOUNTS and HZ_PARTIES: Provide the core customer identity.
- HZ_CUST_SITE_USES_ALL: For associating profiles with specific bill-to or ship-to sites.
- HZ_CUST_PROFILE_CLASSES: The source for default profile attributes inherited by customer profiles.
- HZ_CUST_PROFILE_AMTS: A child table that stores currency-specific credit limits and other amounts related to a profile, linked via CUST_ACCOUNT_PROFILE_ID.
From an API perspective, the HZ_CUSTOMER_PROFILE_V2PUB package is the primary public interface for creating, updating, and managing records in this table, ensuring proper validation and business rule enforcement.
-
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_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_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_CUSTOMER_PROFILES_M
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUSTOMER_PROFILES_M, object_name:HZ_CUSTOMER_PROFILES_M, status:VALID, product: AR - Receivables , description: This table is used to store the deleted records for hz_customer_profiles during account merge , implementation_dba_data: AR.HZ_CUSTOMER_PROFILES_M ,
-
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_M
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUSTOMER_PROFILES_M, object_name:HZ_CUSTOMER_PROFILES_M, status:VALID, product: AR - Receivables , description: This table is used to store the deleted records for hz_customer_profiles during account merge , implementation_dba_data: AR.HZ_CUSTOMER_PROFILES_M ,
-
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 ,
-
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 ,
-
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_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_TA_VUP_DETAILS_V
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
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_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_TA_VUP_DETAILS_V
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
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_INVOICE_TAX_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INVOICE_TAX_SUMMARY_V, object_name:AR_INVOICE_TAX_SUMMARY_V, status:VALID, product: AR - Receivables , description: Collects tax information for transactions , implementation_dba_data: APPS.AR_INVOICE_TAX_SUMMARY_V ,
-
View: AR_INVOICE_TAX_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INVOICE_TAX_SUMMARY_V, object_name:AR_INVOICE_TAX_SUMMARY_V, status:VALID, product: AR - Receivables , description: Collects tax information for transactions , implementation_dba_data: APPS.AR_INVOICE_TAX_SUMMARY_V ,
-
View: AR_STATEMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_STATEMENTS_V, object_name:AR_STATEMENTS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_STATEMENTS_V ,
-
View: AR_ICR_TRX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ICR_TRX_V, object_name:AR_ICR_TRX_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.AR_ICR_TRX_V ,
-
View: AR_CUSTOMER_PAYMENT_SCHEDULES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_PAYMENT_SCHEDULES, object_name:AR_CUSTOMER_PAYMENT_SCHEDULES, status:VALID, product: AR - Receivables , description: Facilitate queries on sums across customers" invoices , implementation_dba_data: APPS.AR_CUSTOMER_PAYMENT_SCHEDULES ,
-
View: AR_ICR_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ICR_TRX_V, object_name:AR_ICR_TRX_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.AR_ICR_TRX_V ,
-
View: AR_STATEMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_STATEMENTS_V, object_name:AR_STATEMENTS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_STATEMENTS_V ,
-
View: AR_CUSTOMER_PAYMENT_SCHEDULES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_PAYMENT_SCHEDULES, object_name:AR_CUSTOMER_PAYMENT_SCHEDULES, status:VALID, product: AR - Receivables , description: Facilitate queries on sums across customers" invoices , implementation_dba_data: APPS.AR_CUSTOMER_PAYMENT_SCHEDULES ,
-
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: ARBV_CUSTOMERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CUSTOMERS, object_name:ARBV_CUSTOMERS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARBV_CUSTOMERS ,
-
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: ARBV_CUSTOMERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CUSTOMERS, object_name:ARBV_CUSTOMERS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARBV_CUSTOMERS ,
-
View: AR_HCUSTOMER_PROFILES
12.2.2
product: AR - Receivables , description: Customer credit information , implementation_dba_data: Not implemented in this database ,
-
View: AR_HCUSTOMER_PROFILES
12.1.1
product: AR - Receivables , description: Customer credit 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: ARFV_CUSTOMERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CUSTOMERS, object_name:ARFV_CUSTOMERS, status:VALID, product: AR - Receivables , description: This shows basic information about any organization or individual who purchases goods or services. , implementation_dba_data: APPS.ARFV_CUSTOMERS ,
-
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: ARFV_CUSTOMERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CUSTOMERS, object_name:ARFV_CUSTOMERS, status:VALID, product: AR - Receivables , description: This shows basic information about any organization or individual who purchases goods or services. , implementation_dba_data: APPS.ARFV_CUSTOMERS ,
-
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 ,
-
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_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 ,
-
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_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_ICR_LINES_TRX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ICR_LINES_TRX_V, object_name:AR_ICR_LINES_TRX_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.AR_ICR_LINES_TRX_V ,
-
View: AR_INTERIM_CR_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INTERIM_CR_LINES_V, object_name:AR_INTERIM_CR_LINES_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.AR_INTERIM_CR_LINES_V ,
-
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 ,
-
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 ,
-
View: AR_INTERIM_CR_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INTERIM_CR_LINES_V, object_name:AR_INTERIM_CR_LINES_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.AR_INTERIM_CR_LINES_V ,
-
View: AR_CUSTOMERS_V
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,