Search Results hz_party_sites
Overview
The HZ_PARTY_SITES table is a core component of the Trading Community Architecture (TCA) within Oracle E-Business Suite 12.1.1 and 12.2.2. Under the AR (Receivables) schema, its primary function is to establish and manage the relationship between a party (an organization or person) and its physical locations. It serves as a critical junction table, linking the master party definition in HZ_PARTIES to the address details stored in HZ_LOCATIONS. This structure enables a single party to have multiple addresses, each with specific site uses (e.g., Bill To, Ship To, Legal Address), which are fundamental for transaction processing across all EBS modules.
Key Information Stored
The table's structure centers on its foreign key relationships and attributes that define the party-site association. The primary key is PARTY_SITE_ID, a unique identifier for each party-site link. Two essential foreign keys are PARTY_ID, referencing HZ_PARTIES, and LOCATION_ID, referencing HZ_LOCATIONS. Other significant columns include STATUS, which indicates if the site is active ('A') or inactive ('I'), and IDENTIFYING_ADDRESS_FLAG, which denotes the primary address for a party. The table also contains standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) for auditing and the OBJECT_VERSION_NUMBER for optimistic locking.
Common Use Cases and Queries
This table is central to operations requiring address resolution for a party. Common use cases include generating invoices, shipping orders, and defining sales territories. A fundamental query retrieves all active sites for a specific party, often joining to HZ_LOCATIONS for full address lines:
- SELECT ps.party_site_id, ps.status, loc.address1, loc.city FROM hz_party_sites ps, hz_locations loc WHERE ps.party_id = :p_party_id AND ps.location_id = loc.location_id AND ps.status = 'A';
Another critical pattern is identifying the primary (identifying) address for a customer organization, which is essential for legal and communication purposes. Developers also frequently query this table to validate a PARTY_SITE_ID referenced in transactional tables like ASO_QUOTE_HEADERS_ALL before processing.
Related Objects
HZ_PARTY_SITES is a hub with extensive dependencies. Its two principal parent tables are HZ_PARTIES and HZ_LOCATIONS. As indicated by the metadata, it is referenced as a foreign key by numerous transactional tables across the application suite, including AP_INVOICE_PAYMENTS_ALL (for invoicing party site), ASO_QUOTE_HEADERS_ALL (for sold-to and invoice-to sites), ASO_SHIPMENTS (for ship-to site), and many tables in the AS (Sales) module for lead and opportunity management. This widespread usage underscores its role as the definitive source for party address linkages in the EBS data model.
-
Table: HZ_PARTY_SITES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTY_SITES, object_name:HZ_PARTY_SITES, status:VALID, product: AR - Receivables , description: Links party to physical locations , implementation_dba_data: AR.HZ_PARTY_SITES ,
-
Table: HZ_PARTY_SITES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTY_SITES, object_name:HZ_PARTY_SITES, status:VALID, product: AR - Receivables , description: Links party to physical locations , implementation_dba_data: AR.HZ_PARTY_SITES ,
-
Lookup Type: SUBJECT_TABLE
12.1.1
product: AR - Receivables , meaning: Subject Table , description: Subject Type ,
-
Lookup Type: SUBJECT_TABLE
12.2.2
product: AR - Receivables , meaning: Subject Table , description: Subject Type ,
-
Lookup Type: OWNER_TABLE_NAME
12.2.2
product: AR - Receivables , meaning: Owner Table Name , description: Owner Table Name ,
-
Lookup Type: OWNER_TABLE_NAME
12.1.1
product: AR - Receivables , meaning: Owner Table Name , description: Owner Table Name ,
-
Lookup Type: TCA_OWNER_TABLE
12.1.1
product: AR - Receivables , meaning: TCA Owner Tables , description: TCA Owner Tables ,
-
Lookup Type: TCA_OWNER_TABLE
12.2.2
product: AR - Receivables , meaning: TCA Owner Tables , description: TCA Owner Tables ,
-
View: HZ_DQM_CS_CPT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_DQM_CS_CPT_V, object_name:HZ_DQM_CS_CPT_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_DQM_CS_CPT_V ,
-
View: HZ_DQM_CS_CPT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_DQM_CS_CPT_V, object_name:HZ_DQM_CS_CPT_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_DQM_CS_CPT_V ,
-
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_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: HZ_IMP_ADDRESSES_INT
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_IMP_ADDRESSES_INT, object_name:HZ_IMP_ADDRESSES_INT, status:VALID, product: AR - Receivables , description: TCA import table for HZ_LOCATIONS and HZ_PARTY_SITES , implementation_dba_data: AR.HZ_IMP_ADDRESSES_INT ,
-
Table: HZ_IMP_ADDRESSES_INT
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_IMP_ADDRESSES_INT, object_name:HZ_IMP_ADDRESSES_INT, status:VALID, product: AR - Receivables , description: TCA import table for HZ_LOCATIONS and HZ_PARTY_SITES , implementation_dba_data: AR.HZ_IMP_ADDRESSES_INT ,
-
Table: HZ_PARTY_SITES_EXT_B
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTY_SITES_EXT_B, object_name:HZ_PARTY_SITES_EXT_B, status:VALID, product: AR - Receivables , description: Stores extensible attributes for party sites. , implementation_dba_data: AR.HZ_PARTY_SITES_EXT_B ,
-
Table: HZ_STAGED_CONTACT_POINTS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_STAGED_CONTACT_POINTS, object_name:HZ_STAGED_CONTACT_POINTS, status:VALID, product: AR - Receivables , description: Contact point information that is staged for DQM. , implementation_dba_data: AR.HZ_STAGED_CONTACT_POINTS ,
-
Table: HZ_CONTACT_RESTRICTIONS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CONTACT_RESTRICTIONS, object_name:HZ_CONTACT_RESTRICTIONS, status:VALID, product: AR - Receivables , description: Restrictions on contacting parties , implementation_dba_data: AR.HZ_CONTACT_RESTRICTIONS ,
-
Table: HZ_DQM_SYNC_INTERFACE
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_DQM_SYNC_INTERFACE, object_name:HZ_DQM_SYNC_INTERFACE, status:VALID, product: AR - Receivables , description: Stores the list of entities that have been updated by the DQM API. , implementation_dba_data: AR.HZ_DQM_SYNC_INTERFACE ,
-
Table: HZ_PARTY_SITES_EXT_B
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTY_SITES_EXT_B, object_name:HZ_PARTY_SITES_EXT_B, status:VALID, product: AR - Receivables , description: Stores extensible attributes for party sites. , implementation_dba_data: AR.HZ_PARTY_SITES_EXT_B ,
-
Table: HZ_PARTY_SITES_EXT_TL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTY_SITES_EXT_TL, object_name:HZ_PARTY_SITES_EXT_TL, status:VALID, product: AR - Receivables , description: Provides multilingual support for extensible party site attributes. , implementation_dba_data: AR.HZ_PARTY_SITES_EXT_TL ,
-
Table: HZ_STAGED_CONTACT_POINTS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_STAGED_CONTACT_POINTS, object_name:HZ_STAGED_CONTACT_POINTS, status:VALID, product: AR - Receivables , description: Contact point information that is staged for DQM. , implementation_dba_data: AR.HZ_STAGED_CONTACT_POINTS ,
-
Table: HZ_CONTACT_RESTRICTIONS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CONTACT_RESTRICTIONS, object_name:HZ_CONTACT_RESTRICTIONS, status:VALID, product: AR - Receivables , description: Restrictions on contacting parties , implementation_dba_data: AR.HZ_CONTACT_RESTRICTIONS ,
-
View: AR_DOCUMENT_TRANSFERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DOCUMENT_TRANSFERS_V, object_name:AR_DOCUMENT_TRANSFERS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_DOCUMENT_TRANSFERS_V ,
-
View: AR_DOCUMENT_TRANSFERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DOCUMENT_TRANSFERS_V, object_name:AR_DOCUMENT_TRANSFERS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_DOCUMENT_TRANSFERS_V ,
-
Lookup Type: HZ_EXT_ENTITIES
12.1.1
product: AR - Receivables , meaning: Entities for extensible attributes , description: Data model extensibility entities ,
-
Table: HZ_PARTY_SITES_EXT_TL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTY_SITES_EXT_TL, object_name:HZ_PARTY_SITES_EXT_TL, status:VALID, product: AR - Receivables , description: Provides multilingual support for extensible party site attributes. , implementation_dba_data: AR.HZ_PARTY_SITES_EXT_TL ,
-
Lookup Type: HZ_EXT_ENTITIES
12.2.2
product: AR - Receivables , meaning: Entities for extensible attributes , description: Data model extensibility entities ,
-
Table: HZ_DQM_SYNC_INTERFACE
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_DQM_SYNC_INTERFACE, object_name:HZ_DQM_SYNC_INTERFACE, status:VALID, product: AR - Receivables , description: Stores the list of entities that have been updated by the DQM API. , implementation_dba_data: AR.HZ_DQM_SYNC_INTERFACE ,
-
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 ,
-
View: HZ_MERGE_PARTY_SITE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_MERGE_PARTY_SITE_DETAILS_V, object_name:HZ_MERGE_PARTY_SITE_DETAILS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_MERGE_PARTY_SITE_DETAILS_V ,
-
View: HZ_MERGE_PARTY_SITE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_MERGE_PARTY_SITE_DETAILS_V, object_name:HZ_MERGE_PARTY_SITE_DETAILS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_MERGE_PARTY_SITE_DETAILS_V ,
-
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 ,
-
View: TAX_EXEMPTIONS_QP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.TAX_EXEMPTIONS_QP_V, object_name:TAX_EXEMPTIONS_QP_V, status:VALID, product: AR - Receivables , description: Lists Candidate Exemption Certificates for the Bill To Customer and the Ship To Site , implementation_dba_data: APPS.TAX_EXEMPTIONS_QP_V ,
-
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: TAX_EXEMPTIONS_QP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.TAX_EXEMPTIONS_QP_V, object_name:TAX_EXEMPTIONS_QP_V, status:VALID, product: AR - Receivables , description: Lists Candidate Exemption Certificates for the Bill To Customer and the Ship To Site , implementation_dba_data: APPS.TAX_EXEMPTIONS_QP_V ,
-
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: 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 ,
-
Table: HZ_PARTY_SITE_USES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTY_SITE_USES, object_name:HZ_PARTY_SITE_USES, status:VALID, product: AR - Receivables , description: The way that a party uses a particular site or address , implementation_dba_data: AR.HZ_PARTY_SITE_USES ,
-
Table: HZ_PARTY_SITE_USES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTY_SITE_USES, object_name:HZ_PARTY_SITE_USES, status:VALID, product: AR - Receivables , description: The way that a party uses a particular site or address , implementation_dba_data: AR.HZ_PARTY_SITE_USES ,
-
View: AR_SITE_USE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_SITE_USE_V, object_name:AR_SITE_USE_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_SITE_USE_V ,
-
Table: HZ_ORG_CONTACTS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_ORG_CONTACTS, object_name:HZ_ORG_CONTACTS, status:VALID, product: AR - Receivables , description: People as contacts for parties , implementation_dba_data: AR.HZ_ORG_CONTACTS ,
-
View: HZ_DQM_PS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_DQM_PS_V, object_name:HZ_DQM_PS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_DQM_PS_V ,
-
Table: HZ_ORG_CONTACTS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_ORG_CONTACTS, object_name:HZ_ORG_CONTACTS, status:VALID, product: AR - Receivables , description: People as contacts for parties , implementation_dba_data: AR.HZ_ORG_CONTACTS ,
-
View: AR_SITE_USE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_SITE_USE_V, object_name:AR_SITE_USE_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_SITE_USE_V ,
-
View: AR_PARTY_FIND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PARTY_FIND_V, object_name:AR_PARTY_FIND_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_PARTY_FIND_V ,
-
View: HZ_DQM_PS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_DQM_PS_V, object_name:HZ_DQM_PS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_DQM_PS_V ,
-
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 ,