FFS_ASSIGNMENT_LOG

Stores modification history of activity assignment method fields. This information is required to perform a rollback of a routing run.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_ASSIGNMENT_LOG_PK

LOG_ID

Columns

Name Datatype Length Precision Not-null Comments
LOG_ID NUMBER 19 Yes Unique identifier of the log record.
ACTIVITY_ID NUMBER 10 Yes Identifier of the assigned activity.
ACTION_ID NUMBER 19 Yes Identifier of Routing Run action.
LOG_TIME TIMESTAMP Yes Date/Time of the log record (GMT).
AUTO_ROUTED_TO_RESOURCE_ID NUMBER 8 Identifier of the resource the activity was assigned to during the latest run of scheduler..
AUTO_ROUTED_TO_DATE DATE The date this activity was scheduled for during the latest Routing run.
FIRST_MANUAL_OPER NUMBER 3 The name of the first manual reschedule/move/reorder operation performed after an automatic one.
FIRST_MANUAL_OPER_USER_ID NUMBER 18 ID of the user who performed the first manual reschedule/move/reorder operation after an automatic one.
FIRST_MANUAL_OPER_INTERFACE NUMBER 3 The interface the first manual reschedule/move/reorder operation was performed from after an automatic one.
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_ASSIGNMENT_LOG_N1 Non Unique DATA ACTION_ID
FFS_ASSIGNMENT_LOG_PK Unique DATA LOG_ID