ZCA_USER_ACTION_TRACKING

This table stores telemetry data Capturing what Smart Action was performed when by which user.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_USER_ACTION_TRACKING_PK

USER_ACTION_TRACKING_ID

Columns

Name Datatype Length Precision Not-null Comments
USER_ACTION_TRACKING_ID NUMBER 18 Yes Auto generated primary key of the table.
USER_ID NUMBER 18 ID of User who invoked smart action, USER_ID of table per_users.
USER_ACTION_ID NUMBER 18 Yes USER_ACTION_ID in table zca_user_action.
USER_ACTION_NAME VARCHAR2 256 User action name, same with zca_user_action.USER_ACTION_NAME.
ENTITY VARCHAR2 150 Entity Name, Same style with zca_user_action.Entity.
ENTITY_PRIMARY_KEY_NAME VARCHAR2 60 Entity primary key field name.
ENTITY_PRIMARY_KEY_VALUE NUMBER 18 The primary key value of Entity.
ENTITY_STATE_VARIABLES VARCHAR2 4000 JSON format String to store Entity state variables name and value.
USER_ACTION_APPLICATION VARCHAR2 64 Application Name, such as ORACLE-Workspace-APP or ORACLE-ISS-APP.
USER_ACTION_SUCCESS_FLAG VARCHAR2 1 Is smart action invoked successfully.
TRANSACTION_REFERENCE VARCHAR2 128 value of process action rest call response header X-ORACLE-DMS-ECID
DRIVING_ATTRIBUTES_VALUE VARCHAR2 4000 Transaction object driving attributes and values in JSON Array format for smart action boosting.
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
ZCA_USER_ACTION_TRACKING_N1 Non Unique Default USER_ACTION_NAME
ZCA_USER_ACTION_TRACKING_N2 Non Unique Default ENTITY_PRIMARY_KEY_VALUE
ZCA_USER_ACTION_TRACKING_N3 Non Unique Default USER_ID
ZCA_USER_ACTION_TRACKING_N4 Non Unique Default ENTITY
ZCA_USER_ACTION_TRACKING_U1 Unique Default USER_ACTION_TRACKING_ID