Search Results among us hacks reddit
The HZ_ORIG_SYSTEM_MAPPING
table in Oracle E-Business Suite (EBS) 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 data across Oracle applications. This table plays a pivotal role in maintaining data integrity by tracking the origin of records and facilitating integration between disparate systems. Below is a detailed technical analysis of its structure, purpose, and functionality.
Purpose and Functionality
The HZ_ORIG_SYSTEM_MAPPING
table is designed to store mapping information between external source systems and Oracle EBS. It acts as a reference table that links original system identifiers (from third-party applications, legacy systems, or other Oracle modules) to corresponding records in the TCA registry. This mapping ensures seamless data synchronization, prevents duplicate entries, and supports data migration efforts.
Key Columns and Structure
Column Name | Data Type | Description |
---|---|---|
ORIG_SYSTEM_ID | NUMBER | Primary key. Unique identifier for the mapping record. |
ORIG_SYSTEM | VARCHAR2(30) | Name of the external system (e.g., 'SIEBEL', 'LEGACY_CRM'). |
ORIG_SYSTEM_REFERENCE | VARCHAR2(240) | Original unique identifier from the external system. |
OWNER_TABLE_NAME | VARCHAR2(30) | Target TCA table (e.g., 'HZ_PARTIES', 'HZ_LOCATIONS'). |
OWNER_TABLE_ID | NUMBER | Foreign key to the corresponding record in the TCA table. |
STATUS | VARCHAR2(1) | Indicates record status (A=Active, I=Inactive). |
CREATION_DATE | DATE | Timestamp of record creation. |
CREATED_BY | NUMBER | User ID of the creator. |
Integration and Usage Scenarios
The table is extensively used in:
- Data Migration: When importing customer/supplier data from legacy systems, the
HZ_ORIG_SYSTEM_MAPPING
table preserves the original system references to enable traceability. - Third-Party Integrations: For applications like CRM or ERP systems, it maintains cross-references to avoid data duplication during synchronization.
- Merge Operations: During party merges in TCA, the table helps reconcile records from multiple sources.
Technical Considerations
In EBS 12.2.2, the table benefits from Online Patch Delivery (OPatch) compatibility and enhanced performance due to Oracle's adoption of Edition-Based Redefinition (EBR). Key indexes include:
- Primary key index on
ORIG_SYSTEM_ID
- Composite index on
(ORIG_SYSTEM, ORIG_SYSTEM_REFERENCE)
- Foreign key index on
OWNER_TABLE_ID
Best Practices
1. Always populate ORIG_SYSTEM
and ORIG_SYSTEM_REFERENCE
during data imports.
2. Implement purge strategies for inactive mappings to maintain performance.
3. Leverage Oracle's Data Quality Management (DQM) tools in conjunction with this table for improved data governance.
The HZ_ORIG_SYSTEM_MAPPING
table exemplifies Oracle's approach to enterprise data management, providing a robust mechanism for maintaining data lineage while supporting complex integration scenarios in multi-system environments.
-
File: R11510 US SALES TAX.pdf
12.2.2
product: AR - Receivables , size: 42.289 KBytes , file_type: PDF Diagram ,
-
File: R11510 US SALES TAX.pdf
12.1.1
product: AR - Receivables , size: 42.289 KBytes , file_type: PDF Diagram ,
-
Table: HZ_ORIG_SYS_MAPPING
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_ORIG_SYS_MAPPING, object_name:HZ_ORIG_SYS_MAPPING, status:VALID, product: AR - Receivables , description: The HZ_ORIG_SYS_MAPPING table stores the mapping among source systems and owner table names. , implementation_dba_data: AR.HZ_ORIG_SYS_MAPPING ,
-
Table: HZ_ORIG_SYS_MAPPING
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_ORIG_SYS_MAPPING, object_name:HZ_ORIG_SYS_MAPPING, status:VALID, product: AR - Receivables , description: The HZ_ORIG_SYS_MAPPING table stores the mapping among source systems and owner table names. , implementation_dba_data: AR.HZ_ORIG_SYS_MAPPING ,
-
Lookup Type: HZ_SPATIAL_VALID_COUNTRIES
12.1.1
product: AR - Receivables , meaning: HZ_SPATIAL_VALID_COUNTRIES , description: DO NOT TRANSLATE ,
-
Lookup Type: GENERIC_TLD
12.2.2
product: AR - Receivables , meaning: Generic Top Level Domain , description: Generic Top Level Domain ,
-
Lookup Type: GENERIC_TLD
12.1.1
product: AR - Receivables , meaning: Generic Top Level Domain , description: Generic Top Level Domain ,
-
Table: AR_SALES_TAX_REP_ITF
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_SALES_TAX_REP_ITF, object_name:AR_SALES_TAX_REP_ITF, status:VALID, product: AR - Receivables , description: Report Exchange interface table for the US Sales Tax report , implementation_dba_data: AR.AR_SALES_TAX_REP_ITF ,
-
Table: AR_SALES_TAX_REP_ITF
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_SALES_TAX_REP_ITF, object_name:AR_SALES_TAX_REP_ITF, status:VALID, product: AR - Receivables , description: Report Exchange interface table for the US Sales Tax report , implementation_dba_data: AR.AR_SALES_TAX_REP_ITF ,
-
Lookup Type: HZ_DOMAIN_SUFFIX_LIST
12.1.1
product: AR - Receivables , meaning: E-Mail Domain Suffixes , description: E-mail domain suffixes, used in the CORE DOMAIN EXTRACTION transformation ,
-
Lookup Type: HZ_DOMAIN_SUFFIX_LIST
12.2.2
product: AR - Receivables , meaning: E-Mail Domain Suffixes , description: E-mail domain suffixes, used in the CORE DOMAIN EXTRACTION transformation ,
-
Lookup Type: HZ_SPATIAL_VALID_COUNTRIES
12.2.2
product: AR - Receivables , meaning: HZ_SPATIAL_VALID_COUNTRIES , description: DO NOT TRANSLATE ,
-
View: ARBV_INVOICE_ADJUSTMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_INVOICE_ADJUSTMENTS, object_name:ARBV_INVOICE_ADJUSTMENTS, status:VALID, product: AR - Receivables , description: - Retrofitted , implementation_dba_data: APPS.ARBV_INVOICE_ADJUSTMENTS ,
-
View: ARBV_INVOICE_ADJUSTMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_INVOICE_ADJUSTMENTS, object_name:ARBV_INVOICE_ADJUSTMENTS, status:VALID, product: AR - Receivables , description: - Retrofitted , implementation_dba_data: APPS.ARBV_INVOICE_ADJUSTMENTS ,
-
View: ARFV_INVOICE_ADJUSTMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_INVOICE_ADJUSTMENTS, object_name:ARFV_INVOICE_ADJUSTMENTS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_INVOICE_ADJUSTMENTS ,
-
View: ARFV_INVOICE_ADJUSTMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_INVOICE_ADJUSTMENTS, object_name:ARFV_INVOICE_ADJUSTMENTS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_INVOICE_ADJUSTMENTS ,
-
Lookup Type: PARTY_SITE_USE_CODE
12.2.2
product: AR - Receivables , meaning: Party Site Use Code , description: Party Site Use Code ,
-
Lookup Type: PARTY_SITE_USE_CODE
12.1.1
product: AR - Receivables , meaning: Party Site Use Code , description: Party Site Use Code ,
-
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 ,
-
View: AR_DISTRIBUTIONS_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DISTRIBUTIONS_BASE_V, object_name:AR_DISTRIBUTIONS_BASE_V, status:VALID, product: AR - Receivables , description: distribution base extract , implementation_dba_data: APPS.AR_DISTRIBUTIONS_BASE_V ,
-
View: AR_DISTRIBUTIONS_L_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DISTRIBUTIONS_L_V, object_name:AR_DISTRIBUTIONS_L_V, status:VALID, product: AR - Receivables , description: distribution line extract , implementation_dba_data: APPS.AR_DISTRIBUTIONS_L_V ,
-
View: AR_DISTRIBUTIONS_L_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DISTRIBUTIONS_L_V, object_name:AR_DISTRIBUTIONS_L_V, status:VALID, product: AR - Receivables , description: distribution line extract , implementation_dba_data: APPS.AR_DISTRIBUTIONS_L_V ,
-
View: AR_DISTRIBUTIONS_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DISTRIBUTIONS_BASE_V, object_name:AR_DISTRIBUTIONS_BASE_V, status:VALID, product: AR - Receivables , description: distribution base extract , implementation_dba_data: APPS.AR_DISTRIBUTIONS_BASE_V ,
-
Lookup Type: NACE
12.1.1
product: AR - Receivables , meaning: NACE Rev1. European Union industrial classifications , description: General Industrial Classification of Economic Activities within the European Community ,
-
Lookup Type: NACE
12.2.2
product: AR - Receivables , meaning: NACE Rev1. European Union industrial classifications , description: General Industrial Classification of Economic Activities within the European Community ,