Search Results hz_locations
The HZ_LOCATIONS
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, serving as the central repository for storing physical address information. This table is part of the Oracle Customer Data Management (CDM) framework, which ensures standardized and consistent storage of location data across multiple applications, including Oracle Receivables, Payables, Order Management, and Human Resources.
### **Structure and Key Columns**
The HZ_LOCATIONS
table contains columns that define address attributes such as street, city, state, postal code, and country. Some of the key columns include:
- LOCATION_ID
(Primary Key): A unique identifier for each address record.
- ADDRESS1
to ADDRESS4
: Street address details.
- CITY
, STATE
, POSTAL_CODE
, COUNTY
, PROVINCE
: Geographic subdivisions.
- COUNTRY
: The country code (ISO standard).
- STATUS
: Indicates whether the address is active (A
) or inactive (I
).
- CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
: Audit columns tracking record creation and modification.
- OBJECT_VERSION_NUMBER
: Used for optimistic locking in concurrent updates.
### **Relationships with Other TCA Tables**
The HZ_LOCATIONS
table is linked to other TCA entities through foreign key relationships:
- HZ_PARTY_SITES
: Maps locations to parties (customers, suppliers, employees).
- HZ_CUST_ACCT_SITES_ALL
: Associates locations with customer accounts.
- HZ_CUST_SITE_USES_ALL
: Defines business purposes (e.g., billing, shipping) for a customer site.
- HZ_LOCATION_PROFILES
: Stores additional attributes like geocoding and validation status.
### **Functional Usage in Oracle EBS**
1. **Customer and Supplier Management**:
Addresses stored in HZ_LOCATIONS
are used in AR (Accounts Receivable) for billing and AP (Accounts Payable) for supplier remittances.
2. **Order Fulfillment**:
Oracle Order Management references this table to determine shipping and delivery locations.
3. **Tax and Compliance**:
Tax jurisdictions and reporting requirements rely on validated address data.
4. **Human Resources**:
Employee work locations are stored here for payroll and workforce management.
### **Data Validation and Cleansing**
Oracle EBS integrates with third-party address validation tools (e.g., Oracle Customer Data Librarian) to ensure data accuracy. The HZ_LOCATIONS
table may include validation flags (VALIDATED_FLAG
) and geocoding coordinates (LATITUDE
, LONGITUDE
) for advanced analytics.
### **Customizations and Extensions**
Organizations often extend HZ_LOCATIONS
with custom columns (via Descriptive Flexfields) to capture region-specific address attributes. However, direct modifications to the table structure are discouraged to maintain upgrade compatibility.
### **Performance Considerations**
- Indexes on LOCATION_ID
, POSTAL_CODE
, and COUNTRY
optimize query performance.
- Partitioning may be applied in high-volume environments.
- Caching mechanisms (e.g., Oracle Application Object Library caching) reduce database load.
### **Conclusion**
The HZ_LOCATIONS
table is foundational to Oracle EBS’s address management, enabling seamless integration across financial, logistical, and HR modules. Its design ensures data integrity, scalability, and compliance with global address standards, making it indispensable for enterprise operations.
-
Table: HZ_LOCATIONS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_LOCATIONS, object_name:HZ_LOCATIONS, status:VALID, product: AR - Receivables , description: Physical addresses , implementation_dba_data: AR.HZ_LOCATIONS ,
-
Table: HZ_LOCATIONS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_LOCATIONS, object_name:HZ_LOCATIONS, status:VALID, product: AR - Receivables , description: Physical addresses , implementation_dba_data: AR.HZ_LOCATIONS ,
-
Concurrent Program: ARXFILLGEO
12.1.1
execution_filename: HZ_LOCATION_PUB.FILL_GEOMETRY_FOR_LOCATIONS , product: AR - Receivables , user_name: ARXFILLGEO , description: Fill the geometry column of hz_locations table , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: ARXFILLGEO
12.2.2
execution_filename: HZ_LOCATION_PUB.FILL_GEOMETRY_FOR_LOCATIONS , product: AR - Receivables , user_name: ARXFILLGEO , description: Fill the geometry column of hz_locations table , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: HZ_GEO_LOC_TABLE_NAME
12.1.1
product: AR - Receivables , meaning: Geography Name Referencing Tables , description: Geography Name Referencing Tables ,
-
Lookup Type: HZ_GEO_LOC_TABLE_NAME
12.2.2
product: AR - Receivables , meaning: Geography Name Referencing Tables , description: Geography Name Referencing Tables ,
-
Lookup Type: TCA_OWNER_TABLE
12.1.1
product: AR - Receivables , meaning: TCA Owner Tables , description: TCA Owner Tables ,
-
Concurrent Program: ARHGEOUP
12.1.1
execution_filename: HZ_ELOCATION_PKG.UPDATE_GEOMETRY , product: AR - Receivables , user_name: ARHGEOUP , description: Batch update Geometry column in HZ_LOCATIONS , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Table: HZ_LOCATION_PROFILES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_LOCATION_PROFILES, object_name:HZ_LOCATION_PROFILES, status:VALID, product: AR - Receivables , description: The HZ_LOCATION_PROFILES table stores information, including a history of any changes and address validations for a subset of attributes from the HZ_LOCATIONS table , implementation_dba_data: AR.HZ_LOCATION_PROFILES ,
-
Concurrent Program: ARHGEOUP
12.2.2
execution_filename: HZ_ELOCATION_PKG.UPDATE_GEOMETRY_ALL , product: AR - Receivables , user_name: ARHGEOUP , description: Batch update Geometry column in HZ_LOCATIONS , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: TCA_OWNER_TABLE
12.2.2
product: AR - Receivables , meaning: TCA Owner Tables , description: TCA Owner Tables ,
-
Table: HZ_LOCATION_PROFILES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_LOCATION_PROFILES, object_name:HZ_LOCATION_PROFILES, status:VALID, product: AR - Receivables , description: The HZ_LOCATION_PROFILES table stores information, including a history of any changes and address validations for a subset of attributes from the HZ_LOCATIONS table , implementation_dba_data: AR.HZ_LOCATION_PROFILES ,
-
View: AR_CONS_INV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CONS_INV_V, object_name:AR_CONS_INV_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CONS_INV_V ,
-
View: AR_CONS_INV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CONS_INV_V, object_name:AR_CONS_INV_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CONS_INV_V ,
-
View: AR_CMGT_PARTY_ACCOUNTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CMGT_PARTY_ACCOUNTS, object_name:AR_CMGT_PARTY_ACCOUNTS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CMGT_PARTY_ACCOUNTS ,
-
View: AR_CMGT_PARTY_ACCOUNTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CMGT_PARTY_ACCOUNTS, object_name:AR_CMGT_PARTY_ACCOUNTS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CMGT_PARTY_ACCOUNTS ,
-
Table: HZ_IMP_ADDRESSES_INT
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_IMP_ADDRESSES_INT, object_name:HZ_IMP_ADDRESSES_INT, status:VALID, product: AR - Receivables , description: TCA import table for HZ_LOCATIONS and HZ_PARTY_SITES , implementation_dba_data: AR.HZ_IMP_ADDRESSES_INT ,
-
Table: HZ_IMP_ADDRESSES_INT
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_IMP_ADDRESSES_INT, object_name:HZ_IMP_ADDRESSES_INT, status:VALID, product: AR - Receivables , description: TCA import table for HZ_LOCATIONS and HZ_PARTY_SITES , implementation_dba_data: AR.HZ_IMP_ADDRESSES_INT ,
-
Table: HZ_LOC_ASSIGNMENTS_OBS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_LOC_ASSIGNMENTS_OBS, object_name:HZ_LOC_ASSIGNMENTS_OBS, status:VALID, product: AR - Receivables , description: No longer used in R12. , implementation_dba_data: AR.HZ_LOC_ASSIGNMENTS_OBS ,
-
Table: HZ_LOC_ASSIGNMENTS_OBS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_LOC_ASSIGNMENTS_OBS, object_name:HZ_LOC_ASSIGNMENTS_OBS, status:VALID, product: AR - Receivables , description: No longer used in R12. , implementation_dba_data: AR.HZ_LOC_ASSIGNMENTS_OBS ,
-
Table: HZ_LOCATIONS_EXT_B
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_LOCATIONS_EXT_B, object_name:HZ_LOCATIONS_EXT_B, status:VALID, product: AR - Receivables , description: Stores extensible attributes for locations. , implementation_dba_data: AR.HZ_LOCATIONS_EXT_B ,
-
Table: HZ_LOCATIONS_EXT_TL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_LOCATIONS_EXT_TL, object_name:HZ_LOCATIONS_EXT_TL, status:VALID, product: AR - Receivables , description: Provides multilingual support for extensible location attributes. , implementation_dba_data: AR.HZ_LOCATIONS_EXT_TL ,
-
Table: HZ_LOCATIONS_EXT_B
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_LOCATIONS_EXT_B, object_name:HZ_LOCATIONS_EXT_B, status:VALID, product: AR - Receivables , description: Stores extensible attributes for locations. , implementation_dba_data: AR.HZ_LOCATIONS_EXT_B ,
-
Lookup Type: HZ_EXT_ENTITIES
12.1.1
product: AR - Receivables , meaning: Entities for extensible attributes , description: Data model extensibility entities ,
-
Table: HZ_LOC_ASSIGNMENTS
12.2.2
product: AR - Receivables , description: Relationship between a location and a tax authority defined in AR_LOCATION_COMBINATIONS , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: HZ_EXT_ENTITIES
12.2.2
product: AR - Receivables , meaning: Entities for extensible attributes , description: Data model extensibility entities ,
-
Table: HZ_LOCATIONS_EXT_TL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_LOCATIONS_EXT_TL, object_name:HZ_LOCATIONS_EXT_TL, status:VALID, product: AR - Receivables , description: Provides multilingual support for extensible location attributes. , implementation_dba_data: AR.HZ_LOCATIONS_EXT_TL ,
-
Table: HZ_LOC_ASSIGNMENTS
12.1.1
product: AR - Receivables , description: Relationship between a location and a tax authority defined in AR_LOCATION_COMBINATIONS , implementation_dba_data: Not implemented in this database ,
-
View: RA_CUSTOMER_TRX_CR_TRX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_CR_TRX_V, object_name:RA_CUSTOMER_TRX_CR_TRX_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_CR_TRX_V ,
-
View: AR_REMIT_TO_STATE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_REMIT_TO_STATE, object_name:AR_REMIT_TO_STATE, status:VALID, product: AR - Receivables , description: This view combines all STATE values in AR_LOCATION_VALUES and the DEFAULT lookup code in AR_LOOKUPS , implementation_dba_data: APPS.AR_REMIT_TO_STATE ,
-
View: RA_CUSTOMER_TRX_CR_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_CR_TRX_V, object_name:RA_CUSTOMER_TRX_CR_TRX_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_CR_TRX_V ,
-
View: TAX_EXEMPTIONS_QP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.TAX_EXEMPTIONS_QP_V, object_name:TAX_EXEMPTIONS_QP_V, status:VALID, product: AR - Receivables , description: Lists Candidate Exemption Certificates for the Bill To Customer and the Ship To Site , implementation_dba_data: APPS.TAX_EXEMPTIONS_QP_V ,
-
View: RA_CUSTOMER_SHIP_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_SHIP_VIEW, object_name:RA_CUSTOMER_SHIP_VIEW, status:VALID, product: AR - Receivables , description: Information about customer who gets the shipments , implementation_dba_data: APPS.RA_CUSTOMER_SHIP_VIEW ,
-
Table: HZ_TIMEZONES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_TIMEZONES, object_name:HZ_TIMEZONES, status:VALID, product: AR - Receivables , description: Time zone information , implementation_dba_data: AR.HZ_TIMEZONES ,
-
View: RA_CUSTOMER_BILL_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_BILL_VIEW, object_name:RA_CUSTOMER_BILL_VIEW, status:VALID, product: AR - Receivables , description: Information about customer who is billed , implementation_dba_data: APPS.RA_CUSTOMER_BILL_VIEW ,
-
View: TAX_EXEMPTIONS_QP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.TAX_EXEMPTIONS_QP_V, object_name:TAX_EXEMPTIONS_QP_V, status:VALID, product: AR - Receivables , description: Lists Candidate Exemption Certificates for the Bill To Customer and the Ship To Site , implementation_dba_data: APPS.TAX_EXEMPTIONS_QP_V ,
-
View: AR_REMIT_TO_STATE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_REMIT_TO_STATE, object_name:AR_REMIT_TO_STATE, status:VALID, product: AR - Receivables , description: This view combines all STATE values in AR_LOCATION_VALUES and the DEFAULT lookup code in AR_LOOKUPS , implementation_dba_data: APPS.AR_REMIT_TO_STATE ,
-
View: RA_CUSTOMER_SHIP_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_SHIP_VIEW, object_name:RA_CUSTOMER_SHIP_VIEW, status:VALID, product: AR - Receivables , description: Information about customer who gets the shipments , implementation_dba_data: APPS.RA_CUSTOMER_SHIP_VIEW ,
-
Table: HZ_TIMEZONES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_TIMEZONES, object_name:HZ_TIMEZONES, status:VALID, product: AR - Receivables , description: Time zone information , implementation_dba_data: AR.HZ_TIMEZONES ,
-
View: RA_CUSTOMER_BILL_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_BILL_VIEW, object_name:RA_CUSTOMER_BILL_VIEW, status:VALID, product: AR - Receivables , description: Information about customer who is billed , implementation_dba_data: APPS.RA_CUSTOMER_BILL_VIEW ,
-
View: AR_SITE_USE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_SITE_USE_V, object_name:AR_SITE_USE_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_SITE_USE_V ,
-
View: HZ_DQM_PS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_DQM_PS_V, object_name:HZ_DQM_PS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_DQM_PS_V ,
-
Lookup Type: ENTITY_NAME
12.2.2
product: AR - Receivables , meaning: ENTITY_NAME , description: Entities that are supported by lead import to capture flex field info ,
-
View: AR_SITE_USE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_SITE_USE_V, object_name:AR_SITE_USE_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_SITE_USE_V ,
-
View: HZ_DQM_PS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_DQM_PS_V, object_name:HZ_DQM_PS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_DQM_PS_V ,
-
Lookup Type: ENTITY_NAME
12.1.1
product: AR - Receivables , meaning: ENTITY_NAME , description: Entities that are supported by lead import to capture flex field info ,
-
View: AR_PARTY_FIND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PARTY_FIND_V, object_name:AR_PARTY_FIND_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_PARTY_FIND_V ,
-
View: HZ_DQM_AC_CS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_DQM_AC_CS_V, object_name:HZ_DQM_AC_CS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_DQM_AC_CS_V ,
-
View: AR_PARTY_FIND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PARTY_FIND_V, object_name:AR_PARTY_FIND_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_PARTY_FIND_V ,
-
View: HZ_DQM_AC_CS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_DQM_AC_CS_V, object_name:HZ_DQM_AC_CS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_DQM_AC_CS_V ,