ZCA_USER_ACTION_CONSUMERS

This table stores information related to Smart action consumer registration for use.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_USER_ACTION_CONSUMER_PK

USER_ACTION_CONSUMER_ID

Columns

Name Datatype Length Precision Not-null Comments
USER_ACTION_CONSUMER_ID NUMBER 18 Yes This is the auto generated primary key.
USER_ACTION_ID NUMBER 18 Yes This is the ID of the smart action.
USER_ACTION_NAME VARCHAR2 256 Yes This is the name of the smart action.
USER_ACTION_CONSUMER_NAME VARCHAR2 64 Yes This is the name of smart action consumer.
USER_ACTION_CONSUMER_OBJECT_ID VARCHAR2 128 Yes This is the key that uniquely identifies the consuming object.
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_CONSUMERS_N1 Non Unique Default USER_ACTION_NAME
ZCA_USER_ACTION_CONSUMERS_PK Unique Default USER_ACTION_CONSUMER_ID
ZCA_USER_ACTION_CONSUMERS_U2 Unique Default USER_ACTION_ID, USER_ACTION_CONSUMER_NAME, USER_ACTION_CONSUMER_OBJECT_ID