Search Results hr_all_organization_units_tl
Overview
The HR_ALL_ORGANIZATION_UNITS_TL table is a core translation table within the Oracle E-Business Suite Human Resources (PER) module. It stores the translated names and descriptive information for organization units, enabling the application to support multiple languages. This table is fundamental to the global deployment of Oracle EBS, as it allows a single organization structure, defined in the base table HR_ALL_ORGANIZATION_UNITS, to be presented in the user's preferred language. Its role is to provide the language-specific labels for business groups, departments, divisions, and other organizational entities throughout the application's forms, reports, and self-service pages.
Key Information Stored
The table's structure is designed to map organization identifiers to their translated text. The primary key, as defined by HR_ALL_ORGANIZATION_UNTS_TL_PK, is a composite of ORGANIZATION_ID and LANGUAGE. The ORGANIZATION_ID column is the foreign key linking to the HR_ALL_ORGANIZATION_UNITS base table. The LANGUAGE column holds the ISO language code (e.g., 'US' for American English, 'KO' for Korean). The most critical data column is typically NAME, which stores the translated organization unit name. Other common columns in TL tables include DESCRIPTION, SOURCE_LANG, and LAST_UPDATE_LOGIN, which facilitate the translation process and auditability. The data is populated and maintained via the Oracle Applications translation utilities and the HRMS application forms.
Common Use Cases and Queries
A primary use case is generating multilingual reports or building interfaces that require organization names in a specific language. Application developers and report writers must always join to this table to retrieve the translated name rather than using the base table's name column directly. A standard query pattern utilizes the USERENV('LANG') function or a specified language code.
- Sample Query for Current Session Language:
SELECT hou.organization_id, houtl.name
FROM hr_all_organization_units hou,
hr_all_organization_units_tl houtl
WHERE hou.organization_id = houtl.organization_id
AND houtl.language = USERENV('LANG'); - Reporting Use Case: Creating an employee directory report that displays department names in the language preference of the report recipient, requiring a join from PER_ALL_PEOPLE_F to HR_ALL_ORGANIZATION_UNITS and then to HR_ALL_ORGANIZATION_UNITS_TL.
Related Objects
This translation table has a direct and essential relationship with its base table, HR_ALL_ORGANIZATION_UNITS. Key HRMS APIs, such as those in the HR_ORGANIZATION_UNIT_API package, will internally manage data in this TL table. Important views like HR_ORGANIZATION_UNITS (which provides a secure, multi-language view of organization data) and PER_ORG_STRUCTURE_VERSIONS rely on this table. Furthermore, it is referenced by numerous other modules (e.g., Payroll, Projects, Financials) that need to display organization information within a translated context, demonstrating its cross-module integration.
-
Table: HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_ALL_ORGANIZATION_UNITS_TL, object_name:HR_ALL_ORGANIZATION_UNITS_TL, status:VALID, product: PER - Human Resources , description: Translated organization unit name definitions. , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS_TL ,
-
Table: HR_ALL_ORGANIZATION_UNITS_TL
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_ALL_ORGANIZATION_UNITS_TL, object_name:HR_ALL_ORGANIZATION_UNITS_TL, status:VALID, product: PER - Human Resources , description: Translated organization unit name definitions. , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS_TL ,
-
View: HRFV_MOVEMENTS_SUMMARY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_MOVEMENTS_SUMMARY, object_name:HRFV_MOVEMENTS_SUMMARY, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_MOVEMENTS_SUMMARY ,
-
View: HRFV_MOVEMENTS_SUMMARY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_MOVEMENTS_SUMMARY, object_name:HRFV_MOVEMENTS_SUMMARY, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_MOVEMENTS_SUMMARY ,
-
View: HRFV_ORGANIZATION_ROLLUP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_ORGANIZATION_ROLLUP, object_name:HRFV_ORGANIZATION_ROLLUP, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_ORGANIZATION_ROLLUP ,
-
View: HRFV_ORGANIZATION_ROLLUP
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_ORGANIZATION_ROLLUP, object_name:HRFV_ORGANIZATION_ROLLUP, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_ORGANIZATION_ROLLUP ,
-
View: HR_FR_COMPANIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FR_COMPANIES_V, object_name:HR_FR_COMPANIES_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_FR_COMPANIES_V ,
-
View: HR_FR_COMPANIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FR_COMPANIES_V, object_name:HR_FR_COMPANIES_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_FR_COMPANIES_V ,
-
View: HRFV_ORGANIZATION_HIERARCHIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_ORGANIZATION_HIERARCHIES, object_name:HRFV_ORGANIZATION_HIERARCHIES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_ORGANIZATION_HIERARCHIES ,
-
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_ORGANIZATION_HIERARCHIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_ORGANIZATION_HIERARCHIES, object_name:HRFV_ORGANIZATION_HIERARCHIES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_ORGANIZATION_HIERARCHIES ,
-
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_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: PER_ORG_STRUCTURE_ELEMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ORG_STRUCTURE_ELEMENTS_V, object_name:PER_ORG_STRUCTURE_ELEMENTS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_ORG_STRUCTURE_ELEMENTS_V ,
-
View: HRFV_ORG_CLASSIFICATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_ORG_CLASSIFICATIONS, object_name:HRFV_ORG_CLASSIFICATIONS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_ORG_CLASSIFICATIONS ,
-
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: HRFV_ORG_CLASSIFICATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_ORG_CLASSIFICATIONS, object_name:HRFV_ORG_CLASSIFICATIONS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_ORG_CLASSIFICATIONS ,
-
View: HR_FR_COMP_INSURANCE_PRVS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FR_COMP_INSURANCE_PRVS_V, object_name:HR_FR_COMP_INSURANCE_PRVS_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_FR_COMP_INSURANCE_PRVS_V ,
-
View: HR_FR_COMP_INSURANCE_PRVS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FR_COMP_INSURANCE_PRVS_V, object_name:HR_FR_COMP_INSURANCE_PRVS_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_FR_COMP_INSURANCE_PRVS_V ,
-
View: HR_FR_ESTAB_INSURANCE_PRVS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FR_ESTAB_INSURANCE_PRVS_V, object_name:HR_FR_ESTAB_INSURANCE_PRVS_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_FR_ESTAB_INSURANCE_PRVS_V ,
-
View: PER_ORG_STRUCTURE_ELEMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ORG_STRUCTURE_ELEMENTS_V, object_name:PER_ORG_STRUCTURE_ELEMENTS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_ORG_STRUCTURE_ELEMENTS_V ,
-
View: HRFV_REQUIRED_COMPETENCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_REQUIRED_COMPETENCES, object_name:HRFV_REQUIRED_COMPETENCES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_REQUIRED_COMPETENCES ,
-
View: HRFV_TRANSFERS_IN
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_TRANSFERS_IN, object_name:HRFV_TRANSFERS_IN, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_TRANSFERS_IN ,
-
View: HRFV_REQUIRED_COMPETENCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_REQUIRED_COMPETENCES, object_name:HRFV_REQUIRED_COMPETENCES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_REQUIRED_COMPETENCES ,
-
View: HR_FR_COMP_PENSION_PRVS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FR_COMP_PENSION_PRVS_V, object_name:HR_FR_COMP_PENSION_PRVS_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_FR_COMP_PENSION_PRVS_V ,
-
View: HR_FR_ESTAB_INSURANCE_PRVS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FR_ESTAB_INSURANCE_PRVS_V, object_name:HR_FR_ESTAB_INSURANCE_PRVS_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_FR_ESTAB_INSURANCE_PRVS_V ,
-
View: HRFV_WORKFORCE_BUDGETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_WORKFORCE_BUDGETS, object_name:HRFV_WORKFORCE_BUDGETS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_WORKFORCE_BUDGETS ,
-
View: HR_FR_ESTAB_PENSION_PRVS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FR_ESTAB_PENSION_PRVS_V, object_name:HR_FR_ESTAB_PENSION_PRVS_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_FR_ESTAB_PENSION_PRVS_V ,
-
View: HR_FR_COMP_PENSION_PRVS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FR_COMP_PENSION_PRVS_V, object_name:HR_FR_COMP_PENSION_PRVS_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_FR_COMP_PENSION_PRVS_V ,
-
View: HR_FR_ESTAB_PENSION_PRVS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FR_ESTAB_PENSION_PRVS_V, object_name:HR_FR_ESTAB_PENSION_PRVS_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_FR_ESTAB_PENSION_PRVS_V ,
-
View: HRFV_WORKFORCE_BUDGETS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_WORKFORCE_BUDGETS, object_name:HRFV_WORKFORCE_BUDGETS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_WORKFORCE_BUDGETS ,
-
View: HRFV_TRANSFERS_IN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_TRANSFERS_IN, object_name:HRFV_TRANSFERS_IN, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_TRANSFERS_IN ,
-
View: HRFV_TRANSFERS_OUT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_TRANSFERS_OUT, object_name:HRFV_TRANSFERS_OUT, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_TRANSFERS_OUT ,
-
View: HR_ASSIGN_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ASSIGN_LOV_V, object_name:HR_ASSIGN_LOV_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.HR_ASSIGN_LOV_V ,
-
View: HR_ASSIGN_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ASSIGN_LOV_V, object_name:HR_ASSIGN_LOV_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.HR_ASSIGN_LOV_V ,
-
View: HRFV_TRANSFERS_OUT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_TRANSFERS_OUT, object_name:HRFV_TRANSFERS_OUT, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_TRANSFERS_OUT ,
-
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_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_RECRUITMENT_ACTIVITIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_RECRUITMENT_ACTIVITIES, object_name:HRFV_RECRUITMENT_ACTIVITIES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_RECRUITMENT_ACTIVITIES ,
-
View: HRFV_RECRUITMENT_ACTIVITIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_RECRUITMENT_ACTIVITIES, object_name:HRFV_RECRUITMENT_ACTIVITIES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_RECRUITMENT_ACTIVITIES ,
-
View: HR_SUP_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUP_LOV_V, object_name:HR_SUP_LOV_V, status:VALID, product: PER - Human Resources , description: Used to support user interface. , implementation_dba_data: APPS.HR_SUP_LOV_V ,
-
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: HR_SUP_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUP_LOV_V, object_name:HR_SUP_LOV_V, status:VALID, product: PER - Human Resources , description: Used to support user interface. , implementation_dba_data: APPS.HR_SUP_LOV_V ,
-
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_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_PROBATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_PROBATIONS, object_name:HRFV_PROBATIONS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_PROBATIONS ,
-
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_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: HRFV_PROBATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_PROBATIONS, object_name:HRFV_PROBATIONS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_PROBATIONS ,
-
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 ,