FFS_STATS_GRANULARITY

Granularity of Activity Duration and Travel Keys.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_STATS_GRANULARITY_PK

FIELD_TYPE, KEY_ID

Columns

Name Datatype Length Precision Not-null Comments
FIELD_TYPE VARCHAR2 19 Yes Type of Statistics key (appt_duration, appt_travel).
KEY_ID NUMBER 8 Yes Appointment key field_type. References CSKEY in COMPANY_STATS.
STATUS VARCHAR2 19 Denotes whether the granularity of the key_id is normal, broad or narrow.
VALUE NUMBER 8 Calculated Granularity for this key_id.
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_GRANULARITY_PK Unique DATA FIELD_TYPE, KEY_ID