ATC_CHAR_TRANSLATIONS

store informationof characteristics translations

Details

  • Schema: FUSION

  • Object owner: ATC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

atc_char_translations_PK

CHAR_TRANSLATION_ID

Columns

Name Datatype Length Precision Not-null Comments
CHAR_TRANSLATION_ID NUMBER 18 Yes unique identifier of characteristic translation
CHAR_TRANSLATION_VALUE VARCHAR2 200 Yes value of characteristic needs to be translated
CHAR_TRANSLATED_VALUE VARCHAR2 200 translated value of characterisitc
CHAR_LANGUAGE_CODE VARCHAR2 20 Yes languauge code of chosen language
ENTITY_ID NUMBER 18 Yes unique identifier of referenced entity
ENTITY_NAME VARCHAR2 100 Yes name of referenced entity
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Indexes

Index Uniqueness Tablespace Columns
atc_char_translations_N1 Non Unique Default ENTITY_ID
atc_char_translations_N2 Non Unique Default ENTITY_NAME
atc_char_translations_N3 Non Unique Default CHAR_LANGUAGE_CODE, ENTITY_ID
atc_char_translations_PK Unique Default CHAR_TRANSLATION_ID
atc_char_translations_U1 Unique Default CHAR_TRANSLATION_VALUE, CHAR_LANGUAGE_CODE, ENTITY_ID