DBA Data[Home] [Help] [Dependency Information]


TABLE: CZ.CZ_IMP_LOCALIZED_TEXTS

Object Details
Object Name: CZ_IMP_LOCALIZED_TEXTS
Object Type: TABLE
Owner: CZ
FND Design Data: TableCZ.CZ_IMP_LOCALIZED_TEXTS
Subobject Name:
Status: VALID


Import table for CZ_LOCALIZED_TEXTS


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CZ_IMP_LOCALIZED_TEXTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnRUN_ID
ColumnREC_STATUS
CZ_IMP_LOCALIZED_TEXTS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnRUN_ID
ColumnINTL_TEXT_ID
ColumnDISPOSITION
ColumnLANGUAGE
CZ_IMP_LOCALIZED_TEXTS_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnRUN_ID
ColumnORIG_SYS_REF
Columns
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)
Associates this localized text with the locale in which it applies
LOCALIZED_STR VARCHAR2 (2000)
Contains a version of an CZ_INTL_TEXTS string localized for the locale specified in LOCALE_ID
INTL_TEXT_ID NUMBER (15)
Locale-independent identity of this text, per CZ_INTL_TEXTS table
CREATION_DATE DATE

Standard field recording the date this record was created
LAST_UPDATE_DATE DATE

Standard field recording the date/time this record was last updated
DELETED_FLAG VARCHAR2 (1)
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)
Standard field recording the ID of the user that created this record
LAST_UPDATED_BY NUMBER (15)
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
LANGUAGE VARCHAR2 (4)
Language code for the language to which this record applies
ORIG_SYS_REF VARCHAR2 (255)
Contains a reference value identifying the source data from which this record is imported
SOURCE_LANG VARCHAR2 (4)
Code of the actual language of the LOCALIZED_STR field
RUN_ID NUMBER

Contains a number indicating the import run in which this record was loaded/processed
REC_STATUS VARCHAR2 (4)
Records a coded status describing the import results for this record; if null, it indicates the record has not yet it indicates the record has not yet been completely processed
DISPOSITION VARCHAR2 (1)
Indicates whether the record was inserted, updated, unchanged, or rejected
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)
FSK_DEVLPROJECT_1_1 VARCHAR2 (255)
Surrogate-key reference to CZ_(IMP_)DEVL_PROJECTS orig_sys_ref for resolving the MODEL_ID field
MESSAGE VARCHAR2 (2000)
Import status message
SEEDED_FLAG VARCHAR2 (1)
'1' indicates this record is part of Configurator installation
Query Text

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
,      LANGUAGE
,      ORIG_SYS_REF
,      SOURCE_LANG
,      RUN_ID
,      REC_STATUS
,      DISPOSITION
,      MODEL_ID
,      FSK_DEVLPROJECT_1_1
,      MESSAGE
,      SEEDED_FLAG
FROM CZ.CZ_IMP_LOCALIZED_TEXTS;

Dependencies

[top of page]

CZ.CZ_IMP_LOCALIZED_TEXTS does not reference any database object

CZ.CZ_IMP_LOCALIZED_TEXTS is referenced by following:

SchemaAPPS
SynonymCZ_IMP_LOCALIZED_TEXTS