Search Results hz_org_contacts
The HZ_ORG_CONTACTS table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical component of the Trading Community Architecture (TCA) module, which serves as the foundation for managing customer, supplier, and partner relationships. This table stores organizational contact information, linking individuals (stored in HZ_PARTIES with PARTY_TYPE='PERSON'
) to organizations (stored in HZ_PARTIES with PARTY_TYPE='ORGANIZATION'
). Below is a detailed analysis of its structure, functionality, and integration within Oracle EBS.
Key Attributes of HZ_ORG_CONTACTS
- ORG_CONTACT_ID: Primary key, uniquely identifying each organizational contact record.
- PARTY_RELATIONSHIP_ID: Foreign key referencing HZ_RELATIONSHIPS, establishing the link between the person (contact) and the organization.
- CONTACT_NUMBER: Optional unique identifier for the contact within the organization.
- JOB_TITLE: Stores the contact's designation (e.g., "Procurement Manager").
- DEPARTMENT: Specifies the department to which the contact belongs.
- DECISION_MAKER_FLAG: Indicates whether the contact has decision-making authority (Y/N).
- REFERENCE_USE_FLAG: Marks if the contact is used as a reference (Y/N).
- STATUS: Tracks the active/inactive status of the contact (A/I).
- CREATED_BY/MODIFIED_BY: Audit columns capturing user and timestamp of record changes.
Functional Role in Oracle EBS
The HZ_ORG_CONTACTS table enables:- Customer Management: Links individuals (e.g., accounts payable contacts) to customer organizations in Order Management (OM) and Accounts Receivable (AR).
- Supplier Management: Associates procurement contacts with supplier organizations in Purchasing (PO) and Payables (AP).
- Partner Relationships: Facilitates partner ecosystem management in Channel Revenue Management (CRM).
- Hierarchical Structures: Supports complex organizational hierarchies through HZ_RELATIONSHIPS.
Integration with Other TCA Tables
The table integrates with:- HZ_PARTIES: Base table for party data (both organizations and persons).
- HZ_RELATIONSHIPS: Defines the nature of the contact-organization association (e.g., "EMPLOYEE_OF").
- HZ_CONTACT_POINTS: Stores communication details (phone, email) for contacts.
- HZ_LOCATIONS: Optional linkage to physical addresses.
Technical Considerations
- Indexing: Key indexes include
ORG_CONTACT_ID
(PK),PARTY_RELATIONSHIP_ID
, andCONTACT_NUMBER
. - API Usage: Modifications should use TCA APIs (
HZ_ORG_CONTACT_PUB
) to maintain data integrity. - Performance: Large-scale data operations may require partitioning in high-volume implementations.
Version-Specific Notes
- 12.1.1: Introduced enhanced validation rules for contact roles.
- 12.2.2: Added support for REST APIs to access contact data, improving integration capabilities.
Common Use Cases
- Generating contact lists for customer support teams.
- Automating procurement approval workflows based on contact roles.
- Enabling personalized communications in marketing campaigns.
-
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_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_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_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_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_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.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_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_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.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_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_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.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_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: 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.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_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_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.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_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_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_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: 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: 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_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.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: 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: 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: 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 ,