Search Results hz_timezones_tl
Overview
HZ_TIMEZONES_TL is the translation table for time zone definitions within the Oracle E-Business Suite Receivables (AR) schema. In Oracle EBS 12.1.1 and 12.2.2, the _TL suffix denotes a translation-enabled table that stores language-specific (translatable) descriptive attributes for a base entity. Here, the base entity is the time zone, keyed by TIMEZONE_ID, while the translated attributes — primarily NAME and DESCRIPTION — are stored per LANGUAGE. This design allows the same underlying time zone record to carry distinct display names across the languages installed in the EBS instance, supporting global, multi-lingual deployments.
From a modeling perspective, the ETRM metadata heuristic classifies HZ_TIMEZONES_TL as a standalone object, meaning no foreign-key relationships were mined from its structure. Under Data Vault conventions, this object is best modeled as a satellite: its natural business key is the composite (TIMEZONE_ID, LANGUAGE), and it holds descriptive, language-dependent attributes tied to that key. It does not function as a hub or link in the mined relationship structure.
Key Information Stored
The documented physical schema contains eleven columns. The most significant are:
- TIMEZONE_ID — Surrogate identifier of the base time zone; part of the primary key.
- LANGUAGE — The language code in which the translated values are expressed; the second component of the primary key.
- NAME — The localized display name of the time zone.
- DESCRIPTION — The localized descriptive text for the time zone.
- TRANSLATED — Indicator of whether the row has been translated from its source language.
- SOURCE_LANG — The language from which the translation originated, typically the base (e.g., US) language.
- CREATION_DATE, CREATED_BY — Audit columns recording row creation.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — Audit columns recording the most recent modification and the session that performed it.
The surrogate primary key is defined by HZ_TIMEZONES_TL_PK on the composite (TIMEZONE_ID, LANGUAGE). A unique index, HZ_TIMEZONES_TL_U1, mirrors this composite key and serves as the business-key candidate, ensuring exactly one translation exists per time zone per language.
Common Use Cases and Queries
The table is most commonly accessed to render localized time zone labels in application pages, reports, and interfaces, and to validate that a translation exists for a given language before display. A typical lookup filters on the base TIMEZONE_ID and the session LANGUAGE:
- Join to the base time zone table on TIMEZONE_ID to retrieve NAME and DESCRIPTION for a specific language.
- Detect untranslated entries by filtering where TRANSLATED is not set to the translated flag.
- Report translation coverage by counting rows per LANGUAGE or comparing against SOURCE_LANG.
A representative query pattern: SELECT t.timezone_id, t.name, t.description FROM hz_timezones_tl t WHERE t.language = :p_lang ORDER BY t.name;. Because the primary key is composite, lookups should always constrain on both TIMEZONE_ID and LANGUAGE for optimal index usage.
Related Objects
The translation table is logically paired with its base (non-translated) time zone definition, joined by TIMEZONE_ID. The most significant referencing relationships include the base HZ_TIMEZONES(_B) table, from which the translatable attributes originate, and application lookups or views that resolve time zone names for display. Because the mined relationship structure is standalone, no foreign keys were documented; joins should be established on TIMEZONE_ID and LANGUAGE rather than through declared constraints. Downstream consumers include Receivables setup pages, concurrent programs, and reporting views that present localized time zone descriptions.
-
Table: HZ_TIMEZONES_TL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_TIMEZONES_TL, object_name:HZ_TIMEZONES_TL, status:VALID, product: AR - Receivables , description: Time zone translations , implementation_dba_data: AR.HZ_TIMEZONES_TL ,
-
Table: HZ_TIMEZONES_TL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_TIMEZONES_TL, object_name:HZ_TIMEZONES_TL, status:VALID, product: AR - Receivables , description: Time zone translations , implementation_dba_data: AR.HZ_TIMEZONES_TL ,
-
APPS.HZ_TIMEZONE_PKG SQL Statements
12.1.1
-
APPS.HZ_TIMEZONE_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.HZ_TIMEZONE_PKG
12.2.2
-
VIEW: AR.HZ_TIMEZONES_TL#
12.2.2
-
VIEW: AR.HZ_TIMEZONES_TL#
12.2.2
owner:AR, object_type:VIEW, object_name:HZ_TIMEZONES_TL#, status:VALID,
-
PACKAGE BODY: APPS.HZ_TIMEZONE_PKG
12.1.1
-
SYNONYM: APPS.HZ_TIMEZONES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_TIMEZONES_TL, status:VALID,
-
SYNONYM: APPS.HZ_TIMEZONES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_TIMEZONES_TL, status:VALID,
-
VIEW: APPS.HZ_TIMEZONES_VL
12.2.2
-
VIEW: APPS.HZ_TIMEZONES_VL
12.1.1
-
VIEW: APPS.OKX_TIMEZONES_V
12.2.2
-
VIEW: APPS.OKX_TIMEZONES_V
12.1.1
-
TABLE: AR.HZ_TIMEZONES_TL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_TIMEZONES_TL, object_name:HZ_TIMEZONES_TL, status:VALID,
-
TABLE: AR.HZ_TIMEZONES_TL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_TIMEZONES_TL, object_name:HZ_TIMEZONES_TL, status:VALID,
-
VIEW: APPS.AMS_P_CAMPAIGN_SCHEDS_V
12.1.1
-
VIEW: APPS.AMS_P_CAMPAIGN_SCHEDS_V
12.2.2
-
PACKAGE BODY: APPS.HZ_TIMEZONE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_TIMEZONE_PKG, status:VALID,
-
VIEW: APPS.JTF_TASK_UWQ_MYOWN_V
12.1.1
-
PACKAGE BODY: APPS.HZ_TIMEZONE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_TIMEZONE_PKG, status:VALID,
-
View: AMS_P_CAMPAIGN_SCHEDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_CAMPAIGN_SCHEDS_V, object_name:AMS_P_CAMPAIGN_SCHEDS_V, status:VALID, product: AMS - Marketing , description: This public view returns the campaign schedule information.. , implementation_dba_data: APPS.AMS_P_CAMPAIGN_SCHEDS_V ,
-
View: HZ_TIMEZONES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_TIMEZONES_VL, object_name:HZ_TIMEZONES_VL, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_TIMEZONES_VL ,
-
VIEW: APPS.JTF_TASK_UWQ_MYOWN_V
12.2.2
-
View: AMS_P_CAMPAIGN_SCHEDS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_CAMPAIGN_SCHEDS_V, object_name:AMS_P_CAMPAIGN_SCHEDS_V, status:VALID, product: AMS - Marketing , description: This public view returns the campaign schedule information.. , implementation_dba_data: APPS.AMS_P_CAMPAIGN_SCHEDS_V ,
-
VIEW: APPS.JTF_TASK_UWQ_ALL_V
12.2.2
-
View: OKX_TIMEZONES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_TIMEZONES_V, object_name:OKX_TIMEZONES_V, status:VALID, product: OKX - Contracts Integration , description: Timezones , implementation_dba_data: APPS.OKX_TIMEZONES_V ,
-
View: OKX_TIMEZONES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_TIMEZONES_V, object_name:OKX_TIMEZONES_V, status:VALID, product: OKX - Contracts Integration , description: Timezones , implementation_dba_data: APPS.OKX_TIMEZONES_V ,
-
View: HZ_TIMEZONES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_TIMEZONES_VL, object_name:HZ_TIMEZONES_VL, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_TIMEZONES_VL ,
-
VIEW: APPS.JTF_TASK_UWQ_V
12.1.1
-
VIEW: APPS.JTF_TASK_UWQ_ALL_V
12.1.1
-
VIEW: APPS.JTF_TASK_UWQ_V
12.2.2
-
VIEW: APPS.AST_LM_PER_EXPAND_ALL_V
12.1.1
-
VIEW: APPS.AST_TASKS_MAIN_V
12.1.1
-
VIEW: APPS.AST_LM_PER_EXPAND_W_ACC_V
12.1.1
-
VIEW: APPS.AST_TASKS_MAIN_V
12.2.2
-
VIEW: APPS.AST_LM_PER_EXPAND_V
12.1.1
-
VIEW: APPS.IEX_LM_ORG_EXPAND_V
12.1.1
-
VIEW: APPS.OKL_CS_TASKS_MAIN_UV
12.2.2
-
VIEW: APPS.OKL_CS_TASKS_MAIN_UV
12.1.1
-
VIEW: APPS.AST_LM_ORG_EXPAND_V
12.1.1
-
View: JTF_TASK_UWQ_MYOWN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_UWQ_MYOWN_V, object_name:JTF_TASK_UWQ_MYOWN_V, status:VALID, product: JTF - CRM Foundation , description: Internal view used by the UWQ , implementation_dba_data: APPS.JTF_TASK_UWQ_MYOWN_V ,
-
VIEW: APPS.AST_LM_REL_EXPAND_W_ACC_V
12.1.1
-
VIEW: APPS.AST_LM_ORG_EXPAND_W_ACC_V
12.1.1
-
VIEW: APPS.AST_LM_ORG_EXPAND_ALL_V
12.1.1
-
View: JTF_TASK_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_UWQ_V, object_name:JTF_TASK_UWQ_V, status:VALID, product: JTF - CRM Foundation , description: This view is used to get all the open tasks, assignments except that source object type is appointment or task type is escalation. , implementation_dba_data: APPS.JTF_TASK_UWQ_V ,
-
VIEW: APPS.JTF_TASK_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_UWQ_V, object_name:JTF_TASK_UWQ_V, status:VALID,
-
View: JTF_TASK_UWQ_MYOWN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TASK_UWQ_MYOWN_V, object_name:JTF_TASK_UWQ_MYOWN_V, status:VALID, product: JTF - CRM Foundation , description: Internal view used by the UWQ , implementation_dba_data: APPS.JTF_TASK_UWQ_MYOWN_V ,
-
VIEW: APPS.AST_LM_REL_EXPAND_ALL_V
12.1.1
-
VIEW: APPS.AST_LM_REL_EXPAND_V
12.1.1