FFS_CONFIG_LOG

Used to store configuration modification history.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_CONFIG_LOG_PK

CONFIG_LOG_ID

Columns

Name Datatype Length Precision Not-null Comments
CONFIG_LOG_ID NUMBER 10 Yes It is an unique ID of this record.
CONTEXT_ID NUMBER 8 Yes It is a reference to the screen where changes were made (security_module id).
ACTION_ID NUMBER 19 Yes It is a reference to an action.
COMPANY_ID NUMBER 10 Yes Deprecated. Will be removed soon.
USER_ID NUMBER 18 Yes It is a reference to a user id.
OLD_VALUE CLOB It is an old value of the configuration parameter.
NEW_VALUE CLOB It is a new value of the configuration parameter.
OPERATION VARCHAR2 6 It is a configuration operation.
TIME TIMESTAMP It is a time of the action with configuration parameter.
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_N1 Non Unique DATA CONTEXT_ID
FFS_CONFIG_LOG_N2 Non Unique DATA OPERATION
FFS_CONFIG_LOG_N3 Non Unique DATA TIME
FFS_CONFIG_LOG_PK Unique DATA CONFIG_LOG_ID