FFS_SCHEDULING_STATS
Contains automatic routing statistics collected on bucket level 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) which the statistics is collected for. It is the foreign key to the table FFS_RESOURCE. | |
ROUTE_DATE | DATE | Yes | Date which the statistics is collected for. | ||
TOTAL_EVER_MOVED_BY_SCHEDULING | NUMBER | 10 | Yes | Number of activities that were scheduled automatically. | |
EFFICIENTLY_SCHEDULED | NUMBER | 10 | Yes | Number of efficiently routed activities. | |
MANUALLY_PROCESSED | NUMBER | 10 | Yes | Number of activities that were manually moved. | |
ASSIGNED_BY_DISPATCHER | NUMBER | 10 | Yes | Number of activities that assigned by a dispatcher. | |
BUCKET_CHANGED_BY_DISPATCHER | NUMBER | 10 | Yes | Number of activities that moved from a bucket to another bucket by dispatcher. | |
REORDERED_BY_DISPATCHER | NUMBER | 10 | Yes | Number of activities that moved by dispatcher to another position in the same route. | |
UNSCHEDULED_BY_DISPATCHER | NUMBER | 10 | Yes | Number of activities that moved by dispatcher from the field resource routes to a non-scheduled route. | |
UNASSIGNED_BY_DISPATCHER | NUMBER | 10 | Yes | Number of activities that moved by dispatcher from the field resource routes to a bucket. | |
RESCHEDULED_BY_DISPATCHER | NUMBER | 10 | Yes | Number of activities that moved by dispatcher from the field resource route to any route on another date. | |
REASSIGNED_BY_DISPATCHER | NUMBER | 10 | Yes | Number of activities that moved by dispatcher from a field resource to another field resource. | |
ASSIGNED_BY_FLD_RES | NUMBER | 10 | Yes | Number of activities that assigned by a field resource. | |
BUCKET_CHANGED_BY_FLD_RES | NUMBER | 10 | Yes | Number of activities that moved from a bucket to another bucket by field resource. | |
UNSCHEDULED_BY_FLD_RES | NUMBER | 10 | Yes | Number of activities that moved by field resource from the field resource routes to a non-scheduled route. | |
UNASSIGNED_BY_FLD_RES | NUMBER | 10 | Yes | Number of activities that moved by field resource from the field resource routes to a bucket. | |
RESCHEDULED_BY_FLD_RES | NUMBER | 10 | Yes | Number of activities that moved by field resource from the field resource route to any route on another date. | |
REASSIGNED_BY_FLD_RES | NUMBER | 10 | Yes | Number of activities that moved by field resource from a field resource to another field resource. | |
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_SCHEDULING_STATS_U1 | Unique | DATA | ROUTE_DATE, RESOURCE_ID |