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 ,
-
APPS.MSC_X_VMI_POREQ dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.OKS_ENTITLEMENTS_PVT dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.HR_PERSON_RECORD dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.OTA_CLASSIC_UPGRADE dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.PSP_PSPENAWD_XMLP_PKG dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.PA_UTILS3 dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.PSP_LABOR_DIST dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.PSP_ENC_SUM_TRAN dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.PQH_COMMITMENT_POSTING dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.HR_ORT_SHD dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.PON_PRINTING_PKG dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.PJI_PMV_ENGINE dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.PA_PROJ_TEMPLATE_SETUP_PUB dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.LNS_BILLING_BATCH_PUB dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.PO_MASS_CLOSE_PO_PVT dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.PER_DIF_STMT_REPORT dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.MRP_CL_FUNCTION dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.PSP_PSPLSODL_XMLP_PKG dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.PA_FCST_GLOBAL dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.PAY_FR_DADS_ESTAB_COMP dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.PSP_ENC_LIQ_TRAN dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.PJI_PMV_UTIL dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.PA_BL_UTILS dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.PO_REQAPPROVAL_INIT1 dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.HR_ORGANIZATION_API dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.PAY_CA_YEPP_MISS_ASSIGN_PKG dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.PQP_PERASGADD_RIW dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.OKE_DTS_INTEGRATION_PKG dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.JA_CN_CFSSE_GENERATE_PKG dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
-
APPS.GMDQSPEC_APPROVAL_WF_PKG dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.2.2
-
APPS.PQH_COMMITMENT_POSTING dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.2.2
-
APPS.AR_GTA_CONSOLIDATE_PROC dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.2.2
-
APPS.AHL_VWP_VISITS_PVT dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.2.2
-
APPS.OTA_UTILITY dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.2.2
-
APPS.PO_COPYDOC_SUB dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.2.2
-
APPS.PO_MOAC_UTILS_PVT dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.2.2
-
APPS.PAY_FR_ARC_PKG dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.2.2
-
APPS.MRP_CL_FUNCTION dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.2.2
-
APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.2.2
-
APPS.HR_REPORTS dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.2.2
-
APPS.PER_MX_DATA_PUMP dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.2.2
-
APPS.HXT_HXT957A_XMLP_PKG dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.2.2
-
APPS.PA_MOAC_UTILS dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.2.2
-
APPS.CSTPACIT dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.2.2
-
APPS.OTA_FR_TRG_SUM dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.2.2
-
APPS.HR_PERSON_RECORD dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.2.2
-
APPS.AR_GTA_REPORTS_PKG dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.2.2
-
APPS.EGO_REPORT_WF_UTIL dependencies on HR_ALL_ORGANIZATION_UNITS_TL
12.2.2