CSO_CONTENT_EXT_ASSO

This table contains the external association of an article. For example, when a article is originated from SR this table will keep article and SR mapping.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CSO_CONTENT_EXT_ASSO_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
ARTICLE_IDENTIFIER VARCHAR2 256 This field is to store reference to article.
OBJECT_ID VARCHAR2 256 Yes This field is reference id of external object.
OBJECT_TYPE VARCHAR2 256 Yes This field is type of source system like SR.
ALTERNATE_OBJECT_ID VARCHAR2 256 This field is another optional id of reference object.
ALTERNATE_OBJECT_TYPE VARCHAR2 256 This field is type of alternate object id
ASSOCIATION_DATA CLOB This field stores external association details in json format.
DATE_ADDED TIMESTAMP Yes This field is timestamp when this row is created.
DATE_MODIFIED TIMESTAMP Yes This field is timestamp when this row is last modified.
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_LOGIN VARCHAR2 32 Who column: indicates the session login associated to 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.

Indexes

Index Uniqueness Tablespace Columns
CSO_CONTENT_EXT_ASSO_N1 Non Unique Default ARTICLE_IDENTIFIER
CSO_CONTENT_EXT_ASSO_N2 Non Unique Default OBJECT_ID, OBJECT_TYPE
CSO_CONTENT_EXT_ASSO_N3 Non Unique Default ALTERNATE_OBJECT_ID, ALTERNATE_OBJECT_TYPE
CSO_CONTENT_EXT_ASSO_PK Unique Default RECORD_ID