Search Results hz_org_contacts
Overview
The HZ_ORG_CONTACTS table is a core data object within the Oracle E-Business Suite Trading Community Architecture (TCA) model, specifically under the AR (Receivables) product family. It serves as the central repository for storing records of individuals who act as contacts for organizational parties. This table is fundamental to managing business relationships, enabling the association of specific people with customer, supplier, or partner organizations for purposes such as communication, order management, service delivery, and marketing. Its role is critical across multiple EBS modules, including Order Management, Service, Marketing, and Sales, by providing a unified, non-redundant source for contact information linked to business entities.
Key Information Stored
While the provided metadata does not list specific columns, the structure is defined by its primary and foreign keys, which reveal its core data relationships. The primary key is ORG_CONTACT_ID, uniquely identifying each contact record. Crucially, the table does not store the contact's personal details directly; instead, it acts as a junction point. The PARTY_RELATIONSHIP_ID foreign key links to HZ_PARTY_RELATIONSHIPS and HZ_RELATIONSHIPS, where the actual person party is defined and related to an organization party. The PARTY_SITE_ID foreign key links to HZ_PARTY_SITES, optionally associating the contact with a specific location of the organization. This design enforces data integrity by reusing the centralized TCA party model.
Common Use Cases and Queries
Common use cases include retrieving all contacts for a specific customer account, finding contacts at a particular site, or identifying contacts for integration with CRM activities. A typical query involves joining to the core TCA tables to resolve party names and details. For example, to find contacts for a given organization party ID:
- SELECT hc.org_contact_id, hp_person.party_name contact_name, hp_org.party_name org_name FROM hz_org_contacts hc, hz_relationships hr, hz_parties hp_person, hz_parties hp_org WHERE hc.party_relationship_id = hr.relationship_id AND hr.subject_id = hp_person.party_id AND hr.object_id = hp_org.party_id AND hp_org.party_id = <ORG_PARTY_ID>;
Reporting often centers on contact roles (via HZ_ORG_CONTACT_ROLES) or their involvement in transactions, such as orders or service requests, where contact IDs are referenced as deliver-to or invoice-to contacts.
Related Objects
The HZ_ORG_CONTACTS table is central to the TCA model, with extensive dependencies. Key related objects, as per the metadata, include:
- Parent/Dimension Tables: HZ_PARTY_RELATIONSHIPS, HZ_RELATIONSHIPS (for the contact-person to organization link), and HZ_PARTY_SITES (for location).
- Child/Fact Tables: HZ_ORG_CONTACT_ROLES (defining contact functions), HZ_STAGED_CONTACT_POINTS, and HZ_STAGED_PARTY_SITES for data quality management.
- Integration Points: Numerous application tables reference ORG_CONTACT_ID, including OE_LINES_IFACE_ALL (for order line contacts), AS_LEAD_CONTACTS_ALL (Marketing), JTF_RS_RESOURCE_EXTNS (Resource Manager), and AMS_EVENT_REGISTRATIONS. This demonstrates its cross-module importance.
-
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 ,
-
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 ,
-
Lookup Type: TCA_OWNER_TABLE
12.2.2
product: AR - Receivables , meaning: TCA Owner Tables , description: TCA Owner Tables ,
-
Lookup Type: TCA_OWNER_TABLE
12.1.1
product: AR - Receivables , meaning: TCA Owner Tables , description: TCA Owner Tables ,
-
Table: HZ_IMP_CONTACTS_INT
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_IMP_CONTACTS_INT, object_name:HZ_IMP_CONTACTS_INT, status:VALID, product: AR - Receivables , description: TCA import table for HZ_PARTIES, HZ_RELATIONSHIPS and HZ_ORG_CONTACTS , implementation_dba_data: AR.HZ_IMP_CONTACTS_INT ,
-
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 ,
-
Table: HZ_ORG_CONTACT_ROLES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_ORG_CONTACT_ROLES, object_name:HZ_ORG_CONTACT_ROLES, status:VALID, product: AR - Receivables , description: Roles played by organization contacts , implementation_dba_data: AR.HZ_ORG_CONTACT_ROLES ,
-
Table: HZ_ORG_CONTACT_ROLES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_ORG_CONTACT_ROLES, object_name:HZ_ORG_CONTACT_ROLES, status:VALID, product: AR - Receivables , description: Roles played by organization contacts , implementation_dba_data: AR.HZ_ORG_CONTACT_ROLES ,
-
Table: HZ_IMP_CONTACTS_INT
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_IMP_CONTACTS_INT, object_name:HZ_IMP_CONTACTS_INT, status:VALID, product: AR - Receivables , description: TCA import table for HZ_PARTIES, HZ_RELATIONSHIPS and HZ_ORG_CONTACTS , implementation_dba_data: AR.HZ_IMP_CONTACTS_INT ,
-
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 ,
-
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_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_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_RELATIONSHIPS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_RELATIONSHIPS, object_name:HZ_RELATIONSHIPS, status:VALID, product: AR - Receivables , description: Relationships between entities , implementation_dba_data: AR.HZ_RELATIONSHIPS ,
-
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 ,
-
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 ,
-
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_RELATIONSHIPS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_RELATIONSHIPS, object_name:HZ_RELATIONSHIPS, status:VALID, product: AR - Receivables , description: Relationships between entities , implementation_dba_data: AR.HZ_RELATIONSHIPS ,
-
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_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: HZ_DQM_RE_P_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_DQM_RE_P_V, object_name:HZ_DQM_RE_P_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_DQM_RE_P_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: HZ_DQM_RE_P_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_DQM_RE_P_V, object_name:HZ_DQM_RE_P_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_DQM_RE_P_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_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: 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_PS_C_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_DQM_PS_C_V, object_name:HZ_DQM_PS_C_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_DQM_PS_C_V ,
-
View: HZ_DQM_PS_C_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_DQM_PS_C_V, object_name:HZ_DQM_PS_C_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_DQM_PS_C_V ,
-
View: HZ_DQM_AC_C_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_DQM_AC_C_V, object_name:HZ_DQM_AC_C_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_DQM_AC_C_V ,
-
View: HZ_DQM_AC_C_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_DQM_AC_C_V, object_name:HZ_DQM_AC_C_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_DQM_AC_C_V ,
-
View: HZ_DQM_CS_C_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_DQM_CS_C_V, object_name:HZ_DQM_CS_C_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_DQM_CS_C_V ,
-
View: HZ_DQM_CS_C_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_DQM_CS_C_V, object_name:HZ_DQM_CS_C_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_DQM_CS_C_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_CUSTOMER_CONTACT_FIND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_CONTACT_FIND_V, object_name:AR_CUSTOMER_CONTACT_FIND_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CUSTOMER_CONTACT_FIND_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_CUSTOMER_CONTACT_FIND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_CONTACT_FIND_V, object_name:AR_CUSTOMER_CONTACT_FIND_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CUSTOMER_CONTACT_FIND_V ,
-
View: HZ_ORG_CONTACTS_CPUI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_ORG_CONTACTS_CPUI_V, object_name:HZ_ORG_CONTACTS_CPUI_V, status:VALID, product: AR - Receivables , description: Organization Contacts , implementation_dba_data: APPS.HZ_ORG_CONTACTS_CPUI_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 ,
-
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: HZ_ORG_CONTACTS_CPUI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_ORG_CONTACTS_CPUI_V, object_name:HZ_ORG_CONTACTS_CPUI_V, status:VALID, product: AR - Receivables , description: Organization Contacts , implementation_dba_data: APPS.HZ_ORG_CONTACTS_CPUI_V ,
-
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: 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: ARFV_CUSTOMER_SITES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CUSTOMER_SITES, object_name:ARFV_CUSTOMER_SITES, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_CUSTOMER_SITES ,
-
View: ARFV_CUSTOMER_SITES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CUSTOMER_SITES, object_name:ARFV_CUSTOMER_SITES, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_CUSTOMER_SITES ,
-
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_INVOICE_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INVOICE_HEADER_V, object_name:AR_INVOICE_HEADER_V, status:VALID, product: AR - Receivables , description: Collects invoice header-level information , implementation_dba_data: APPS.AR_INVOICE_HEADER_V ,
-
View: AR_INVOICE_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INVOICE_HEADER_V, object_name:AR_INVOICE_HEADER_V, status:VALID, product: AR - Receivables , description: Collects invoice header-level information , implementation_dba_data: APPS.AR_INVOICE_HEADER_V ,