CSO_STG_INTENT

This is the comment for the table CSO_STG_INTENT.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_STG_INTENT_PK

CSO_STG_INTENT_ID

Columns

Name Datatype Length Not-null Comments
CREATED TIMESTAMP This is the time the event occurred.
CREATED_STR VARCHAR2 8 Yes Time the event occurred in 'YYYYMMDD' string format.
CSO_STG_INTENT_ID NUMBER Yes Unique ID of the row inserted in the database.
NAME VARCHAR2 100 This is the name of the intent for this record.
QUESTION_TXN_REF NUMBER Yes This is the ID of a search question.
SESSION_REF VARCHAR2 64 Yes A unique global ID to capture all work done by a user across various applications for a given session.

Indexes

Index Uniqueness Columns
CSO_STG_INTENT_U1 Unique CSO_STG_INTENT_ID
CSO_STG_INTENT_N1 Non Unique NAME
CSO_STG_INTENT_N2 Non Unique SESSION_REF, QUESTION_TXN_REF