CSO_TASK_LOG

This table contains the log of the current work related to a specific task

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_TASK_LOG_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
DATE_ADDED TIMESTAMP Yes This is the date that the record was added to the repository.
DATE_MODIFIED TIMESTAMP Yes This is the date that the record was modified.
LOG_TYPE NUMBER Numeric value used as indicator of the lookupcode for the type of log associated with a task
OBJECT_ID VARCHAR2 32 This is the GUID for the IM opbject associated with the task
REPOSITORY_ID VARCHAR2 32 This is the GUID for the repository associated with this log
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
TASK_TYPE NUMBER Numeric value used as indicator of the lookupcode for the type of task the log is associated with

Indexes

Index Uniqueness Columns
CSO_TASK_LOG_U1 Unique RECORD_ID
CSO_TASK_LOG_N1 Non Unique REPOSITORY_ID, TASK_TYPE