FFS_ACTIVITY_SUGGESTED_ACT

Data for machine learning prediction models to suggest more precise activities for users route.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_ACTIVITY_SUGGESTED_ACT_PK

ACTIVITY_SUGGESTED_ACT_ID

Columns

Name Datatype Length Precision Not-null Comments
ACTIVITY_SUGGESTED_ACT_ID NUMBER 10 Yes Unique identifier for activity suggestion action.
ACTIVITY_ID NUMBER 10 Activity Id of suggested activity is assigned.
PROVIDER_ID NUMBER 8 Yes Provider Id for whom suggested activity is assigned.
SUGGESTED_ACTION_TIME TIMESTAMP Yes Time when activity suggestion action was invoked.
IS_SKIPPED NUMBER 1 Yes Indicates whether activity suggestion action is skipped.
SKIP_REASON NUMBER 10 Reason of skipped activity suggestion action.
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_ACTIVITY_SUGGESTED_ACT_N1 Non Unique DATA PROVIDER_ID
FFS_ACTIVITY_SUGGESTED_ACT_N2 Non Unique DATA ACTIVITY_ID
FFS_ACTIVITY_SUGGESTED_ACT_U1 Unique DATA ACTIVITY_SUGGESTED_ACT_ID