Search Results cz_localized_texts
Overview
The CZ_LOCALIZED_TEXTS table is a core data object within the Oracle E-Business Suite Configurator (CZ) module. It functions as the central repository for all user-facing text strings displayed in the Configurator runtime interface. Its primary role is to enable the multi-language support essential for global deployments by storing translated versions of UI labels, messages, prompts, and other descriptive text. By decoupling textual content from application logic and storing it in a dedicated table, the Configurator can dynamically serve the appropriate language based on a user's session locale, facilitating a localized user experience.
Key Information Stored
The table's structure is designed to map unique text identifiers to their language-specific content. The critical columns, as indicated by the primary and foreign key constraints, are:
- INTL_TEXT_ID: A foreign key linking to the CZ_INTL_TEXTS table. This column holds the unique identifier for a specific piece of text (e.g., a label for a feature) that requires translation.
- LOCALE_ID / LANGUAGE: These columns identify the language and locale for the stored text. LOCALE_ID is a foreign key to the CZ_LOCALES table, which defines supported languages and territories. The primary key constraint includes LANGUAGE, signifying its critical role in uniquely identifying a localized entry for a given text ID.
- Text Content Column(s): While the provided metadata does not list all columns, a table of this nature typically contains at least one column (e.g., TEXT) to store the actual translated string corresponding to the INTL_TEXT_ID and LOCALE_ID combination.
Common Use Cases and Queries
This table is primarily accessed by the Configurator engine during runtime to render the UI. Common administrative and development use cases include:
- Translation Management: Extracting untranslated text for a new language or verifying translation coverage. A typical query would join CZ_LOCALIZED_TEXTS with CZ_INTL_TEXTS and CZ_LOCALES to find text IDs missing entries for a specific locale.
- UI Text Reporting and Validation: Generating reports of all displayed text for a given model or module to ensure consistency and correctness. This often involves complex joins through the CZ_INTL_TEXTS table to related configurator model objects.
- Troubleshooting: Querying for specific UI labels that appear incorrectly to identify missing or erroneous translations. A sample pattern:
SELECT * FROM cz_localized_texts WHERE intl_text_id = (SELECT intl_text_id FROM cz_intl_texts WHERE key = '&KEY') AND language = '&LANG_CODE';
Related Objects
The CZ_LOCALIZED_TEXTS table has integral relationships with other key Configurator schema objects, as defined by its foreign key constraints:
- CZ_INTL_TEXTS: This is the parent table, providing the master list of text identifiers (INTL_TEXT_ID) that require localization. The relationship ensures referential integrity for all translatable text.
- CZ_LOCALES: This table defines all application-supported languages and locale settings. The foreign key on LOCALE_ID validates that localized text is only stored for a properly defined locale.
- Configurator Runtime Engine: While not a database object, the runtime engine is the primary consumer of data from this table, querying it to fetch the correct text strings for the user's session context.
-
Table: CZ_LOCALIZED_TEXTS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_LOCALIZED_TEXTS, object_name:CZ_LOCALIZED_TEXTS, status:VALID, product: CZ - Configurator , description: Stores all texts that are displayed in Configurator runtime UI. Multi-language. , implementation_dba_data: CZ.CZ_LOCALIZED_TEXTS ,
-
Table: CZ_LOCALIZED_TEXTS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_LOCALIZED_TEXTS, object_name:CZ_LOCALIZED_TEXTS, status:VALID, product: CZ - Configurator , description: Stores all texts that are displayed in Configurator runtime UI. Multi-language. , implementation_dba_data: CZ.CZ_LOCALIZED_TEXTS ,
-
APPS.CZ_PS_COPY dependencies on CZ_LOCALIZED_TEXTS
12.2.2
-
APPS.CZ_BOM_SYNCH dependencies on CZ_LOCALIZED_TEXTS
12.2.2
-
APPS.CZ_UI_MGR dependencies on CZ_LOCALIZED_TEXTS
12.2.2
-
APPS.CZ_RULE_IMPORT dependencies on CZ_LOCALIZED_TEXTS
12.1.1
-
APPS.CZ_FCE_COMPILE dependencies on CZ_LOCALIZED_TEXTS
12.1.1
-
APPS.CZ_PB_MGR dependencies on CZ_LOCALIZED_TEXTS
12.1.1
-
APPS.CZ_IMP_PS_NODE dependencies on CZ_LOCALIZED_TEXTS
12.1.1
-
APPS.CZ_UIOA_PVT dependencies on CZ_LOCALIZED_TEXTS
12.1.1
-
APPS.CZ_BOM_SYNCH dependencies on CZ_LOCALIZED_TEXTS
12.1.1
-
APPS.OKC_XPRT_UTIL_PVT dependencies on CZ_LOCALIZED_TEXTS
12.1.1
-
APPS.CZ_LOCALIZED_TEXTS_PKG dependencies on CZ_LOCALIZED_TEXTS
12.1.1
-
APPS.CZ_LOGIC_GEN dependencies on CZ_LOCALIZED_TEXTS
12.2.2
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_LOCALIZED_TEXTS
12.1.1
-
APPS.CZ_DEVELOPER_UTILS_PVT dependencies on CZ_LOCALIZED_TEXTS
12.1.1
-
APPS.CZ_DEVELOPER_UTILS_PVT dependencies on CZ_LOCALIZED_TEXTS
12.2.2
-
APPS.CZ_IMP_PS_NODE dependencies on CZ_LOCALIZED_TEXTS
12.2.2
-
APPS.OKC_XPRT_UTIL_PVT dependencies on CZ_LOCALIZED_TEXTS
12.2.2
-
APPS.CZ_FCE_COMPILE dependencies on CZ_LOCALIZED_TEXTS
12.2.2
-
APPS.CZ_PS_COPY dependencies on CZ_LOCALIZED_TEXTS
12.1.1
-
APPS.CZ_LOGIC_GEN dependencies on CZ_LOCALIZED_TEXTS
12.1.1
-
APPS.CZ_UIOA_PVT dependencies on CZ_LOCALIZED_TEXTS
12.2.2
-
APPS.CZ_LOCALIZED_TEXTS_PKG dependencies on CZ_LOCALIZED_TEXTS
12.2.2
-
APPS.CZ_UI_GENERATOR dependencies on CZ_LOCALIZED_TEXTS
12.2.2
-
APPS.CZ_RULE_IMPORT dependencies on CZ_LOCALIZED_TEXTS
12.2.2
-
APPS.CZ_POPULATORS_PKG dependencies on CZ_LOCALIZED_TEXTS
12.2.2
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_LOCALIZED_TEXTS
12.2.2
-
APPS.CZ_PS_MGR dependencies on CZ_LOCALIZED_TEXTS
12.1.1
-
APPS.CZ_IMP_IM_XFR dependencies on CZ_LOCALIZED_TEXTS
12.2.2
-
APPS.CZ_PS_MGR dependencies on CZ_LOCALIZED_TEXTS
12.2.2
-
APPS.CZ_IMP_IM_XFR dependencies on CZ_LOCALIZED_TEXTS
12.1.1
-
APPS.CZ_UI_MGR dependencies on CZ_LOCALIZED_TEXTS
12.1.1
-
APPS.CZ_PB_MGR dependencies on CZ_LOCALIZED_TEXTS
12.2.2
-
APPS.CZ_POPULATORS_PKG dependencies on CZ_LOCALIZED_TEXTS
12.1.1
-
APPS.CZ_UI_GENERATOR dependencies on CZ_LOCALIZED_TEXTS
12.1.1
-
APPS.CZ_PS_MGR dependencies on CZ_BASE_MGR
12.2.2
-
APPS.CZ_PS_MGR dependencies on CZ_RULES
12.2.2
-
APPS.CZ_PS_MGR SQL Statements
12.2.2
-
APPS.CZ_LOCALIZED_TEXTS_PKG SQL Statements
12.2.2
-
APPS.CZ_LOCALIZED_TEXTS_PKG SQL Statements
12.1.1
-
APPS.CZ_PS_MGR dependencies on CZ_DEVL_PROJECTS
12.2.2
-
APPS.CZ_PS_MGR dependencies on CZ_PS_NODES
12.2.2
-
TRIGGER: APPS.CZ_LOCALIZED_TEXTS_VL_T1
12.2.2
-
PACKAGE BODY: APPS.CZ_LOCALIZED_TEXTS_PKG
12.1.1
-
PACKAGE BODY: APPS.CZ_LOCALIZED_TEXTS_PKG
12.2.2
-
APPS.CZ_PS_MGR dependencies on CZ_LCE_HEADERS
12.2.2
-
APPS.CZ_LOCALIZED_TEXTS_PKG dependencies on FND_LANGUAGES
12.2.2
-
PACKAGE BODY: APPS.CZ_PS_MGR
12.2.2
-
APPS.CZ_LOCALIZED_TEXTS_PKG dependencies on FND_LANGUAGES
12.1.1