Search Results hz_party_sites
The HZ_PARTY_SITES
table is a fundamental component of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically within the Trading Community Architecture (TCA) module. This table serves as a repository for storing physical locations associated with parties (organizations, individuals, or groups) in the system. It acts as a bridge between the HZ_PARTIES
table (which stores party information) and the HZ_LOCATIONS
table (which stores address details), enabling comprehensive management of party-site relationships.
Key Features and Structure
TheHZ_PARTY_SITES
table contains several critical columns that define the relationship between parties and their locations:
- PARTY_SITE_ID: Primary key, uniquely identifying each party-site record.
- PARTY_ID: Foreign key referencing
HZ_PARTIES
, linking the site to a specific party. - LOCATION_ID: Foreign key referencing
HZ_LOCATIONS
, associating the party with a physical address. - PARTY_SITE_NUMBER: A user-assigned identifier for the party-site relationship.
- STATUS: Indicates whether the party-site record is active (A) or inactive (I).
- START_DATE_ACTIVE and END_DATE_ACTIVE: Define the validity period of the party-site relationship.
- IDENTIFYING_ADDRESS_FLAG: Marks the primary or default address for the party.
Functional Role in Oracle EBS
TheHZ_PARTY_SITES
table plays a pivotal role in multiple Oracle EBS modules, including:
- Order Management: Determines shipping and billing addresses for customers.
- Accounts Receivable: Stores customer remit-to and statement addresses.
- Procurement: Maintains supplier ship-to and bill-to locations.
- Customer Relationship Management: Tracks contact points for marketing and service purposes.
Integration with Other TCA Tables
The table maintains intricate relationships with other TCA entities:- One-to-many relationship with
HZ_PARTIES
(a party can have multiple sites). - Many-to-one relationship with
HZ_LOCATIONS
(multiple parties can share a location). - Parent table for
HZ_CUST_ACCT_SITES_ALL
andHZ_SUPPLIER_SITES
, which extend functionality for specific business purposes.
Data Management Considerations
When working withHZ_PARTY_SITES
, several technical aspects require attention:
- Data Integrity: The table enforces referential integrity through foreign key constraints.
- Performance: Proper indexing on
PARTY_ID
andLOCATION_ID
is crucial for query performance. - Audit Trail: Changes are tracked through the
HZ_PARTY_SITES
audit table (HZ_PARTY_SITES_A
). - Data Security: Access is controlled through TCA's VPD (Virtual Private Database) policies in later versions.
Customization and Extension Points
The table supports several extension mechanisms:- Attribute columns (
ATTRIBUTE1-20
) for custom data storage. - Flexfields integration for industry-specific or organization-specific data capture.
- Hook points in the TCA API for custom validation logic.
Version-Specific Considerations
Between EBS 12.1.1 and 12.2.2, the table structure remained largely consistent, with minor enhancements in 12.2.2:- Improved performance through additional indexes.
- Enhanced data security features.
- Better integration with Oracle Fusion Middleware components.
Best Practices
When implementing solutions involvingHZ_PARTY_SITES
:
- Always use TCA APIs (
HZ_PARTY_SITE_PUB
) for data modifications. - Implement proper error handling for duplicate address scenarios.
- Consider batch processing for large data volumes to avoid performance degradation.
- Regularly purge obsolete records to maintain system performance.
HZ_PARTY_SITES
table remains a cornerstone of address management in Oracle EBS, providing the flexibility needed to support complex business scenarios while maintaining data integrity across the application suite.
-
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_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 ,
-
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 ,
-
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.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: 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: 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: 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: 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_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 ,
-
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: 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 ,
-
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 ,