[Home] [Help]
[Dependency Information]
| Object Name: | CZ_LOCALIZED_TEXTS |
|---|---|
| Object Type: | TABLE |
| Owner: | CZ |
| FND Design Data: | CZ.CZ_LOCALIZED_TEXTS
|
| Subobject Name: | |
| Status: | VALID |
This is the combined base and translations table for all texts displayed in the Configurator runtime User Interface. (Apps MLS entity case III.)
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CZ_LOCALIZED_TEXTS_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
LANGUAGE
INTL_TEXT_ID
|
| CZ_LOCALIZED_TEXTS_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
INTL_TEXT_ID
|
| CZ_LOCALIZED_TEXTS_N2 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
LOCALE_ID
|
| CZ_LOCALIZED_TEXTS_N3 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
ORIG_SYS_REF
|
| CZ_LOCALIZED_TEXTS_N4 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
UI_DEF_ID
|
| CZ_LOCALIZED_TEXTS_N5 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
MODEL_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LAST_UPDATE_LOGIN | NUMBER | (15) | Records the login ID under which this record was last updated | |
| LOCALE_ID | NUMBER | (9) | UNUSED | |
| LOCALIZED_STR | VARCHAR2 | (2000) | Contains a localization of an CZ_INTL_TEXTS string localized for the language specified in LANGUAGE | |
| INTL_TEXT_ID | NUMBER | (15) | Yes | PK. Locale-independent identity of this text, per CZ_INTL_TEXTS table |
| CREATION_DATE | DATE | Yes | Standard field recording the date this record was created | |
| LAST_UPDATE_DATE | DATE | Yes | Standard field recording the date/time this record was last updated | |
| DELETED_FLAG | VARCHAR2 | (1) | Yes | Standard flag; '0' indicates the record is active, '1' means deleted. Other values are reserved |
| EFF_FROM | DATE | UNUSED | ||
| EFF_TO | DATE | UNUSED | ||
| CREATED_BY | NUMBER | (15) | Yes | Standard field recording the ID of the user that created this record |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard field recording the ID of the user that last updated this record |
| SECURITY_MASK | VARCHAR2 | (40) | UNUSED | |
| EFF_MASK | VARCHAR2 | (40) | UNUSED | |
| CHECKOUT_USER | VARCHAR2 | (40) | UNUSED | |
| ORIG_SYS_REF | VARCHAR2 | (255) | Contains the source identity of this text when imported | |
| LANGUAGE | VARCHAR2 | (4) | Yes | PK. Identifies the language for which this text entry is to be used. |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | Indicates the actual language in which this text is stored. |
| UI_DEF_ID | NUMBER | Holds UI_DEF_ID value when text is associated with a UI | ||
| MODEL_ID | NUMBER | Holds devl_project_id of model that refers to this text. We may want to make this NOT NULL in a later revision, but we'll need to write upgrade code to make this happen. (Issue: currently import can create shared intl_texts) | ||
| SEEDED_FLAG | VARCHAR2 | (1) | '1' indicates this is a seeded expr node | |
| PERSISTENT_INTL_TEXT_ID | NUMBER | |||
| UI_PAGE_ID | NUMBER | FK to cz_ui_pages, along with ui_def_id. This field must be populated for texts associated with UI pages. | ||
| UI_PAGE_ELEMENT_ID | VARCHAR2 | (255) | Pseudo-FK to cz_ui_page_elements, along with ui_def_id and ui_page_id. This element identifier may not be present in cz_ui_page_elements. It may only exist in the XML for the page. |
Cut, paste (and edit) the following text to query this object:
SELECT LAST_UPDATE_LOGIN
, LOCALE_ID
, LOCALIZED_STR
, INTL_TEXT_ID
, CREATION_DATE
, LAST_UPDATE_DATE
, DELETED_FLAG
, EFF_FROM
, EFF_TO
, CREATED_BY
, LAST_UPDATED_BY
, SECURITY_MASK
, EFF_MASK
, CHECKOUT_USER
, ORIG_SYS_REF
, LANGUAGE
, SOURCE_LANG
, UI_DEF_ID
, MODEL_ID
, SEEDED_FLAG
, PERSISTENT_INTL_TEXT_ID
, UI_PAGE_ID
, UI_PAGE_ELEMENT_ID
FROM CZ.CZ_LOCALIZED_TEXTS;
CZ.CZ_LOCALIZED_TEXTS does not reference any database object
CZ.CZ_LOCALIZED_TEXTS is referenced by following:
CZ
CZ_LOCALIZED_TEXTS#
|
|
|
|