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 ,
-
APPS.WSH_WSHRDPAK_XMLP_PKG dependencies on HZ_ORG_CONTACTS
12.1.1
-
APPS.HZ_MATCH_RULE_58 dependencies on HZ_ORG_CONTACTS
12.1.1
-
APPS.WSH_SITE_CONTACT_PERSON_PKG dependencies on HZ_ORG_CONTACTS
12.1.1
-
APPS.ARH_DQM_TREE_HELPER dependencies on HZ_ORG_CONTACTS
12.1.1
-
APPS.HZ_MATCH_RULE_61 dependencies on HZ_ORG_CONTACTS
12.1.1
-
APPS.HZ_MATCH_RULE_40 dependencies on HZ_ORG_CONTACTS
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on HZ_ORG_CONTACTS
12.1.1
-
APPS.HZ_IMP_LOAD_ORG_CONTACT_PKG dependencies on HZ_ORG_CONTACTS
12.1.1
-
APPS.HZ_MATCH_RULE_50 dependencies on HZ_ORG_CONTACTS
12.1.1
-
APPS.HZ_IMP_LOAD_ORG_CONTACT_PKG dependencies on HZ_ORG_CONTACTS
12.1.1
-
APPS.IEX_CUST_OVERVIEW_PVT dependencies on HZ_ORG_CONTACTS
12.1.1
-
APPS.HZ_REGISTRY_VALIDATE_BO_PVT dependencies on HZ_ORG_CONTACTS
12.1.1
-
APPS.HZ_PARTY_ACQUIRE dependencies on HZ_ORG_CONTACTS
12.1.1
-
APPS.ARI_UTILITIES dependencies on HZ_ORG_CONTACTS
12.1.1
-
APPS.HZ_MATCH_RULE_41 dependencies on HZ_ORG_CONTACTS
12.1.1
-
APPS.HZ_EXTRACT_ORG_CONT_BO_PVT dependencies on HZ_ORG_CONTACTS
12.1.1
-
APPS.WSH_ROUTING_RESPONSE_PKG dependencies on HZ_ORG_CONTACTS
12.1.1
-
APPS.PV_USER_MGMT_PVT dependencies on HZ_ORG_CONTACTS
12.1.1
-
APPS.ARH_CONT_PKG dependencies on HZ_ORG_CONTACTS
12.1.1
-
APPS.JTF_RS_IMP_RES_PVT dependencies on HZ_ORG_CONTACTS
12.1.1
-
APPS.HZ_MATCH_RULE_3 dependencies on HZ_ORG_CONTACTS
12.2.2
-
APPS.OTA_RA_CON_API dependencies on HZ_ORG_CONTACTS
12.2.2
-
APPS.AR_ARXCCS_XMLP_PKG dependencies on HZ_ORG_CONTACTS
12.2.2
-
APPS.FUN_WF_COMMON dependencies on HZ_ORG_CONTACTS
12.2.2
-
APPS.HZ_MATCH_RULE_5 dependencies on HZ_ORG_CONTACTS
12.2.2
-
APPS.ARH_CONT_PKG dependencies on HZ_ORG_CONTACTS
12.2.2
-
APPS.AP_VENDOR_PARTY_MERGE_PKG dependencies on HZ_ORG_CONTACTS
12.2.2
-
APPS.HZ_MATCH_RULE_99 dependencies on HZ_ORG_CONTACTS
12.2.2
-
APPS.IMC_REPORTS_SUMMARY_PKG dependencies on HZ_ORG_CONTACTS
12.2.2
-
APPS.WSH_ITM_PARTY_SYNC dependencies on HZ_ORG_CONTACTS
12.2.2
-
APPS.WSH_SITE_CONTACT_PERSON_PKG dependencies on HZ_ORG_CONTACTS
12.2.2
-
APPS.QP_PRICE_BOOK_PUB dependencies on HZ_ORG_CONTACTS
12.2.2
-
APPS.HZ_DQM_DIAGNOSTICS_XML dependencies on HZ_ORG_CONTACTS
12.2.2
-
APPS.ASO_PARTY_INT dependencies on HZ_ORG_CONTACTS
12.2.2
-
APPS.WSH_WSHRDINV_XMLP_PKG dependencies on HZ_ORG_CONTACTS
12.2.2
-
APPS.HZ_STAGE_MAP_TRANSFORM dependencies on HZ_ORG_CONTACTS
12.2.2
-
APPS.HZ_AIA_CUSTOM_PKG dependencies on HZ_ORG_CONTACTS
12.2.2
-
APPS.FUN_TRX_PVT dependencies on HZ_ORG_CONTACTS
12.2.2
-
APPS.AMS_LISTIMPORT_PVT dependencies on HZ_ORG_CONTACTS
12.2.2
-
APPS.WSH_WSHRDLAB_XMLP_PKG dependencies on HZ_ORG_CONTACTS
12.2.2
-
APPS.AS_IMPORT_SL_PVT dependencies on HZ_ORG_CONTACTS
12.2.2
-
APPS.HZ_MATCH_RULE_33 dependencies on HZ_ORG_CONTACTS
12.1.1
-
APPS.HZ_MATCH_RULE_8 dependencies on HZ_ORG_CONTACTS
12.1.1
-
APPS.OTA_RA_CON_API dependencies on HZ_ORG_CONTACTS
12.1.1
-
APPS.IGS_OR_CONTACTS_PKG dependencies on HZ_ORG_CONTACTS
12.1.1
-
APPS.PV_CONTACT_USER_BATCH_PUB dependencies on HZ_ORG_CONTACTS
12.1.1
-
APPS.JTF_RS_RESOURCE_PUB dependencies on HZ_ORG_CONTACTS
12.1.1
-
APPS.HZ_MATCH_RULE_60 dependencies on HZ_ORG_CONTACTS
12.1.1