Search Results hz_cust_acct_sites_all
Overview
The HZ_CUST_ACCT_SITES_ALL table is a core data repository within Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Receivables (AR) module. As indicated by its name and the "_ALL" suffix, it is a multi-organization (Multi-Org) enabled table that stores all customer account sites across every operating unit. Its primary role is to serve as the critical junction between a customer account (HZ_CUST_ACCOUNTS) and a physical or logical address location (HZ_PARTY_SITES). This table establishes the foundational link that enables a single customer account to have multiple distinct addresses for billing, shipping, or other business purposes, forming the basis for all site-level transactional and reporting activities in Order Management, Receivables, and related modules.
Key Information Stored
The table's structure centers on linking identifiers and storing site-specific attributes. The primary key is CUST_ACCT_SITE_ID, which uniquely identifies each customer account site record. Two essential foreign key columns form its core relationships: CUST_ACCOUNT_ID, which links to the customer account in HZ_CUST_ACCOUNTS, and PARTY_SITE_ID, which links to the physical address definition in HZ_PARTY_SITES. Another significant column is TERRITORY_ID, which links to RA_TERRITORIES for assigning a sales territory to the specific site. The table also typically includes standard Oracle EBS audit columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) and the ORG_ID column that enables Multi-Org partitioning of the data by operating unit.
Common Use Cases and Queries
This table is central to operations involving customer addresses. Common use cases include generating reports listing all addresses for a specific customer account, validating address usage in transactional interfaces, and supporting data migration scripts for customer site information. A fundamental query retrieves all sites for a customer account, often joining to related tables for descriptive information:
SELECT hcas.cust_acct_site_id, hca.account_number, hp.party_name, hps.address1, hps.city FROM hz_cust_acct_sites_all hcas JOIN hz_cust_accounts hca ON hcas.cust_account_id = hca.cust_account_id JOIN hz_party_sites hps ON hcas.party_site_id = hps.party_site_id JOIN hz_parties hp ON hps.party_id = hp.party_id WHERE hca.account_number = '&CUSTOMER_NUMBER' AND hcas.org_id = &ORG_ID;
Another critical pattern involves checking for the existence of site uses (via HZ_CUST_SITE_USES_ALL) linked to a given account site, which determines if the address is actively used for a purpose like 'BILL_TO' or 'SHIP_TO'.
Related Objects
As evidenced by the extensive foreign key metadata, HZ_CUST_ACCT_SITES_ALL is a highly referenced master table. Its primary relationships are as a child to HZ_CUST_ACCOUNTS and HZ_PARTY_SITES. It is a parent table to HZ_CUST_SITE_USES_ALL, which defines the functional purposes for each site. Furthermore, it is referenced by numerous transactional and setup tables across EBS modules. Key references include HZ_CUST_ACCOUNT_ROLES, HZ_CUST_CONTACT_POINTS, AR_CORRESPONDENCES_ALL, AR_STATEMENT_HEADERS, and several tables in the Service (CS) and Loans (LNS) modules, such as CS_CUSTOMER_PRODUCTS_ALL and LNS_LOAN_HEADERS_ALL. This wide integration underscores its role as a central hub for customer address data within the application's architecture.
-
Table: HZ_CUST_ACCT_SITES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_ACCT_SITES_ALL, object_name:HZ_CUST_ACCT_SITES_ALL, status:VALID, product: AR - Receivables , description: Stores all customer account sites across all operating units , implementation_dba_data: AR.HZ_CUST_ACCT_SITES_ALL ,
-
Table: HZ_CUST_ACCT_SITES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_ACCT_SITES_ALL, object_name:HZ_CUST_ACCT_SITES_ALL, status:VALID, product: AR - Receivables , description: Stores all customer account sites across all operating units , implementation_dba_data: AR.HZ_CUST_ACCT_SITES_ALL ,
-
Table: RA_REMIT_TOS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_REMIT_TOS_ALL, object_name:RA_REMIT_TOS_ALL, status:VALID, product: AR - Receivables , description: Links remit-to addresses with state and country , implementation_dba_data: AR.RA_REMIT_TOS_ALL ,
-
Lookup Type: TCA_OWNER_TABLE
12.1.1
product: AR - Receivables , meaning: TCA Owner Tables , description: TCA Owner Tables ,
-
Table: RA_REMIT_TOS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_REMIT_TOS_ALL, object_name:RA_REMIT_TOS_ALL, status:VALID, product: AR - Receivables , description: Links remit-to addresses with state and country , implementation_dba_data: AR.RA_REMIT_TOS_ALL ,
-
Lookup Type: TCA_OWNER_TABLE
12.2.2
product: AR - Receivables , meaning: TCA Owner Tables , description: TCA Owner Tables ,
-
Table: RA_CUSTOMER_MERGES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMER_MERGES, object_name:RA_CUSTOMER_MERGES, status:VALID, product: AR - Receivables , description: Information about customers, addresses, and site uses that are being merged or moved , implementation_dba_data: AR.RA_CUSTOMER_MERGES ,
-
Table: AR_TAX_EXTRACT_SUB_ITF
12.2.2
product: AR - Receivables , description: Tax Extract interface table , implementation_dba_data: Not implemented in this database ,
-
Table: RA_CUSTOMER_MERGES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMER_MERGES, object_name:RA_CUSTOMER_MERGES, status:VALID, product: AR - Receivables , description: Information about customers, addresses, and site uses that are being merged or moved , implementation_dba_data: AR.RA_CUSTOMER_MERGES ,
-
Table: AR_TAX_EXTRACT_SUB_ITF
12.1.1
product: AR - Receivables , description: Tax Extract interface table , implementation_dba_data: Not implemented in this database ,
-
Table: RA_INTERFACE_LINES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_INTERFACE_LINES_ALL, object_name:RA_INTERFACE_LINES_ALL, status:VALID, product: AR - Receivables , description: Information for each invoice line imported using AutoInvoice , implementation_dba_data: AR.RA_INTERFACE_LINES_ALL ,
-
Table: RA_INTERFACE_LINES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_INTERFACE_LINES_ALL, object_name:RA_INTERFACE_LINES_ALL, status:VALID, product: AR - Receivables , description: Information for each invoice line imported using AutoInvoice , implementation_dba_data: AR.RA_INTERFACE_LINES_ALL ,
-
Table: RA_CUSTOMER_TRX_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMER_TRX_ALL, object_name:RA_CUSTOMER_TRX_ALL, status:VALID, product: AR - Receivables , description: Header-level information about invoices, debit memos, chargebacks, commitments and credit memos , implementation_dba_data: AR.RA_CUSTOMER_TRX_ALL ,
-
Table: RA_CUSTOMER_TRX_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMER_TRX_ALL, object_name:RA_CUSTOMER_TRX_ALL, status:VALID, product: AR - Receivables , description: Header-level information about invoices, debit memos, chargebacks, commitments and credit memos , implementation_dba_data: AR.RA_CUSTOMER_TRX_ALL ,
-
View: AR_CMGT_PARTY_ACCOUNTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CMGT_PARTY_ACCOUNTS, object_name:AR_CMGT_PARTY_ACCOUNTS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CMGT_PARTY_ACCOUNTS ,
-
View: AR_CMGT_PARTY_ACCOUNTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CMGT_PARTY_ACCOUNTS, object_name:AR_CMGT_PARTY_ACCOUNTS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CMGT_PARTY_ACCOUNTS ,
-
Table: AR_STATEMENTS_HISTORY_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_STATEMENTS_HISTORY_ALL, object_name:AR_STATEMENTS_HISTORY_ALL, status:VALID, product: AR - Receivables , description: The history of every customer statement that you generate , implementation_dba_data: AR.AR_STATEMENTS_HISTORY_ALL ,
-
Table: AR_STATEMENT_HEADERS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_STATEMENT_HEADERS, object_name:AR_STATEMENT_HEADERS, status:VALID, product: AR - Receivables , description: Interim table of statement header information , implementation_dba_data: AR.AR_STATEMENT_HEADERS ,
-
Table: AR_STATEMENT_HEADERS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_STATEMENT_HEADERS, object_name:AR_STATEMENT_HEADERS, status:VALID, product: AR - Receivables , description: Interim table of statement header information , implementation_dba_data: AR.AR_STATEMENT_HEADERS ,
-
Table: RA_TERRITORIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_TERRITORIES, object_name:RA_TERRITORIES, status:VALID, product: AR - Receivables , description: Territory information , implementation_dba_data: AR.RA_TERRITORIES ,
-
Table: HZ_CUST_CONTACT_POINTS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_CONTACT_POINTS, object_name:HZ_CUST_CONTACT_POINTS, status:VALID, product: AR - Receivables , description: This table is no longer used , implementation_dba_data: AR.HZ_CUST_CONTACT_POINTS ,
-
Table: AR_STATEMENTS_HISTORY_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_STATEMENTS_HISTORY_ALL, object_name:AR_STATEMENTS_HISTORY_ALL, status:VALID, product: AR - Receivables , description: The history of every customer statement that you generate , implementation_dba_data: AR.AR_STATEMENTS_HISTORY_ALL ,
-
Table: RA_TERRITORIES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_TERRITORIES, object_name:RA_TERRITORIES, status:VALID, product: AR - Receivables , description: Territory information , implementation_dba_data: AR.RA_TERRITORIES ,
-
Table: HZ_CUST_CONTACT_POINTS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_CONTACT_POINTS, object_name:HZ_CUST_CONTACT_POINTS, status:VALID, product: AR - Receivables , description: This table is no longer used , implementation_dba_data: AR.HZ_CUST_CONTACT_POINTS ,
-
Table: AR_CORRESPONDENCES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CORRESPONDENCES_ALL, object_name:AR_CORRESPONDENCES_ALL, status:VALID, product: AR - Receivables , description: Dunning letters sent to a customer , implementation_dba_data: AR.AR_CORRESPONDENCES_ALL ,
-
View: RA_CUSTOMER_TRX_CR_TRX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_CR_TRX_V, object_name:RA_CUSTOMER_TRX_CR_TRX_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_CR_TRX_V ,
-
Table: HZ_CUST_ACCT_SITES_ALL_M
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_ACCT_SITES_ALL_M, object_name:HZ_CUST_ACCT_SITES_ALL_M, status:VALID, product: AR - Receivables , description: The HZ_CUST_ACCT_SITES_ALL_M table stores the information of customer profile amounts from HZ_CUST_ACCT_SITES_ALL table before the account merge happens. The primary key for this table is CUST_ACCT_SITE_ID , CUSTOMER_MERGE_HEADER_ID. , implementation_dba_data: AR.HZ_CUST_ACCT_SITES_ALL_M ,
-
Table: AR_CORRESPONDENCES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CORRESPONDENCES_ALL, object_name:AR_CORRESPONDENCES_ALL, status:VALID, product: AR - Receivables , description: Dunning letters sent to a customer , implementation_dba_data: AR.AR_CORRESPONDENCES_ALL ,
-
Table: HZ_CUST_ACCT_SITES_ALL_M
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_ACCT_SITES_ALL_M, object_name:HZ_CUST_ACCT_SITES_ALL_M, status:VALID, product: AR - Receivables , description: The HZ_CUST_ACCT_SITES_ALL_M table stores the information of customer profile amounts from HZ_CUST_ACCT_SITES_ALL table before the account merge happens. The primary key for this table is CUST_ACCT_SITE_ID , CUSTOMER_MERGE_HEADER_ID. , implementation_dba_data: AR.HZ_CUST_ACCT_SITES_ALL_M ,
-
Table: AR_CMGT_CREDIT_REQUESTS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CMGT_CREDIT_REQUESTS, object_name:AR_CMGT_CREDIT_REQUESTS, status:VALID, product: AR - Receivables , description: The AR_CMGT_CREDIT_REQUESTS table stores information for each credit request. , implementation_dba_data: AR.AR_CMGT_CREDIT_REQUESTS ,
-
View: RA_CUSTOMER_TRX_CR_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_CR_TRX_V, object_name:RA_CUSTOMER_TRX_CR_TRX_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_CR_TRX_V ,
-
Table: AR_CMGT_CREDIT_REQUESTS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CMGT_CREDIT_REQUESTS, object_name:AR_CMGT_CREDIT_REQUESTS, status:VALID, product: AR - Receivables , description: The AR_CMGT_CREDIT_REQUESTS table stores information for each credit request. , implementation_dba_data: AR.AR_CMGT_CREDIT_REQUESTS ,
-
View: RA_CUSTOMER_BILL_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_BILL_VIEW, object_name:RA_CUSTOMER_BILL_VIEW, status:VALID, product: AR - Receivables , description: Information about customer who is billed , implementation_dba_data: APPS.RA_CUSTOMER_BILL_VIEW ,
-
View: RA_CUSTOMER_SHIP_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_SHIP_VIEW, object_name:RA_CUSTOMER_SHIP_VIEW, status:VALID, product: AR - Receivables , description: Information about customer who gets the shipments , implementation_dba_data: APPS.RA_CUSTOMER_SHIP_VIEW ,
-
View: RA_CUSTOMER_BILL_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_BILL_VIEW, object_name:RA_CUSTOMER_BILL_VIEW, status:VALID, product: AR - Receivables , description: Information about customer who is billed , implementation_dba_data: APPS.RA_CUSTOMER_BILL_VIEW ,
-
View: HZ_DQM_CS_U_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_DQM_CS_U_V, object_name:HZ_DQM_CS_U_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_DQM_CS_U_V ,
-
View: HZ_DQM_CS_U_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_DQM_CS_U_V, object_name:HZ_DQM_CS_U_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_DQM_CS_U_V ,
-
View: RA_CUSTOMER_SHIP_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_SHIP_VIEW, object_name:RA_CUSTOMER_SHIP_VIEW, status:VALID, product: AR - Receivables , description: Information about customer who gets the shipments , implementation_dba_data: APPS.RA_CUSTOMER_SHIP_VIEW ,
-
View: HZ_DQM_AC_CS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_DQM_AC_CS_V, object_name:HZ_DQM_AC_CS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_DQM_AC_CS_V ,
-
View: HZ_DQM_AC_CS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_DQM_AC_CS_V, object_name:HZ_DQM_AC_CS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_DQM_AC_CS_V ,
-
View: HZ_DQM_AC_AS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_DQM_AC_AS_V, object_name:HZ_DQM_AC_AS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_DQM_AC_AS_V ,
-
View: ARBV_LOCATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_LOCATIONS, object_name:ARBV_LOCATIONS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARBV_LOCATIONS ,
-
View: HZ_DQM_AC_AS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_DQM_AC_AS_V, object_name:HZ_DQM_AC_AS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_DQM_AC_AS_V ,
-
View: ARBV_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_LOCATIONS, object_name:ARBV_LOCATIONS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARBV_LOCATIONS ,
-
View: AR_CUSTOMER_FIND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_FIND_V, object_name:AR_CUSTOMER_FIND_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CUSTOMER_FIND_V ,
-
View: AR_CUSTOMER_FIND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_FIND_V, object_name:AR_CUSTOMER_FIND_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CUSTOMER_FIND_V ,
-
Table: HZ_CUST_ACCOUNT_ROLES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_ACCOUNT_ROLES, object_name:HZ_CUST_ACCOUNT_ROLES, status:VALID, product: AR - Receivables , description: Roles that parties perform in customer accounts , implementation_dba_data: AR.HZ_CUST_ACCOUNT_ROLES ,
-
Table: HZ_CUST_ACCOUNT_ROLES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_ACCOUNT_ROLES, object_name:HZ_CUST_ACCOUNT_ROLES, status:VALID, product: AR - Receivables , description: Roles that parties perform in customer accounts , implementation_dba_data: AR.HZ_CUST_ACCOUNT_ROLES ,
-
View: RA_CUSTOMER_TRX_CM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_CM_V, object_name:RA_CUSTOMER_TRX_CM_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_CM_V ,
-
View: RA_CUSTOMER_TRX_CM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_CM_V, object_name:RA_CUSTOMER_TRX_CM_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_CM_V ,