ZCA_USER_ACTION_SCORE

This table stores score data what was generated by smart action telemertry data. Smart action list will be sorted by score data.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_USER_ACTION_SCORE_PK

USER_ACTION_SCORE_ID

Columns

Name Datatype Length Precision Not-null Comments
USER_ACTION_SCORE_ID NUMBER 18 Yes Auto generated primary key of the table.
USER_ACTION_ID NUMBER 18 Yes USER_ACTION_ID in table zca_user_action.
ENTITY VARCHAR2 150 Yes REST Resource Name.
DRIVING_ATTRIBUTE_NAME VARCHAR2 60 An attribute that is significant in determining the relevancy of an action for transactional objects. Empty for Reference Objects.
DRIVING_ATTRIBUTE_VALUE VARCHAR2 128 The value corresponding to the Driving attribute name.
USER_ACTION_SCORE NUMBER 12 Yes A computed value based on the usage.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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
ZCA_USER_ACTION_SCORE_U1 Unique Default USER_ACTION_SCORE_ID