FFS_SCHED_SAVINGS_STATS
Contains routing savings statistics collected on the routing bucket level and for particular days.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| RESOURCE_ID | NUMBER | 10 | Yes | Identifier of the resource (bucket). It is the foreign key to the table FFS_RESOURCE. | |
| ROUTE_DATE | DATE | Yes | Date the statistics is collected for. | ||
| ROUTING_RUNS | NUMBER | 10 | Yes | Number of times the scheduling was run on this bucket/date. | |
| WORK_TIME_INCREASE | NUMBER | 10 | Yes | Total work time increase in the comparison with baseline settings. | |
| TRAVEL_TIME_REDUCTION | NUMBER | 10 | Yes | Total travel time reduction in the comparison with baseline settings. | |
| OVER_TIME_REDUCTION | NUMBER | 10 | Yes | Total overtime reduction in the comparison with baseline settings. | |
| 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_SAVINGS_STATS_U1 | Unique | DATA | ROUTE_DATE, RESOURCE_ID |