ZCA_UC_USER_CLICK_STATS

This table stores the user clicks match with user context.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_UC_USER_CLICK_STATS_PK

CLICK_STAT_ID

Columns

Name Datatype Length Precision Not-null Comments
CLICK_STAT_ID NUMBER 18 Yes Unique Id and Primary Key of User Click Stats.
USER_GUID VARCHAR2 64 Yes User Identifier for an User
OBJECT_TYPE_CODE VARCHAR2 30 Yes The Object Type Code of a Business Object
CLICK_TOTAL NUMBER 9 Number of clicks the user has for the given object type
HIT_COUNT NUMBER 9 Number of clicks which can be found in the user context
TOPN_HIT_COUNT NUMBER 9 Number of clicks which can be found in top N items of the user context.
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_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.

Indexes

Index Uniqueness Tablespace Columns
ZCA_UC_USER_CLICK_STATS_N2 Non Unique Default OBJECT_TYPE_CODE
ZCA_UC_USER_CLICK_STATS_U1 Unique Default USER_GUID, OBJECT_TYPE_CODE
ZCA_UC_USER_CLICK_STATS_U2 Unique Default CLICK_STAT_ID