FFS_CONFIG_LOG_ENTITY

Stores links between configuration log records and corresponding configuration objects.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_CONFIG_LOG_ENTITY_PK

CONFIG_LOG_ID, ENTITY_TYPE, ENTITY_ID

Columns

Name Datatype Length Precision Not-null Comments
CONFIG_LOG_ID NUMBER 10 Yes It is a reference to the corresponding configuration_log record.
ENTITY_TYPE NUMBER 8 Yes It is a type of the configured entity.
ENTITY_ID NUMBER 18 Yes It is an ID of the configured entity.
ENTITY_DESC VARCHAR2 1020 It is a description of the configured 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.

Indexes

Index Uniqueness Tablespace Columns
FFS_CONFIG_LOG_ENTITY_N1 Non Unique DATA ENTITY_TYPE, ENTITY_ID
FFS_CONFIG_LOG_ENTITY_PK Unique DATA CONFIG_LOG_ID, ENTITY_TYPE, ENTITY_ID