Search Results hz_parties
Overview
The HZ_PARTIES table is the fundamental data repository for all entities, or "parties," within the Oracle E-Business Suite Trading Community Architecture (TCA). It serves as the central master table for storing core information about organizations, people (individuals), and groups. As part of the AR (Receivables) product family, its primary role is to establish a single, non-redundant source of truth for any entity with whom the enterprise conducts business, supports, or tracks. This foundational design enables integrated operations across all EBS modules, from Order Management and Receivables to Human Resources and Service, by providing a unified party identifier (PARTY_ID).
Key Information Stored
The table's structure is designed to capture the essential attributes common to all party types. The primary key, PARTY_ID, is a unique system-generated identifier that links to numerous related tables holding detailed information. Key columns include PARTY_TYPE to distinguish between 'ORGANIZATION', 'PERSON', or 'GROUP'; PARTY_NAME for the primary name of the entity; and STATUS to indicate if the party is 'A'ctive or 'I'nactive. It also stores basic demographic and geographic data points, such as LANGUAGE_NAME and HOME_COUNTRY, which reference the FND_LANGUAGES and FND_TERRITORIES tables, respectively. Other critical columns include PARTY_NUMBER (a user-facing identifier), CREATION_DATE, and LAST_UPDATE_DATE for audit purposes.
Common Use Cases and Queries
This table is central to any process requiring party identification or data retrieval. Common technical and reporting use cases include identifying duplicate party records, generating master customer or supplier lists, and serving as the driving table for data quality audits. A fundamental query pattern involves joining HZ_PARTIES to related TCA tables, such as HZ_PARTY_SITES or HZ_CUST_ACCOUNTS, to build a complete profile. For example, to retrieve all active person-type parties created in a specific timeframe, a query would be: SELECT party_id, party_name FROM hz_parties WHERE party_type = 'PERSON' AND status = 'A' AND TRUNC(creation_date) BETWEEN :p_start_date AND :p_end_date;. It is also critical for data migration scripts where legacy party data must be validated and inserted into the TCA model.
Related Objects
HZ_PARTIES is the cornerstone of the TCA model and has extensive relationships. As indicated by the metadata, its primary key, PARTY_ID, is referenced by a vast number of foreign keys across virtually all EBS modules, including Advanced Pricing (QP), Complex Maintenance (AHL), and Marketing (AMS). Key dependent tables within TCA itself include HZ_ORGANIZATION_PROFILES and HZ_PERSON_PROFILES for type-specific details, HZ_PARTY_SITES for location data, and HZ_RELATIONSHIPS for defining associations between parties. For programmatic access and data integrity, developers should utilize the public TCA APIs (e.g., HZ_PARTY_V2PUB) rather than direct DML on this table.
-
Table: HZ_PARTIES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
Table: HZ_PARTIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
APPS.JL_AR_APPLICABLE_TAXES dependencies on HZ_PARTIES
12.2.2
-
APPS.PV_REFERRAL_GENERAL_PUB dependencies on HZ_PARTIES
12.2.2
-
APPS.ZX_PTP_CUST_MIG_PKG dependencies on HZ_PARTIES
12.2.2
-
APPS.HZ_DQM_DIAGNOSTICS_XML dependencies on HZ_PARTIES
12.2.2
-
APPS.FTE_TENDER_WF dependencies on HZ_PARTIES
12.2.2
-
APPS.HZ_FUZZY_PUB dependencies on HZ_PARTIES
12.2.2
-
APPS.OE_DEFAULT_LINE dependencies on HZ_PARTIES
12.2.2
-
APPS.PN_LEASE_UTILS dependencies on HZ_PARTIES
12.2.2
-
APPS.CSM_EMAIL_QUERY_PKG dependencies on HZ_PARTIES
12.2.2
-
APPS.IEX_PROMISES_PUB dependencies on HZ_PARTIES
12.2.2
-
APPS.OKE_PARTY_PVT dependencies on HZ_PARTIES
12.2.2
-
APPS.ASO_SALES_CREDIT_PVT dependencies on HZ_PARTIES
12.2.2
-
APPS.IBE_WORKFLOW_PVT dependencies on HZ_PARTIES
12.2.2
-
APPS.IBY_PAYMENTCARD_PKG dependencies on HZ_PARTIES
12.2.2
-
APPS.XDP_MERGE dependencies on HZ_PARTIES
12.2.2
-
APPS.ZX_API_PRVDR_PUB dependencies on HZ_PARTIES
12.2.2
-
APPS.HZ_PARTY_SEARCH_BO_PUB dependencies on HZ_PARTIES
12.2.2
-
APPS.PON_EVAL_TEAM_UTIL_PVT dependencies on HZ_PARTIES
12.2.2
-
APPS.PA_PAXPRCON_XMLP_PKG dependencies on HZ_PARTIES
12.2.2
-
APPS.CSL_HZ_PARTIES_ACC_PKG dependencies on HZ_PARTIES
12.2.2
-
APPS.JTF_RESOURCE_UTL dependencies on HZ_PARTIES
12.2.2
-
APPS.OKL_CNTRCT_FIN_EXTRACT_PVT dependencies on HZ_PARTIES
12.2.2
-
APPS.CSF_ALERTS_PUB dependencies on HZ_PARTIES
12.2.2
-
APPS.FUN_IC_AME_WF_PKG dependencies on HZ_PARTIES
12.2.2
-
APPS.PA_CI_MERGE_PKG dependencies on HZ_PARTIES
12.2.2
-
APPS.JTF_IH_PARTY_MERGE_PKG dependencies on HZ_PARTIES
12.2.2
-
APPS.JG_ZZ_RTCE_DT_PKG dependencies on HZ_PARTIES
12.2.2
-
APPS.AR_RECEIPT_LIB_PVT dependencies on HZ_PARTIES
12.2.2
-
APPS.JL_ZZ_TAX_INTEGRATION_PKG dependencies on HZ_PARTIES
12.2.2
-
APPS.HZ_PARTY_USG_ASSIGNMENT_PVT dependencies on HZ_PARTIES
12.2.2
-
APPS.ASN_MIG_SALES_TEAM_PVT dependencies on HZ_PARTIES
12.2.2
-
APPS.HZ_PREFERENCE_PUB dependencies on HZ_PARTIES
12.2.2
-
APPS.JA_CN_GL_INTER_VALID_PKG dependencies on HZ_PARTIES
12.2.2
-
APPS.CN_PMT_TRANS_PVT dependencies on HZ_PARTIES
12.2.2
-
APPS.POS_SUPPLIER_USER_REG_PKG dependencies on HZ_PARTIES
12.2.2
-
APPS.ARP_TRX_VAL dependencies on HZ_PARTIES
12.2.2
-
APPS.OKS_MASS_UPD_PVT dependencies on HZ_PARTIES
12.2.2
-
APPS.QP_VALIDATE_QUALIFIERS dependencies on HZ_PARTIES
12.2.2
-
APPS.OKL_REPORT_PVT dependencies on HZ_PARTIES
12.2.2
-
APPS.AS_OSI_LEAD_PUB dependencies on HZ_PARTIES
12.2.2
-
APPS.CE_BANK_AND_ACCOUNT_VALIDATION dependencies on HZ_PARTIES
12.2.2
-
APPS.CSI_UTILITY_GRP dependencies on HZ_PARTIES
12.2.2
-
APPS.OE_PARTY_TOTALS dependencies on HZ_PARTIES
12.2.2
-
APPS.PON_NEW_SUPPLIER_REG_PKG dependencies on HZ_PARTIES
12.2.2
-
APPS.IBY_EXT_BANKACCT_PUB dependencies on HZ_PARTIES
12.2.2
-
APPS.HZ_MATCH_RULE_42 dependencies on HZ_PARTIES
12.2.2
-
APPS.AR_PURGE dependencies on HZ_PARTIES
12.2.2
-
APPS.AR_RECEIPT_API_PUB dependencies on HZ_PARTIES
12.2.2