CSO_STG_EVENT_DEF

This is the comment for the table CSO_STG_EVENT_DEF.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_STG_EVENT_DEF_PK

EVENT_NAME

Columns

Name Datatype Length Not-null Comments Status
ACTIVE VARCHAR2 5 Yes Whether the event will be processed and logged.
COMMENTS VARCHAR2 1000 Additional comments on the event.
DATE_UPDATED TIMESTAMP This is the date the row was last updated.
EVENT_NAME VARCHAR2 50 Yes The unique name of the event to be logged.
LOCATION VARCHAR2 50 Yes The staging table this event will be logged to
PRODUCT VARCHAR2 50 Yes Whether this is an event coming from Answerflow, IM or Search
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file. Obsolete

Indexes

Index Uniqueness Tablespace Columns
CSO_STG_EVENT_DEF_U1 Unique Default EVENT_NAME