Search Results hz_parties
The HZ_PARTIES
table is a fundamental component of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2, serving as the central repository for all business entities within the Trading Community Architecture (TCA) module. TCA is a shared infrastructure that provides a unified data model for managing customer, supplier, and partner information across Oracle EBS applications. The HZ_PARTIES
table stores high-level information about parties, which can be individuals, organizations, or groups, and acts as the parent table for related entities such as customer accounts, addresses, and contact points.
In Oracle EBS 12.1.1 and 12.2.2, the HZ_PARTIES
table contains critical attributes that define the identity and classification of a party. Key columns include:
PARTY_ID
: A unique identifier for each party, serving as the primary key.PARTY_NUMBER
: A user-assigned or system-generated identifier for reference.PARTY_NAME
: The name of the party (e.g., individual name or organization name).PARTY_TYPE
: Specifies whether the party is anORGANIZATION
,PERSON
, orGROUP
.STATUS
: Indicates the active/inactive status of the party.CREATED_BY_MODULE
: Tracks the source application that created the party record.
The HZ_PARTIES
table integrates with other TCA tables to provide a comprehensive view of business relationships. For example:
HZ_PARTY_SITES
: Links parties to physical or digital addresses.HZ_CONTACT_POINTS
: Stores communication details like phone numbers and email addresses.HZ_CUST_ACCOUNTS
: Extends party data for customer-specific attributes in Order Management and Receivables.HZ_ORGANIZATION_PROFILES
: Captures additional organization-specific details.
In Oracle EBS 12.2.2, enhancements to the TCA model include improved data quality controls and support for globalization, such as multi-language party names and addresses. The HZ_PARTIES
table also plays a pivotal role in data security through VPD (Virtual Private Database) policies, restricting access based on operating unit or responsibility. Customizations or extensions to the table should adhere to Oracle's guidelines to avoid upgrade conflicts, as the TCA schema is heavily leveraged by standard APIs like HZ_PARTY_API
for CRUD operations.
For reporting and analytics, the HZ_PARTIES
table is frequently joined with transactional tables (e.g., OE_ORDER_HEADERS
or AP_INVOICES
) to analyze customer or supplier behavior. Performance optimization techniques, such as indexing on PARTY_ID
and PARTY_NUMBER
, are recommended for large-scale deployments. In summary, the HZ_PARTIES
table is the cornerstone of party management in Oracle EBS 12.1.1 and 12.2.2, enabling centralized, reliable, and scalable master data governance across the enterprise.
-
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 ,
-
View: AR_CBA_BANK_BRANCH_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CBA_BANK_BRANCH_CONTACTS_V, object_name:AR_CBA_BANK_BRANCH_CONTACTS_V, status:VALID, product: AR - Receivables , description: (Release 11.6 Only) , implementation_dba_data: APPS.AR_CBA_BANK_BRANCH_CONTACTS_V ,
-
View: AR_CBA_BANK_ACCOUNT_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CBA_BANK_ACCOUNT_CONTACTS_V, object_name:AR_CBA_BANK_ACCOUNT_CONTACTS_V, status:VALID, product: AR - Receivables , description: (Release 11.6 Only) , implementation_dba_data: APPS.AR_CBA_BANK_ACCOUNT_CONTACTS_V ,
-
View: AR_CBA_BANK_ACCOUNT_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CBA_BANK_ACCOUNT_CONTACTS_V, object_name:AR_CBA_BANK_ACCOUNT_CONTACTS_V, status:VALID, product: AR - Receivables , description: (Release 11.6 Only) , implementation_dba_data: APPS.AR_CBA_BANK_ACCOUNT_CONTACTS_V ,
-
View: AR_CBA_BANK_BRANCH_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CBA_BANK_BRANCH_CONTACTS_V, object_name:AR_CBA_BANK_BRANCH_CONTACTS_V, status:VALID, product: AR - Receivables , description: (Release 11.6 Only) , implementation_dba_data: APPS.AR_CBA_BANK_BRANCH_CONTACTS_V ,
-
View: HZ_CONTACT_FIND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_CONTACT_FIND_V, object_name:HZ_CONTACT_FIND_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_CONTACT_FIND_V ,
-
View: HZ_CONTACT_FIND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_CONTACT_FIND_V, object_name:HZ_CONTACT_FIND_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_CONTACT_FIND_V ,
-
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 ,
-
View: AR_CUSTOMER_BILLS_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_BILLS_TRX_V, object_name:AR_CUSTOMER_BILLS_TRX_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CUSTOMER_BILLS_TRX_V ,
-
View: AR_ACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ACTIONS_V, object_name:AR_ACTIONS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_ACTIONS_V ,
-
View: AR_BATCHES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BATCHES_V, object_name:AR_BATCHES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BATCHES_V ,
-
Table: HZ_PARTY_RELATIONSHIPS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTY_RELATIONSHIPS, object_name:HZ_PARTY_RELATIONSHIPS, status:VALID, product: AR - Receivables , description: Relationships between parties , implementation_dba_data: AR.HZ_PARTY_RELATIONSHIPS ,
-
View: AR_BATCHES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BATCHES_V, object_name:AR_BATCHES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BATCHES_V ,
-
Table: HZ_PARTY_RELATIONSHIPS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTY_RELATIONSHIPS, object_name:HZ_PARTY_RELATIONSHIPS, status:VALID, product: AR - Receivables , description: Relationships between parties , implementation_dba_data: AR.HZ_PARTY_RELATIONSHIPS ,
-
View: ARFV_COLLECTION_CALLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_COLLECTION_CALLS, object_name:ARFV_COLLECTION_CALLS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_COLLECTION_CALLS ,
-
View: AR_CUSTOMER_BILLS_TRX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_BILLS_TRX_V, object_name:AR_CUSTOMER_BILLS_TRX_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CUSTOMER_BILLS_TRX_V ,
-
View: AR_ACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ACTIONS_V, object_name:AR_ACTIONS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_ACTIONS_V ,
-
View: ARFV_COLLECTION_CALLS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_COLLECTION_CALLS, object_name:ARFV_COLLECTION_CALLS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_COLLECTION_CALLS ,
-
View: RA_CUSTOMER_TRX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_V, object_name:RA_CUSTOMER_TRX_V, status:VALID, product: AR - Receivables , description: (Release 115) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_V ,
-
View: RA_CUSTOMER_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_V, object_name:RA_CUSTOMER_TRX_V, status:VALID, product: AR - Receivables , description: (Release 115) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_V ,
-
View: HZ_GROUP_WF_USER_ROLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_GROUP_WF_USER_ROLES_V, object_name:HZ_GROUP_WF_USER_ROLES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_GROUP_WF_USER_ROLES_V ,
-
View: HZ_GROUP_WF_USER_ROLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_GROUP_WF_USER_ROLES_V, object_name:HZ_GROUP_WF_USER_ROLES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_GROUP_WF_USER_ROLES_V ,
-
View: HZ_PARTY_WF_ROLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_PARTY_WF_ROLES_V, object_name:HZ_PARTY_WF_ROLES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_PARTY_WF_ROLES_V ,
-
View: HZ_PARTY_WF_ROLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_PARTY_WF_ROLES_V, object_name:HZ_PARTY_WF_ROLES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_PARTY_WF_ROLES_V ,
-
View: AR_CONTACTS_ACTIVE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CONTACTS_ACTIVE_V, object_name:AR_CONTACTS_ACTIVE_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CONTACTS_ACTIVE_V ,
-
View: AR_PAYING_RELATIONSHIPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PAYING_RELATIONSHIPS_V, object_name:AR_PAYING_RELATIONSHIPS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_PAYING_RELATIONSHIPS_V ,
-
View: AR_BR_MAIN_REMIT_BATCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BR_MAIN_REMIT_BATCH_V, object_name:AR_BR_MAIN_REMIT_BATCH_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BR_MAIN_REMIT_BATCH_V ,
-
View: AR_CONTACTS_ACTIVE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CONTACTS_ACTIVE_V, object_name:AR_CONTACTS_ACTIVE_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CONTACTS_ACTIVE_V ,
-
View: AR_CUST_CALLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUST_CALLS_V, object_name:AR_CUST_CALLS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUST_CALLS_V ,
-
View: AR_CUST_CALLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUST_CALLS_V, object_name:AR_CUST_CALLS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUST_CALLS_V ,
-
View: AR_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CONTACTS_V, object_name:AR_CONTACTS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CONTACTS_V ,
-
View: HZ_DQM_ORG_CONTACT_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_DQM_ORG_CONTACT_INFO_V, object_name:HZ_DQM_ORG_CONTACT_INFO_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_DQM_ORG_CONTACT_INFO_V ,
-
View: AR_PAYING_RELATIONSHIPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PAYING_RELATIONSHIPS_V, object_name:AR_PAYING_RELATIONSHIPS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_PAYING_RELATIONSHIPS_V ,
-
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 ,
-
View: AR_BR_MAIN_REMIT_BATCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BR_MAIN_REMIT_BATCH_V, object_name:AR_BR_MAIN_REMIT_BATCH_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BR_MAIN_REMIT_BATCH_V ,
-
View: AR_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CONTACTS_V, object_name:AR_CONTACTS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CONTACTS_V ,
-
View: HZ_DQM_ORG_CONTACT_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_DQM_ORG_CONTACT_INFO_V, object_name:HZ_DQM_ORG_CONTACT_INFO_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_DQM_ORG_CONTACT_INFO_V ,
-
View: AR_BR_BATCHES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BR_BATCHES_V, object_name:AR_BR_BATCHES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BR_BATCHES_V ,
-
View: RA_HCONTACTS
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: RA_HCONTACTS
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_BR_BATCHES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BR_BATCHES_V, object_name:AR_BR_BATCHES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BR_BATCHES_V ,
-
View: AR_XML_INVOICE_TP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_XML_INVOICE_TP_V, object_name:AR_XML_INVOICE_TP_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_XML_INVOICE_TP_V ,
-
View: AR_XML_INVOICE_TP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_XML_INVOICE_TP_V, object_name:AR_XML_INVOICE_TP_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_XML_INVOICE_TP_V ,
-
View: HZ_ORG_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_ORG_CONTACTS_V, object_name:HZ_ORG_CONTACTS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_ORG_CONTACTS_V ,
-
View: HZ_ORG_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_ORG_CONTACTS_V, object_name:HZ_ORG_CONTACTS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_ORG_CONTACTS_V ,
-
View: AR_BILL_DRAWEE_ADDRESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BILL_DRAWEE_ADDRESS_V, object_name:AR_BILL_DRAWEE_ADDRESS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BILL_DRAWEE_ADDRESS_V ,
-
View: AR_BOE_AUTO_RECEIPTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BOE_AUTO_RECEIPTS_V, object_name:AR_BOE_AUTO_RECEIPTS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_BOE_AUTO_RECEIPTS_V ,