FFS_SCHED_CONFIGURATION

Contains additional parameters configured for routing plan.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_SCHED_CONFIGURATION_PK

ROUTING_PARAM_ID

Columns

Name Datatype Length Precision Not-null Comments
ROUTING_PARAM_ID NUMBER 10 Yes Identifier of an activity parameter that is sent to the scheduling engine as a part of the scheduling request.
ROUTING_PLAN_ID NUMBER 8 Yes Foreign key to the table FFS_SCHEDULING_PLAN.
ROUTING_PARAM_LABEL VARCHAR2 255 Label of an activity parameter that is sent to the scheduling engine as a part of the scheduling request.
ROUTING_PARAM_VALUE VARCHAR2 255 Value of an activity parameter that is sent to the scheduling engine as a part of the scheduling request.
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_SCHED_CONFIGURATION_PK Unique DATA ROUTING_PARAM_ID
FFS_SCHED_CONFIGURATION_U1 Unique DATA ROUTING_PLAN_ID, ROUTING_PARAM_LABEL