Search Results hz_style_fmt_locales
Overview
The HZ_STYLE_FMT_LOCALES table is a foundational data object within the Oracle E-Business Suite (EBS) Receivables (AR) module, specifically in the context of the Trading Community Architecture (TCA). It functions as a reference table that defines specific geographical and linguistic locales for style formats. These style formats govern the standardized presentation and validation rules for critical data elements, such as addresses, phone numbers, and tax identifiers, across the application. By linking a style format to a combination of language and territory, this table enables Oracle EBS to apply the correct formatting and validation rules based on a party's location, ensuring data consistency and compliance with regional standards.
Key Information Stored
The table's primary purpose is to map a unique locale to a specific style format. Its key columns include the surrogate primary key, STYLE_FMT_LOCALE_ID, and the critical foreign key, STYLE_FORMAT_CODE, which links to the master list of formats in HZ_STYLE_FORMATS_B. The locale is defined by the combination of LANGUAGE_CODE and TERRITORY_CODE, which reference the FND_LANGUAGES and FND_TERRITORIES tables, respectively. This structure allows for granular control, supporting scenarios where a format may differ for the same territory but a different language (e.g., French versus English formatting in Canada) or for the same language across different territories.
Common Use Cases and Queries
A primary use case is the validation and formatting of postal addresses during data entry for customers, suppliers, or sites. When a user enters an address, the application queries this table to determine the applicable style format based on the entered country (territory) and language. For reporting or administration, common queries involve listing all locale assignments for a given style format or identifying which format is applied to a specific locale. A typical SQL pattern to retrieve this mapping would be:
- SELECT sfl.style_format_code, sfl.territory_code, sfl.language_code, fl.meaning as language_name FROM hz_style_fmt_locales sfl, fnd_languages fl WHERE sfl.language_code = fl.language_code AND sfl.territory_code = 'US';
Related Objects
The HZ_STYLE_FMT_LOCALES table is centrally connected to several key EBS foundation and TCA tables through documented foreign key relationships. It is a child table to HZ_STYLE_FORMATS_B, joined via the STYLE_FORMAT_CODE column, which holds the master definition of the format rules. For locale resolution, it references two standard Oracle application tables: FND_LANGUAGES (via LANGUAGE_CODE) and FND_TERRITORIES (via TERRITORY_CODE). These relationships ensure that the locale assignments are valid and that the style formats are invoked correctly by the TCA data management and validation engines throughout the suite.
-
Table: HZ_STYLE_FMT_LOCALES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_STYLE_FMT_LOCALES, object_name:HZ_STYLE_FMT_LOCALES, status:VALID, product: AR - Receivables , description: Specific locations for style formats. , implementation_dba_data: AR.HZ_STYLE_FMT_LOCALES ,
-
Table: HZ_STYLE_FMT_LOCALES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_STYLE_FMT_LOCALES, object_name:HZ_STYLE_FMT_LOCALES, status:VALID, product: AR - Receivables , description: Specific locations for style formats. , implementation_dba_data: AR.HZ_STYLE_FMT_LOCALES ,
-
APPS.HZ_STYLE_FMT_LOCALE_V2PUB dependencies on HZ_STYLE_FMT_LOCALES
12.2.2
-
APPS.HZ_NAME_ADDRESS_FMT_VALIDATE dependencies on HZ_STYLE_FMT_LOCALES
12.1.1
-
APPS.HZ_STYLE_FMT_LOCALES_PKG dependencies on HZ_STYLE_FMT_LOCALES
12.2.2
-
APPS.HZ_FORMAT_PUB dependencies on HZ_STYLE_FMT_LOCALES
12.2.2
-
APPS.HZ_FORMAT_PUB dependencies on HZ_STYLE_FMT_LOCALES
12.1.1
-
APPS.HZ_STYLE_FMT_LOCALE_V2PUB dependencies on HZ_STYLE_FMT_LOCALES
12.1.1
-
APPS.HZ_STYLE_FMT_LOCALES_PKG dependencies on HZ_STYLE_FMT_LOCALES
12.1.1
-
APPS.HZ_NAME_ADDRESS_FMT_VALIDATE dependencies on HZ_STYLE_FMT_LOCALES
12.2.2
-
APPS.HZ_STYLE_FMT_LOCALES_PKG SQL Statements
12.2.2
-
VIEW: AR.HZ_STYLE_FMT_LOCALES#
12.2.2
-
VIEW: AR.HZ_STYLE_FMT_LOCALES#
12.2.2
owner:AR, object_type:VIEW, object_name:HZ_STYLE_FMT_LOCALES#, status:VALID,
-
VIEW: APPS.JTM_HZ_STYLE_FMT_LOCALES_V
12.1.1
-
SYNONYM: APPS.HZ_STYLE_FMT_LOCALES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_STYLE_FMT_LOCALES, status:VALID,
-
TRIGGER: APPS.HZ_STYLE_FMT_LOCALES+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:HZ_STYLE_FMT_LOCALES+, status:VALID,
-
APPS.HZ_STYLE_FMT_LOCALES_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.HZ_STYLE_FMT_LOCALES_PKG
12.2.2
-
VIEW: APPS.CSM_HZ_STYLE_FMT_LOCALES_V
12.1.1
-
VIEW: APPS.JTM_HZ_STYLE_FMT_LOCALES_V
12.2.2
-
VIEW: APPS.CSM_HZ_STYLE_FMT_LOCALES_V
12.2.2
-
APPS.HZ_STYLE_FMT_LOCALES_PKG dependencies on HZ_STYLE_FMT_LOCALES_S
12.2.2
-
APPS.HZ_STYLE_FMT_LOCALES_PKG dependencies on HZ_STYLE_FMT_LOCALES_S
12.1.1
-
SYNONYM: APPS.HZ_STYLE_FMT_LOCALES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_STYLE_FMT_LOCALES, status:VALID,
-
TABLE: AR.HZ_STYLE_FMT_LOCALES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_STYLE_FMT_LOCALES, object_name:HZ_STYLE_FMT_LOCALES, status:VALID,
-
TABLE: AR.HZ_STYLE_FMT_LOCALES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_STYLE_FMT_LOCALES, object_name:HZ_STYLE_FMT_LOCALES, status:VALID,
-
TRIGGER: APPS.HZ_STYLE_FMT_LOCALES+
12.2.2
-
PACKAGE BODY: APPS.HZ_STYLE_FMT_LOCALES_PKG
12.1.1
-
Table: HZ_STYLE_FORMATS_B
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_STYLE_FORMATS_B, object_name:HZ_STYLE_FORMATS_B, status:VALID, product: AR - Receivables , description: Specific formats valid for one or more locations. , implementation_dba_data: AR.HZ_STYLE_FORMATS_B ,
-
Table: HZ_STYLE_FORMATS_B
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_STYLE_FORMATS_B, object_name:HZ_STYLE_FORMATS_B, status:VALID, product: AR - Receivables , description: Specific formats valid for one or more locations. , implementation_dba_data: AR.HZ_STYLE_FORMATS_B ,
-
FUNCTION: APPS.HZ_STYLE_FMT_LOCALES=
12.2.2
-
PACKAGE BODY: APPS.HZ_FORMAT_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_FORMAT_PUB, status:VALID,
-
PACKAGE BODY: APPS.HZ_STYLE_FMT_LOCALES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_STYLE_FMT_LOCALES_PKG, status:VALID,
-
APPS.HZ_STYLE_FMT_LOCALE_V2PUB dependencies on FND_MESSAGE
12.1.1
-
APPS.HZ_STYLE_FMT_LOCALE_V2PUB dependencies on FND_MESSAGE
12.2.2
-
VIEW: APPS.JTM_HZ_STYLE_FMT_LOCALES_V
12.1.1
owner:APPS, object_type:VIEW, object_name:JTM_HZ_STYLE_FMT_LOCALES_V, status:VALID,
-
VIEW: APPS.CSM_HZ_STYLE_FMT_LOCALES_V
12.2.2
owner:APPS, object_type:VIEW, object_name:CSM_HZ_STYLE_FMT_LOCALES_V, status:VALID,
-
VIEW: APPS.JTM_HZ_STYLE_FMT_LOCALES_V
12.2.2
owner:APPS, object_type:VIEW, object_name:JTM_HZ_STYLE_FMT_LOCALES_V, status:VALID,
-
PACKAGE BODY: APPS.HZ_STYLE_FMT_LOCALES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_STYLE_FMT_LOCALES_PKG, status:VALID,
-
FUNCTION: APPS.HZ_STYLE_FMT_LOCALES=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:HZ_STYLE_FMT_LOCALES=, status:VALID,
-
PACKAGE BODY: APPS.HZ_STYLE_FMT_LOCALE_V2PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_STYLE_FMT_LOCALE_V2PUB, status:VALID,
-
PACKAGE BODY: APPS.HZ_STYLE_FMT_LOCALE_V2PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_STYLE_FMT_LOCALE_V2PUB, status:VALID,
-
PACKAGE BODY: APPS.HZ_FORMAT_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_FORMAT_PUB, status:VALID,
-
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,
-
Table: FND_TERRITORIES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_TERRITORIES, object_name:FND_TERRITORIES, status:VALID, product: FND - Application Object Library , description: Territories, also known as countries , implementation_dba_data: APPLSYS.FND_TERRITORIES ,
-
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,
-
APPS.HZ_STYLE_FMT_LOCALES_PKG dependencies on FND_API
12.2.2
-
VIEW: APPS.CSM_HZ_STYLE_FMT_LOCALES_V
12.1.1
owner:APPS, object_type:VIEW, object_name:CSM_HZ_STYLE_FMT_LOCALES_V, status:VALID,
-
Table: FND_TERRITORIES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_TERRITORIES, object_name:FND_TERRITORIES, status:VALID, product: FND - Application Object Library , description: Territories, also known as countries , implementation_dba_data: APPLSYS.FND_TERRITORIES ,
-
APPS.HZ_NAME_ADDRESS_FMT_VALIDATE dependencies on HZ_STYLE_FMT_LOCALE_V2PUB
12.1.1