FFS_ROUTE_HISTORY

Contains a route modification history to be shown on a corresponding screen.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Columns

Name Datatype Length Precision Not-null Comments
ROUTE_ID NUMBER 10 Yes Route history reference to route identifier.
ACTION_ID NUMBER 19 Yes ID of a parent action_log record.
ACTION_TIME TIMESTAMP Route history time of the action in GMT format.
OPERATION_TIME TIMESTAMP Time when this operation is performed by user (GMT).
TRANSACTION_ID NUMBER 19 Yes Sequential ID of transaction that defines an order of operations inside of the system.
INTERFACE NUMBER 3 Yes Interface the action is performed from.
SCREEN_ID NUMBER 10 Yes ID of the screen the action is performed from (reserved for a future use).
USER_ID NUMBER 18 ID of the user the operation is performed by.
USER_AGENT_ID NUMBER 8 Route history identifier of the user agent info (browser info etc). Reference to ffs_http_user.agent_id.
OPERATION VARCHAR2 16 Identifier of the performed operation.
NEW_VALUE CLOB Route history new values of affected fields.
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.
ROUTE_HISTORY_ID NUMBER 18 Contains unique identifier of the row. System generated.

Indexes

Index Uniqueness Tablespace Columns
FFS_ROUTE_HISTORY_N1 Non Unique DATA ROUTE_ID
FFS_ROUTE_HISTORY_U1 Unique DATA ROUTE_HISTORY_ID