CSO_STG_KM_WF_SNAPSHOTS

This table is a temporary table needed for ETL. The table will contain only an hour worth of content history data copied over from the cso_content_history table.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CSO_STG_KM_WF_SNAPSHOTS_PK

CONTENT_HISTORY_ID

Columns

Name Datatype Length Precision Not-null Comments
CONTENT_HISTORY_ID VARCHAR2 32 Yes This is the primary key of the table.
CONTENT_TEXT_ID VARCHAR2 32 This is the Reference to content text table record.
DATE_ADDED TIMESTAMP This is the datetime that the record was added to the repository.
WORKFLOW_INSTANCE_ID VARCHAR2 32 This is the unique id for workflow instance.
WORKFLOW_STEP_ID VARCHAR2 32 This is the GUID reference to workflow step that caused the change.
USER_PARTY_ID NUMBER 18 This is the ID of the user who completed the workflow task.
TASK_ASSIGNEE_PARTY_ID NUMBER 18 This is the ID of the user who is assigned to the workflow task.
DESC_LOOKUP_CODE_ID VARCHAR2 32 This is the type of comment or user action that caused the history record to be recorded, i.e. APPROVED, REJECTED. Reference to LOOKUP_CODE table.
COMMENTS VARCHAR2 2000 This is the user provided comment about the change recorded.
EXTERNAL_TASK_IDENTIFIER VARCHAR2 64 This is the unique id for external task reference associated with this history item.
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.
ANSWER_ID NUMBER This is the answerid for the referenced article.
NEED_ATTENTION_FLAG VARCHAR2 1 Flag which helps to identify the articles which need attention.

Indexes

Index Uniqueness Tablespace Columns
CSO_STG_KM_WF_SNAPSHOTS_PK Unique Default CONTENT_HISTORY_ID