FFS_STATS
Contains formulas used to calculate duration, travel, visit, and work zone keys.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
Name | Columns |
---|---|
FFS_STATS_PK |
KEY_STATUS, FIELD_TYPE, FIELD_ID, PROPERTY_ID, KEY_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
KEY_STATUS | VARCHAR2 | 16 | Yes | Status of the Statistics key indicates whether the key has been recalculated or not. | |
FIELD_TYPE | VARCHAR2 | 19 | Yes | Domain where the statistics key is employed. | |
FIELD_ID | VARCHAR2 | 1020 | Yes | Field name of the system property used in the key. | |
PROPERTY_ID | NUMBER | 10 | Yes | Unique identifier for the property used in the key. | |
FUNCTION_ID | NUMBER | 10 | Yes | Identifier of the function utilized to compute property values within the key. | |
KEY_LENGTH | NUMBER | 10 | Yes | Length of the property to be considered. | |
KEY_ORDER | NUMBER | 10 | Yes | Order of the property in the key. | |
KEY_ID | NUMBER | 5 | Yes | Unique identifier for the Statistics key type. | |
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_STATS_PK | Unique | DATA | KEY_STATUS, FIELD_TYPE, FIELD_ID, PROPERTY_ID, KEY_ID |
FFS_STATS_U1 | Unique | DATA | KEY_STATUS, FIELD_TYPE, KEY_ORDER, KEY_ID |