Search Results hz_customer_profiles
Overview
HZ_CUSTOMER_PROFILES is the Oracle Receivables (AR) table that stores credit, collections, and billing profile information for customer accounts and customer account sites. It sits within the Trading Community Architecture (TCA) data model and holds the "credit side" of a customer relationship — the settings that drive credit checking, dunning, statements, interest charges, late charges, and autcash/collection behavior. A single customer account, or a specific site use within that account, can carry one profile record that governs how Receivables treats its transactions.
Because the table's primary key is a surrogate identifier and its columns describe attributes of a referenced account, site use, or party, the heuristic Data Vault classification is satellite-leaning. In Data Vault terms it is best modeled as a satellite hanging off a customer account or party hub, rather than a hub or link in its own right.
Key Information Stored
The table contains 120 documented columns. The most operationally significant include:
CUST_ACCOUNT_PROFILE_ID— the surrogate primary key, defined by unique indexHZ_CUSTOMER_PROFILES_PKand also byHZ_CUSTOMER_PROFILES_U1.CUST_ACCOUNT_ID,SITE_USE_ID,PARTY_ID— the business key candidates (uniquely indexed together asHZ_CUSTOMER_PROFILES_U2) that identify the account, site use, and party the profile belongs to.STATUS,ACCOUNT_STATUS,CREDIT_HOLD,CREDIT_CHECKING— credit control flags and status.CREDIT_RATING,RISK_CODE,CREDIT_CLASSIFICATION— risk classification attributes.CREDIT_ANALYST_ID,COLLECTOR_ID— the assigned credit analyst and collector.PROFILE_CLASS_ID— the profile class driving defaults and behavior.STANDARD_TERMS,OVERRIDE_TERMS,TOLERANCE,DISCOUNT_TERMS— payment terms and tolerances.DUNNING_LETTERS,DUNNING_LETTER_SET_ID— dunning configuration.INTEREST_CHARGES,INTEREST_PERIOD_DAYS,LATE_CHARGE_TYPE— late charge and interest settings.SEND_STATEMENTS,CREDIT_BALANCE_STATEMENTS,STATEMENT_CYCLE_ID— statement generation controls.AUTOCASH_HIERARCHY_ID,AUTOMATCH_SET_ID,LOCKBOX_MATCHING_OPTION— automatic receipt matching.
Common Use Cases and Queries
Typical reporting and integration scenarios include identifying customers on credit hold, listing accounts assigned to a given collector, and reconciling statement cycles.
SELECT p.cust_account_id, p.party_id, p.status,
p.credit_hold, p.credit_rating, p.risk_code
FROM hz_customer_profiles p
WHERE p.credit_hold = 'Y';
Joining to the account master to report customer name and account number:
SELECT a.account_number, p.credit_rating, p.collector_id
FROM hz_customer_profiles p,
hz_cust_accounts a
WHERE p.cust_account_id = a.cust_account_id
AND p.status = 'A';
Other common uses include feeding dunning and statement processes, extracting credit classification for risk dashboards, and joining to HZ_CUST_PROFILE_AMTS to report per-currency credit limits that complete the profile.
Related Objects
HZ_CUST_ACCOUNTS— joined viaCUST_ACCOUNT_ID; the customer account master.HZ_CUST_SITE_USES_ALL— joined viaSITE_USE_ID; site-level usage records.HZ_PARTIES— joined viaPARTY_ID; the underlying party.HZ_CUST_PROFILE_CLASSES— joined viaPROFILE_CLASS_ID; profile class defaults.AR_COLLECTORS— joined viaCOLLECTOR_ID.AR_STATEMENT_CYCLES— joined viaSTATEMENT_CYCLE_ID.AR_AUTOCASH_HIERARCHIES— joined viaAUTOCASH_HIERARCHY_ID.HZ_CUST_PROFILE_AMTSandHZ_CUST_PROFILE_AMTS_M— child tables referencingCUST_ACCOUNT_PROFILE_ID.
-
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_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.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_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_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 ,
-
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.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: 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_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_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: 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: 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 ,
-
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 ,