FFS_ST_ACTY_KEY_DICT

Dictionary of activity keys for travel statistics.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FFS_ST_ACTY_KEY_DICT_PK

KEY_ID

Columns

Name Datatype Length Precision Not-null Comments
KEY_ID NUMBER 10 Yes Unique identifier for Activity Travel key value.
KEY_VALUE VARCHAR2 200 Value of the Activity Travel key.
TRAVEL_AVG NUMBER 10 Yes Average value of traveling time calculated based on all reported records.
TRAVEL_12_WEEKS_AVG NUMBER 10 Yes Average value of traveling time for the last 12 weeks.
TRAVEL_4_WEEKS_AVG NUMBER 10 Yes Average value of traveling time for the last 4 weeks.
TRAVEL_1_WEEK_AVG NUMBER 10 Yes Average value of traveling time for the last week.
TRAVEL_ACTIVITY_COUNT NUMBER 10 Yes Number of records used to calculate the traveling time.
TRAVEL_12W_ACTIVITY_COUNT NUMBER 10 Yes Number of activities used to calculate travel_4_weeks.
TRAVEL_4W_ACTIVITY_COUNT NUMBER 10 Yes Number of activities used to calculate travel_4_weeks.
TRAVEL_1W_ACTIVITY_COUNT NUMBER 10 Yes Number of records used to calculate the traveling time.
TRAVEL_KEY_COUNT NUMBER 10 Yes Number of unique origin travel keys in these records.
TRAVEL_12_WEEKS_KEY_COUNT NUMBER 10 Yes Number of unique origintravel keys in these records.
TRAVEL_4_WEEKS_KEY_COUNT NUMBER 10 Yes Number of unique origintravel keys in these records.
TRAVEL_1_WEEK_KEY_COUNT NUMBER 10 Yes Number of unique origin travel keys in these records.
COORD_ACTIVITY_COUNT NUMBER 10 Yes Number of activities used to calculate cood_x/coord_y.
COORD_X NUMBER 8 X coordinate (Longitude) of the center of the Activity Travel Key.
COORD_Y NUMBER 8 Y coordinate (Latitude) of the center of the Activity Travel Key.
COORD_X_MEDIAN NUMBER 8 Median of all x co-ordinates of the travel key.
COORD_Y_MEDIAN NUMBER 8 Median of all y co-ordinates of the travel key.
SPEED NUMBER 5 Average speed within the travel key.
PARKING_TIME NUMBER 4 Average parking time within the travel key.
SPEED_OVERRIDE NUMBER 5 Yes Customer provided speed override (in km/hr) for the travel key.
PARKING_TIME_OVERRIDE NUMBER 4 Yes Customer provided parking time override (in minutes) for the travel key.
ACTIVITY_KEY_TYPE NUMBER 5 Yes Key ID of the Appointment Travel Key.
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.
SLR_CORRECTION_PARAMETER NUMBER (12,3) Travel key level correction value (in minutes) that is calculated and stored by the Stats Wizard SLR correction script and added to the travel time obtained from the map provider.

Indexes

Index Uniqueness Tablespace Columns
FFS_ST_ACTY_KEY_DICT_PK Unique Default KEY_ID
FFS_ST_ACTY_KEY_DICT_U1 Unique Default KEY_VALUE, ACTIVITY_KEY_TYPE