Search Results hz_styles_tl
Overview
The HZ_STYLES_TL table is a core data object within the Oracle E-Business Suite (EBS) Trading Community Architecture (TCA) framework, specifically under the Receivables (AR) product family. As indicated by its "TL" suffix, it is a translation table. Its primary role is to store language-specific, translatable descriptions for the style codes defined in its base table, HZ_STYLES_B. This structure enables the EBS application to support multiple languages, allowing the descriptive meaning of a style (e.g., "Mr.", "Ms.", "Dr.") to be presented in a user's preferred language while maintaining a single, language-independent code in the base table for referential integrity and processing logic.
Key Information Stored
The table stores the translated textual representation of style codes. Based on its documented primary key and standard TCA translation table conventions, its critical columns include:
- STYLE_CODE: The unique identifier for the style, serving as the foreign key link to HZ_STYLES_B.STYLE_CODE.
- LANGUAGE: The language code (e.g., 'US', 'FR', 'DE') for the translated text.
- SOURCE_LANG: A column typically present in TL tables, indicating the original language of the source data.
- STYLE_NAME or DESCRIPTION: The column (exact name inferred from standard patterns) containing the actual translated description of the style for the specified language.
The combination of STYLE_CODE and LANGUAGE forms the table's primary key, ensuring only one translation exists per style per language.
Common Use Cases and Queries
This table is primarily accessed to retrieve localized style descriptions for UI display, reports, and data extracts. A common pattern is to join it with the base table, filtering by the session or a specific language. For example, to retrieve all style descriptions for a French-language session:
- SELECT s.STYLE_CODE, tl.STYLE_NAME FROM HZ_STYLES_B s, HZ_STYLES_TL tl WHERE s.STYLE_CODE = tl.STYLE_CODE AND tl.LANGUAGE = userenv('LANG');
Another critical use case is during the installation of a new language, where seed data for style translations is loaded into this table. Reporting on missing translations for a given style code across installed languages is also a typical administrative query, often joining to FND_LANGUAGES.
Related Objects
The table has a direct, documented relationship with its base table, as per the provided foreign key metadata:
- Base Table: HZ_STYLES_B - The foreign key constraint links HZ_STYLES_TL.STYLE_CODE to HZ_STYLES_B.STYLE_CODE. This is a master-detail relationship where HZ_STYLES_B holds the seed data and HZ_STYLES_TL holds its translations.
In the broader TCA model, styles are used by party and person definitions. Therefore, this table is indirectly related to core entities like HZ_PARTIES and HZ_PERSON_PROFILES, which reference a STYLE_CODE. For application access, the TCA Data Dictionary and associated public APIs (e.g., in package HZ_STYLE_PUB) provide the approved methods for interacting with this data, rather than direct SQL queries.
-
Table: HZ_STYLES_TL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_STYLES_TL, object_name:HZ_STYLES_TL, status:VALID, product: AR - Receivables , description: Translation table for HZ_STYLES_B , implementation_dba_data: AR.HZ_STYLES_TL ,
-
Table: HZ_STYLES_TL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_STYLES_TL, object_name:HZ_STYLES_TL, status:VALID, product: AR - Receivables , description: Translation table for HZ_STYLES_B , implementation_dba_data: AR.HZ_STYLES_TL ,
-
APPS.HZ_NAME_ADDRESS_FMT_VALIDATE dependencies on HZ_STYLES_TL
12.1.1
-
APPS.HZ_STYLES_PKG dependencies on HZ_STYLES_TL
12.2.2
-
APPS.HZ_STYLES_PKG dependencies on HZ_STYLES_TL
12.1.1
-
APPS.HZ_NAME_ADDRESS_FMT_VALIDATE dependencies on HZ_STYLES_TL
12.2.2
-
APPS.HZ_STYLES_PKG SQL Statements
12.1.1
-
VIEW: AR.HZ_STYLES_TL#
12.2.2
owner:AR, object_type:VIEW, object_name:HZ_STYLES_TL#, status:VALID,
-
APPS.HZ_STYLES_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.HZ_STYLES_PKG SQL Statements
12.2.2
-
APPS.HZ_STYLES_PKG dependencies on FND_LANGUAGES
12.2.2
-
VIEW: APPS.HZ_STYLES_VL
12.1.1
-
PACKAGE BODY: APPS.HZ_STYLES_PKG
12.1.1
-
SYNONYM: APPS.HZ_STYLES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_STYLES_TL, status:VALID,
-
PACKAGE BODY: APPS.HZ_STYLES_PKG
12.2.2
-
VIEW: AR.HZ_STYLES_TL#
12.2.2
-
APPS.HZ_STYLES_PKG dependencies on HZ_STYLES_B
12.1.1
-
TRIGGER: APPS.HZ_STYLES_TL+
12.2.2
-
APPS.HZ_STYLES_PKG dependencies on HZ_STYLES_B
12.2.2
-
SYNONYM: APPS.HZ_STYLES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_STYLES_TL, status:VALID,
-
VIEW: APPS.CSM_HZ_STYLES_V
12.1.1
-
VIEW: APPS.HZ_STYLES_VL
12.2.2
-
TRIGGER: APPS.HZ_STYLES_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:HZ_STYLES_TL+, status:VALID,
-
VIEW: APPS.CSM_HZ_STYLES_V
12.2.2
-
VIEW: APPS.HZ_STYLES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_STYLES_VL, object_name:HZ_STYLES_VL, status:VALID,
-
FUNCTION: APPS.HZ_STYLES_TL=
12.2.2
-
TABLE: AR.HZ_STYLES_TL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_STYLES_TL, object_name:HZ_STYLES_TL, status:VALID,
-
TABLE: AR.HZ_STYLES_TL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_STYLES_TL, object_name:HZ_STYLES_TL, status:VALID,
-
Table: HZ_STYLES_B
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_STYLES_B, object_name:HZ_STYLES_B, status:VALID, product: AR - Receivables , description: Styles to classify formats. , implementation_dba_data: AR.HZ_STYLES_B ,
-
FUNCTION: APPS.HZ_STYLES_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:HZ_STYLES_TL=, status:VALID,
-
PACKAGE BODY: APPS.HZ_STYLES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_STYLES_PKG, status:VALID,
-
VIEW: APPS.HZ_STYLES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_STYLES_VL, object_name:HZ_STYLES_VL, status:VALID,
-
Table: HZ_STYLES_B
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_STYLES_B, object_name:HZ_STYLES_B, status:VALID, product: AR - Receivables , description: Styles to classify formats. , implementation_dba_data: AR.HZ_STYLES_B ,
-
APPS.HZ_NAME_ADDRESS_FMT_VALIDATE dependencies on HZ_STYLES_B
12.2.2
-
View: HZ_STYLES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_STYLES_VL, object_name:HZ_STYLES_VL, status:VALID, product: AR - Receivables , description: Translation view for name and address formatting styles , implementation_dba_data: APPS.HZ_STYLES_VL ,
-
View: HZ_STYLES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_STYLES_VL, object_name:HZ_STYLES_VL, status:VALID, product: AR - Receivables , description: Translation view for name and address formatting styles , implementation_dba_data: APPS.HZ_STYLES_VL ,
-
PACKAGE BODY: APPS.HZ_NAME_ADDRESS_FMT_VALIDATE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_NAME_ADDRESS_FMT_VALIDATE, status:VALID,
-
APPS.HZ_STYLES_PKG dependencies on HZ_UTILITY_V2PUB
12.2.2
-
APPS.HZ_NAME_ADDRESS_FMT_VALIDATE dependencies on HZ_STYLES_B
12.1.1
-
PACKAGE BODY: APPS.HZ_STYLES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_STYLES_PKG, status:VALID,
-
APPS.HZ_STYLES_PKG dependencies on FND_API
12.1.1
-
APPS.HZ_STYLES_PKG dependencies on FND_API
12.2.2
-
VIEW: APPS.CSM_HZ_STYLES_V
12.1.1
owner:APPS, object_type:VIEW, object_name:CSM_HZ_STYLES_V, status:VALID,
-
APPS.HZ_STYLES_PKG dependencies on HZ_UTILITY_V2PUB
12.1.1
-
PACKAGE BODY: APPS.HZ_NAME_ADDRESS_FMT_VALIDATE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_NAME_ADDRESS_FMT_VALIDATE, status:VALID,
-
VIEW: APPS.CSM_HZ_STYLES_V
12.2.2
owner:APPS, object_type:VIEW, object_name:CSM_HZ_STYLES_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2