Search Results hz_staged_party_sites
Overview
The HZ_STAGED_PARTY_SITES table is a core data object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 architecture, specifically owned by the Receivables (AR) module. Its primary function is to serve as a staging repository for party site information before it is processed by the Data Quality Management (DQM) engine. DQM is a critical component of the Trading Community Architecture (TCA) responsible for cleansing, standardizing, and deduplicating customer, supplier, and other party data. This table acts as a temporary holding area, allowing for the validation and correction of address and location details associated with a party before they are formally integrated into the master TCA tables, thereby ensuring the integrity and quality of the enterprise's master data.
Key Information Stored
While the provided metadata does not list specific columns, the table's description indicates it stores staged party site information. Based on its role in DQM and standard TCA patterns, this table typically contains columns mirroring those in the primary TCA party site table (HZ_PARTY_SITES), but with staging-specific attributes. Key data likely includes the staged party site identifier, a reference to the parent staged party record, address lines (address1-4), city, state, postal code, country, location details, and contact information. Crucially, it will contain status columns to track the DQM processing state (e.g., PENDING, PROCESSED, ERROR) and columns linking back to the original source transaction or import batch that generated the staged data.
Common Use Cases and Queries
The primary use case revolves around DQM operations and data migration. During bulk imports of customer data via interfaces like the Customer Interface, address records are often inserted into HZ_STAGED_PARTY_SITES for DQM processing before becoming active sites. Common queries involve monitoring the staging queue and troubleshooting. For instance, to review pending staged party sites, a query might be: SELECT staged_party_site_id, party_id, address1, city, country, status FROM hz_staged_party_sites WHERE status = 'PENDING';. Another typical query joins to the staged parties table to get a comprehensive view: SELECT sp.party_name, sps.address1, sps.city FROM hz_staged_parties sp, hz_staged_party_sites sps WHERE sp.staged_party_id = sps.staged_party_id;. Reporting use cases focus on analyzing DQM match results, error rates for address validation, and the volume of data flowing through the staging process.
Related Objects
HZ_STAGED_PARTY_SITES is intrinsically linked to other staging and master TCA tables. As per the provided metadata, it has a foreign key relationship to HZ_ORG_CONTACTS via the ORG_CONTACT_ID column, linking staged site data to organization contact records. Its most direct relationship is with HZ_STAGED_PARTIES, which holds the parent staged party record. It is the staging counterpart to the master table HZ_PARTY_SITES. Data is typically moved from this staging table to the master tables via DQM APIs and processes, such as those in the HZ_DQM_SYNC package. For reporting, views like HZ_STAGED_PARTY_SITES_VL may provide translated descriptions.
-
Table: HZ_STAGED_PARTY_SITES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_STAGED_PARTY_SITES, object_name:HZ_STAGED_PARTY_SITES, status:VALID, product: AR - Receivables , description: Party Site information that is staged for DQM. , implementation_dba_data: AR.HZ_STAGED_PARTY_SITES ,
-
Table: HZ_STAGED_PARTY_SITES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_STAGED_PARTY_SITES, object_name:HZ_STAGED_PARTY_SITES, status:VALID, product: AR - Receivables , description: Party Site information that is staged for DQM. , implementation_dba_data: AR.HZ_STAGED_PARTY_SITES ,
-
APPS.HZ_MATCH_RULE_39 dependencies on HZ_STAGED_PARTY_SITES
12.1.1
-
APPS.HZ_STAGE_MAP_TRANSFORM dependencies on HZ_STAGED_PARTY_SITES
12.1.1
-
APPS.HZ_DQM_SEARCH_UTIL dependencies on HZ_STAGED_PARTY_SITES
12.2.2
-
APPS.HZ_MATCH_RULE_37 dependencies on HZ_STAGED_PARTY_SITES
12.1.1
-
APPS.HZ_MATCH_RULE_5 dependencies on HZ_STAGED_PARTY_SITES
12.2.2
-
APPS.HZ_DQM_SYNC dependencies on HZ_STAGED_PARTY_SITES
12.2.2
-
APPS.HZ_MATCH_RULE_32 dependencies on HZ_STAGED_PARTY_SITES
12.2.2
-
APPS.HZ_MATCH_RULE_33 dependencies on HZ_STAGED_PARTY_SITES
12.2.2
-
APPS.HZ_MATCH_RULE_39 dependencies on HZ_STAGED_PARTY_SITES
12.2.2
-
APPS.HZ_MATCH_RULE_35 dependencies on HZ_STAGED_PARTY_SITES
12.1.1
-
APPS.HZ_MATCH_RULE_98 dependencies on HZ_STAGED_PARTY_SITES
12.1.1
-
APPS.HZ_MATCH_RULE_40 dependencies on HZ_STAGED_PARTY_SITES
12.1.1
-
APPS.HZ_MATCH_RULE_4 dependencies on HZ_STAGED_PARTY_SITES
12.1.1
-
APPS.HZ_DQM_DIAGNOSTICS_XML dependencies on HZ_STAGED_PARTY_SITES
12.1.1
-
APPS.HZ_MATCH_RULE_50 dependencies on HZ_STAGED_PARTY_SITES
12.1.1
-
APPS.HZ_MATCH_RULE_62 dependencies on HZ_STAGED_PARTY_SITES
12.1.1
-
APPS.HZ_MATCH_RULE_50 dependencies on HZ_STAGED_PARTY_SITES
12.2.2
-
APPS.HZ_MATCH_RULE_240 dependencies on HZ_STAGED_PARTY_SITES
12.2.2
-
APPS.HZ_MATCH_RULE_60 dependencies on HZ_STAGED_PARTY_SITES
12.2.2
-
APPS.HZ_MATCH_RULE_40 dependencies on HZ_STAGED_PARTY_SITES
12.2.2
-
APPS.HZ_MATCH_RULE_98 dependencies on HZ_STAGED_PARTY_SITES
12.2.2
-
APPS.HZ_MATCH_RULE_38 dependencies on HZ_STAGED_PARTY_SITES
12.2.2
-
APPS.HZ_MATCH_RULE_34 dependencies on HZ_STAGED_PARTY_SITES
12.2.2
-
APPS.HZ_DQM_DIAGNOSTICS_XML dependencies on HZ_STAGED_PARTY_SITES
12.2.2
-
APPS.HZ_MATCH_RULE_58 dependencies on HZ_STAGED_PARTY_SITES
12.2.2
-
APPS.HZ_PARTY_STAGE dependencies on HZ_STAGED_PARTY_SITES
12.2.2
-
APPS.HZ_MATCH_RULE_7 dependencies on HZ_STAGED_PARTY_SITES
12.2.2
-
APPS.HZ_STAGE_MAP_TRANSFORM dependencies on HZ_STAGED_PARTY_SITES
12.2.2
-
APPS.HZ_MATCH_RULE_37 dependencies on HZ_STAGED_PARTY_SITES
12.2.2
-
APPS.HZ_MATCH_RULE_58 dependencies on HZ_STAGED_PARTY_SITES
12.1.1
-
APPS.HZ_MATCH_RULE_3 dependencies on HZ_STAGED_PARTY_SITES
12.1.1
-
APPS.HZ_PARTY_STAGE dependencies on HZ_STAGED_PARTY_SITES
12.1.1
-
APPS.HZ_MATCH_RULE_34 dependencies on HZ_STAGED_PARTY_SITES
12.1.1
-
APPS.HZ_MATCH_RULE_33 dependencies on HZ_STAGED_PARTY_SITES
12.1.1
-
APPS.HZ_MATCH_RULE_5 dependencies on HZ_STAGED_PARTY_SITES
12.1.1
-
APPS.HZ_DQM_SYNC dependencies on HZ_STAGED_PARTY_SITES
12.1.1
-
APPS.HZ_MATCH_RULE_35 dependencies on HZ_STAGED_PARTY_SITES
12.2.2
-
APPS.HZ_MATCH_RULE_61 dependencies on HZ_STAGED_PARTY_SITES
12.2.2
-
APPS.HZ_DQM_SEARCH_UTIL dependencies on HZ_STAGED_PARTY_SITES
12.1.1
-
APPS.HZ_MATCH_RULE_8 dependencies on HZ_STAGED_PARTY_SITES
12.2.2
-
APPS.HZ_MATCH_RULE_99 dependencies on HZ_STAGED_PARTY_SITES
12.2.2
-
APPS.HZ_MATCH_RULE_7 dependencies on HZ_STAGED_PARTY_SITES
12.1.1
-
APPS.HZ_MATCH_RULE_6 dependencies on HZ_STAGED_PARTY_SITES
12.1.1
-
APPS.HZ_MATCH_RULE_53 dependencies on HZ_STAGED_PARTY_SITES
12.1.1
-
APPS.HZ_MATCH_RULE_61 dependencies on HZ_STAGED_PARTY_SITES
12.1.1
-
APPS.HZ_MATCH_RULE_41 dependencies on HZ_STAGED_PARTY_SITES
12.1.1
-
APPS.HZ_MATCH_RULE_8 dependencies on HZ_STAGED_PARTY_SITES
12.1.1
-
APPS.HZ_MATCH_RULE_52 dependencies on HZ_STAGED_PARTY_SITES
12.1.1