XLE_HISTORY_COLUMNS_TL

XLE_HISTORY_COLUMNS_TL contains the translations of the prompts for tracked legal entity and establishment attributes.

Details

  • Schema: FUSION

  • Object owner: XLE

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

XLE_HISTORY_COLUMNS_TL_PK

HISTORY_COLUMN_ID, LANGUAGE

Columns

Name Datatype Length Precision Not-null Comments
HISTORY_COLUMN_ID NUMBER 18 Yes Unique identifier of the history column. Not currently used.
SOURCE_COLUMN_PROMPT VARCHAR2 240 Yes Name of the prompt for the tracked column (translated column).
LANGUAGE VARCHAR2 4 Yes Indicates the code of the language into which the contents of the translatable columns are translated.
SOURCE_LANG VARCHAR2 4 Yes Indicates the code of the language in which the contents of the translatable columns were originally created.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to 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.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
ENTERPRISE_ID NUMBER 18 Enterprise or business group identifier.

Foreign Keys

Table Foreign Table Foreign Key Column
XLE_HISTORY_COLUMNS_TL xle_history_columns_b HISTORY_COLUMN_ID

Indexes

Index Uniqueness Tablespace Columns
XLE_HISTORY_COLUMNS_TL_U1 Unique Default HISTORY_COLUMN_ID, LANGUAGE