Search Results cz_intl_texts
Overview
The CZ_INTL_TEXTS table is a core data object within the CZ (Configurator) module of Oracle E-Business Suite (EBS) releases 12.1.1 and 12.2.2. It serves as a master repository for internationalized text identifiers, acting as a central reference point for textual content that can be translated into multiple languages. Its primary role is to enable the multilingual capabilities of the Oracle Configurator by decoupling the unique identifier of a piece of text from its language-specific translations, which are stored in the related CZ_LOCALIZED_TEXTS table. The ETRM documentation explicitly marks this table as "OBSOLETE," indicating its structure and purpose are from a legacy implementation, but it remains a critical component of the data model for existing installations.
Key Information Stored
The table's structure is centered around a primary key that links to numerous other Configurator entities. The most critical column is INTL_TEXT_ID, which serves as the table's primary key (CZ_INTL_TEXTS_PK). This unique numeric identifier does not store the actual text; instead, it represents a specific textual concept or phrase within the Configurator model. Other columns in the table, while not detailed in the provided metadata, would typically include system-level audit columns such as CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, and LAST_UPDATED_BY to track record lifecycle, consistent with Oracle EBS standards.
Common Use Cases and Queries
The primary use case is retrieving the localized text for a given entity in a specific language. A developer or report would join CZ_INTL_TEXTS to a transactional table (like CZ_PS_NODES) and then to CZ_LOCALIZED_TEXTS to get the translated string. For example, to find the caption for a UI node in American English, one might use a query pattern such as:
- SELECT lt.text FROM cz_ui_nodes un, cz_intl_texts it, cz_localized_texts lt WHERE un.caption_id = it.intl_text_id AND it.intl_text_id = lt.intl_text_id AND lt.language = 'US' AND un.node_id = :p_node_id;
Another common scenario is auditing text usage across the model to understand dependencies before modifying or purging configuration data.
Related Objects
As evidenced by the foreign key relationships, CZ_INTL_TEXTS is a foundational table referenced by many key Configurator entities. Major related objects include:
- CZ_LOCALIZED_TEXTS: The direct child table where language-specific translations for each INTL_TEXT_ID are stored.
- CZ_PS_NODES: References the table twice, for general node text (INTL_TEXT_ID) and for violation messages (VIOLATION_TEXT_ID).
- CZ_UI_NODES: References it for user interface elements (CAPTION_ID and TOOL_TIP_ID).
- CZ_RULES: References it for rule-related messages (UNSATISFIED_MSG_ID and REASON_ID).
- CZ_DEVL_PROJECTS and CZ_LCE_LINES: Also utilize internationalized text identifiers, linking to this master table.
-
Table: CZ_INTL_TEXTS
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_INTL_TEXTS, object_name:CZ_INTL_TEXTS, status:VALID, product: CZ - Configurator , description: OBSOLETE , implementation_dba_data: CZ.CZ_INTL_TEXTS ,
-
Table: CZ_INTL_TEXTS
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_INTL_TEXTS, object_name:CZ_INTL_TEXTS, status:VALID, product: CZ - Configurator , description: OBSOLETE , implementation_dba_data: CZ.CZ_INTL_TEXTS ,
-
APPS.CZ_PS_COPY dependencies on CZ_INTL_TEXTS
12.2.2
-
APPS.CZ_UIOA_PVT dependencies on CZ_INTL_TEXTS
12.2.2
-
APPS.CZ_PB_MGR dependencies on CZ_INTL_TEXTS
12.2.2
-
APPS.CZ_POPULATORS_PKG dependencies on CZ_INTL_TEXTS
12.2.2
-
APPS.CZ_XML dependencies on CZ_INTL_TEXTS
12.2.2
-
APPS.CZ_POPULATORS_PKG dependencies on CZ_INTL_TEXTS
12.1.1
-
APPS.CZ_UI_GENERATOR dependencies on CZ_INTL_TEXTS
12.1.1
-
APPS.CZ_PB_MGR dependencies on CZ_INTL_TEXTS
12.1.1
-
APPS.CZ_PS_COPY dependencies on CZ_INTL_TEXTS
12.1.1
-
APPS.CZ_XML dependencies on CZ_INTL_TEXTS
12.1.1
-
APPS.CZ_UI_GENERATOR dependencies on CZ_INTL_TEXTS
12.2.2
-
APPS.CZ_PSFT_INTEGRATION_PVT dependencies on CZ_INTL_TEXTS
12.2.2
-
APPS.CZ_PSFT_INTEGRATION_PVT dependencies on CZ_INTL_TEXTS
12.1.1
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_INTL_TEXTS
12.2.2
-
APPS.CZ_UIOA_PVT dependencies on CZ_INTL_TEXTS
12.1.1
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_INTL_TEXTS
12.1.1
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_SIGNATURES
12.1.1
-
APPS.CZ_UI_GENERATOR dependencies on CZ_INTL_TEXTS_S
12.1.1
-
APPS.CZ_UI_GENERATOR dependencies on CZ_INTL_TEXTS_S
12.2.2
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_SIGNATURES
12.2.2
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_UI_TEMPLATES
12.2.2
-
VIEW: APPS.CZ_PSNODE_DIRECTPROP_INFO_V
12.1.1
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_UI_TEMPLATES
12.1.1
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_UI_TEMPLATE_ELEMENTS
12.1.1
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_UI_TEMPLATE_ELEMENTS
12.2.2
-
APPS.CZ_UIOA_PVT dependencies on CZ_INTL_TEXTS_S
12.2.2
-
VIEW: APPS.CZ_PSNODE_DIRECTPROP_INFO_V
12.2.2
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_UI_DEFS
12.2.2
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_UI_DEFS
12.1.1
-
APPS.CZ_XML dependencies on CZ_RULES
12.1.1
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_UI_CONT_TYPE_TEMPLS
12.1.1
-
View: CZ_PSNODE_DIRECTPROP_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_PSNODE_DIRECTPROP_INFO_V, object_name:CZ_PSNODE_DIRECTPROP_INFO_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_PSNODE_DIRECTPROP_INFO_V ,
-
VIEW: APPS.CZ_ITEM_PROPERTIES_V
12.1.1
-
VIEW: APPS.CZ_LOCALIZED_TEXTS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_LOCALIZED_TEXTS_VL, object_name:CZ_LOCALIZED_TEXTS_VL, status:VALID,
-
APPS.CZ_XML dependencies on CZ_RULES
12.2.2
-
APPS.CZ_UIOA_PVT dependencies on CZ_INTL_TEXTS_S
12.1.1
-
APPS.CZ_MODEL_CONVERT dependencies on CZ_UI_CONT_TYPE_TEMPLS
12.2.2
-
Table: CZ_RULES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_RULES, object_name:CZ_RULES, status:VALID, product: CZ - Configurator , description: Rules table , implementation_dba_data: CZ.CZ_RULES ,
-
Table: CZ_RULES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_RULES, object_name:CZ_RULES, status:VALID, product: CZ - Configurator , description: Rules table , implementation_dba_data: CZ.CZ_RULES ,
-
Table: CZ_UI_NODES
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_UI_NODES, object_name:CZ_UI_NODES, status:VALID, product: CZ - Configurator , description: Describes each UI node , implementation_dba_data: CZ.CZ_UI_NODES ,
-
Table: CZ_UI_NODES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_UI_NODES, object_name:CZ_UI_NODES, status:VALID, product: CZ - Configurator , description: Describes each UI node , implementation_dba_data: CZ.CZ_UI_NODES ,
-
View: CZ_PSNODE_DIRECTPROP_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_PSNODE_DIRECTPROP_INFO_V, object_name:CZ_PSNODE_DIRECTPROP_INFO_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_PSNODE_DIRECTPROP_INFO_V ,
-
VIEW: APPS.CZ_RP_BOM_MODELS_V
12.2.2
-
VIEW: APPS.CZ_ITEM_PROPERTIES_V
12.2.2
-
Table: CZ_IMP_INTL_TEXT
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_IMP_INTL_TEXT, object_name:CZ_IMP_INTL_TEXT, status:VALID, product: CZ - Configurator , description: OBSOLETE Data to be imported (or rejected) into CZ_INTL_TEXTS , implementation_dba_data: CZ.CZ_IMP_INTL_TEXT ,
-
Table: CZ_IMP_INTL_TEXT
12.1.1
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_IMP_INTL_TEXT, object_name:CZ_IMP_INTL_TEXT, status:VALID, product: CZ - Configurator , description: OBSOLETE Data to be imported (or rejected) into CZ_INTL_TEXTS , implementation_dba_data: CZ.CZ_IMP_INTL_TEXT ,
-
VIEW: APPS.CZ_RP_BOM_MODELS_V
12.1.1
-
Table: CZ_PS_NODES
12.2.2
owner:CZ, object_type:TABLE, fnd_design_data:CZ.CZ_PS_NODES, object_name:CZ_PS_NODES, status:VALID, product: CZ - Configurator , description: Project structure nodes , implementation_dba_data: CZ.CZ_PS_NODES ,