Search Results hr_locations_all_tl
The HR_LOCATIONS_ALL_TL
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical component of the Human Resources (HR) module, specifically designed to store multilingual location descriptions. This table is part of the Oracle HRMS (Human Resource Management System) data model and serves as a translation table for the base HR_LOCATIONS_ALL
table, enabling organizations to maintain location information in multiple languages for global deployments. Below is a detailed analysis of its structure, functionality, and integration within Oracle EBS.
Table Structure and Key Columns
TheHR_LOCATIONS_ALL_TL
table follows Oracle's standard Translation Table (TL) architecture, containing language-specific translations for location-related data. Its primary columns include:
- LOCATION_ID: Foreign key referencing
HR_LOCATIONS_ALL.LOCATION_ID
, linking translated data to the base location record. - LANGUAGE: Stores the ISO language code (e.g., 'US' for American English) for which the translation applies.
- SOURCE_LANG: Indicates the original language of the record, useful for tracking translations.
- DESCRIPTION: The translated textual description of the location.
CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, and LAST_UPDATE_DATE
for audit purposes.
Functional Role in Oracle HRMS
This table supports multinational organizations by:- Localization: Enables display of location descriptions in user-preferred languages via Oracle's NLS (National Language Support) framework.
- Compliance: Facilitates adherence to regional reporting requirements where localized terminology is mandated.
- Integration: Serves as a reference for other modules like Payroll (e.g., tax jurisdiction mappings) and Procurement (ship-to addresses).
Technical Implementation
- Multi-Org Access Control: Though suffixed with "_ALL", the table respects Oracle's Multi-Org security model via
ORG_ID
in the base table. - Translation Synchronization: Oracle's Automatic Translation Synchronization mechanism updates this table when base records are modified.
- Indexing: Typically indexed on
LOCATION_ID
andLANGUAGE
for optimal join performance withHR_LOCATIONS_ALL
.
Data Flow and Dependencies
Data enters this table through:- Oracle HRMS forms like "Location" (Navigation: HRMS Manager > Work Structures > Location)
- Batch processes during localization deployments
- API calls (e.g.,
HR_LOCATION_API
) with NLS parameters
- HR reports with language-sensitive formatting
- Self-Service HR (SSHR) portals displaying localized addresses
- Interfaces to third-party systems like payroll vendors
Version-Specific Considerations
Between 12.1.1 and 12.2.2:- 12.2.2 Enhancements: Improved translation memory integration and additional Unicode support for complex scripts.
- Upgrade Impact: Schema remains largely unchanged, but 12.2.2 may enforce stricter NOT NULL constraints on language fields.
Customization Best Practices
When extending functionality:- Always join to base table rather than querying TL table directly
- Use Oracle's standard NLS routines (
FND_GLOBAL.LANGUAGE
) for language detection - Maintain translation consistency through Oracle Translation Hub where available
-
Table: HR_LOCATIONS_ALL_TL
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_LOCATIONS_ALL_TL, object_name:HR_LOCATIONS_ALL_TL, status:VALID, product: PER - Human Resources , description: Translated location codes and descriptions. , implementation_dba_data: HR.HR_LOCATIONS_ALL_TL ,
-
Table: HR_LOCATIONS_ALL_TL
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_LOCATIONS_ALL_TL, object_name:HR_LOCATIONS_ALL_TL, status:VALID, product: PER - Human Resources , description: Translated location codes and descriptions. , implementation_dba_data: HR.HR_LOCATIONS_ALL_TL ,
-
View: HR_DM_EXP_HR_LOC_ALL_TL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_HR_LOC_ALL_TL_V, object_name:HR_DM_EXP_HR_LOC_ALL_TL_V, status:VALID, product: PER - Human Resources , description: View to export hr_locations_all_tl , implementation_dba_data: APPS.HR_DM_EXP_HR_LOC_ALL_TL_V ,
-
View: HR_DM_EXP_HR_LOC_ALL_TL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_HR_LOC_ALL_TL_V, object_name:HR_DM_EXP_HR_LOC_ALL_TL_V, status:VALID, product: PER - Human Resources , description: View to export hr_locations_all_tl , implementation_dba_data: APPS.HR_DM_EXP_HR_LOC_ALL_TL_V ,
-
View: HRFV_DEPLOYMENT_FACTORS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_DEPLOYMENT_FACTORS, object_name:HRFV_DEPLOYMENT_FACTORS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_DEPLOYMENT_FACTORS ,
-
View: HRFV_DEPLOYMENT_FACTORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_DEPLOYMENT_FACTORS, object_name:HRFV_DEPLOYMENT_FACTORS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_DEPLOYMENT_FACTORS ,
-
View: PER_DEPLOYMENT_FACTORS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_DEPLOYMENT_FACTORS_V, object_name:PER_DEPLOYMENT_FACTORS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_DEPLOYMENT_FACTORS_V ,
-
View: HRFV_LOCATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_LOCATIONS, object_name:HRFV_LOCATIONS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_LOCATIONS ,
-
View: PER_DEPLOYMENT_FACTORS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_DEPLOYMENT_FACTORS_V, object_name:PER_DEPLOYMENT_FACTORS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_DEPLOYMENT_FACTORS_V ,
-
View: HRFV_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_LOCATIONS, object_name:HRFV_LOCATIONS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_LOCATIONS ,
-
View: HRFV_GB_LOCATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_GB_LOCATIONS, object_name:HRFV_GB_LOCATIONS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_GB_LOCATIONS ,
-
View: HRFV_GB_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_GB_LOCATIONS, object_name:HRFV_GB_LOCATIONS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_GB_LOCATIONS ,
-
View: HRFV_US_LOCATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_US_LOCATIONS, object_name:HRFV_US_LOCATIONS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_US_LOCATIONS ,
-
View: HRFV_US_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_US_LOCATIONS, object_name:HRFV_US_LOCATIONS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_US_LOCATIONS ,
-
View: HR_LOCATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOCATIONS_V, object_name:HR_LOCATIONS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.HR_LOCATIONS_V ,
-
View: HR_LOCATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOCATIONS_V, object_name:HR_LOCATIONS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.HR_LOCATIONS_V ,
-
View: HR_LOCATIONS_ALL_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOCATIONS_ALL_LOV_V, object_name:HR_LOCATIONS_ALL_LOV_V, status:VALID, product: PER - Human Resources , description: HR Web Offers Location list of values view. , implementation_dba_data: APPS.HR_LOCATIONS_ALL_LOV_V ,
-
View: HR_LOCATIONS_ALL_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOCATIONS_ALL_LOV_V, object_name:HR_LOCATIONS_ALL_LOV_V, status:VALID, product: PER - Human Resources , description: HR Web Offers Location list of values view. , implementation_dba_data: APPS.HR_LOCATIONS_ALL_LOV_V ,
-
View: HRFV_SUPERVISORS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_SUPERVISORS, object_name:HRFV_SUPERVISORS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_SUPERVISORS ,
-
View: HRFV_REVIEWS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_REVIEWS, object_name:HRFV_REVIEWS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_REVIEWS ,
-
View: HRFV_ASSIGNMENT_COSTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_ASSIGNMENT_COSTS, object_name:HRFV_ASSIGNMENT_COSTS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_ASSIGNMENT_COSTS ,
-
View: HRFV_OPERATING_UNITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_OPERATING_UNITS, object_name:HRFV_OPERATING_UNITS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_OPERATING_UNITS ,
-
View: HRFV_HR_ORGANIZATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_HR_ORGANIZATIONS, object_name:HRFV_HR_ORGANIZATIONS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_HR_ORGANIZATIONS ,
-
View: HRFV_POSITIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_POSITIONS, object_name:HRFV_POSITIONS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_POSITIONS ,
-
View: HRFV_SUPERVISORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_SUPERVISORS, object_name:HRFV_SUPERVISORS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_SUPERVISORS ,
-
View: HRFV_REVIEWS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_REVIEWS, object_name:HRFV_REVIEWS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_REVIEWS ,
-
View: HRFV_OPERATING_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_OPERATING_UNITS, object_name:HRFV_OPERATING_UNITS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_OPERATING_UNITS ,
-
View: HRFV_POSITIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_POSITIONS, object_name:HRFV_POSITIONS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_POSITIONS ,
-
View: PER_MM_ASSIGNMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_MM_ASSIGNMENTS_V, object_name:PER_MM_ASSIGNMENTS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_MM_ASSIGNMENTS_V ,
-
View: HRFV_ASSIGNMENT_COSTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_ASSIGNMENT_COSTS, object_name:HRFV_ASSIGNMENT_COSTS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_ASSIGNMENT_COSTS ,
-
View: HRFV_HR_ORGANIZATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_HR_ORGANIZATIONS, object_name:HRFV_HR_ORGANIZATIONS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_HR_ORGANIZATIONS ,
-
View: PER_MM_ASSIGNMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_MM_ASSIGNMENTS_V, object_name:PER_MM_ASSIGNMENTS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_MM_ASSIGNMENTS_V ,
-
View: PER_PERFORMANCE_REVIEWS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PERFORMANCE_REVIEWS_V, object_name:PER_PERFORMANCE_REVIEWS_V, status:VALID, product: PER - Human Resources , description: Used to support user-interface. , implementation_dba_data: APPS.PER_PERFORMANCE_REVIEWS_V ,
-
View: PER_PERFORMANCE_REVIEWS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PERFORMANCE_REVIEWS_V, object_name:PER_PERFORMANCE_REVIEWS_V, status:VALID, product: PER - Human Resources , description: Used to support user-interface. , implementation_dba_data: APPS.PER_PERFORMANCE_REVIEWS_V ,
-
View: HR_CURRENT_PEOPLE_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CURRENT_PEOPLE_LOV_V, object_name:HR_CURRENT_PEOPLE_LOV_V, status:VALID, product: PER - Human Resources , description: Used to support user interface. , implementation_dba_data: APPS.HR_CURRENT_PEOPLE_LOV_V ,
-
View: HR_CURRENT_PEOPLE_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CURRENT_PEOPLE_LOV_V, object_name:HR_CURRENT_PEOPLE_LOV_V, status:VALID, product: PER - Human Resources , description: Used to support user interface. , implementation_dba_data: APPS.HR_CURRENT_PEOPLE_LOV_V ,
-
View: HRFV_TIME_IN_SERVICE_ANALYSIS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_TIME_IN_SERVICE_ANALYSIS, object_name:HRFV_TIME_IN_SERVICE_ANALYSIS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_TIME_IN_SERVICE_ANALYSIS ,
-
View: HRFV_GRADE_RATES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_GRADE_RATES, object_name:HRFV_GRADE_RATES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_GRADE_RATES ,
-
View: HRFV_GRADE_RATES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_GRADE_RATES, object_name:HRFV_GRADE_RATES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_GRADE_RATES ,
-
View: PER_EVENTS_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_EVENTS_V2, object_name:PER_EVENTS_V2, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_EVENTS_V2 ,
-
View: HRFV_CURRENT_SALARIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_CURRENT_SALARIES, object_name:HRFV_CURRENT_SALARIES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_CURRENT_SALARIES ,
-
View: HRFV_PAY_METH_NOT_DIR_DEPOSITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_PAY_METH_NOT_DIR_DEPOSITS, object_name:HRFV_PAY_METH_NOT_DIR_DEPOSITS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_PAY_METH_NOT_DIR_DEPOSITS ,
-
View: PER_EVENTS_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_EVENTS_V2, object_name:PER_EVENTS_V2, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_EVENTS_V2 ,
-
View: HRFV_TIME_IN_SERVICE_ANALYSIS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_TIME_IN_SERVICE_ANALYSIS, object_name:HRFV_TIME_IN_SERVICE_ANALYSIS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_TIME_IN_SERVICE_ANALYSIS ,
-
View: HRFV_CURRENT_SALARIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_CURRENT_SALARIES, object_name:HRFV_CURRENT_SALARIES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_CURRENT_SALARIES ,
-
View: HRFV_PAY_METH_NOT_DIR_DEPOSITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_PAY_METH_NOT_DIR_DEPOSITS, object_name:HRFV_PAY_METH_NOT_DIR_DEPOSITS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_PAY_METH_NOT_DIR_DEPOSITS ,
-
View: HRFV_VACANCIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_VACANCIES, object_name:HRFV_VACANCIES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_VACANCIES ,
-
View: HR_LOCATIONS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOCATIONS_ALL_V, object_name:HR_LOCATIONS_ALL_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_LOCATIONS_ALL_V ,
-
View: HR_LOCATIONS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOCATIONS_ALL_V, object_name:HR_LOCATIONS_ALL_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_LOCATIONS_ALL_V ,
-
View: HR_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOCATIONS, object_name:HR_LOCATIONS, status:VALID, product: PER - Human Resources , description: HRMS Locations , implementation_dba_data: APPS.HR_LOCATIONS ,