CSO_CASE_LINK

CaseLink table holds values of created case links used to assign to a Content record. It is a many-to-many relationship to Content via the CaseLinkContent table.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_CASE_LINK_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
CASE_VALUE VARCHAR2 50 Yes The Case Number value that is used to assign to a content record.
DATE_ADDED TIMESTAMP Yes This is the date the actual case number was registered.
DATE_MODIFIED TIMESTAMP Yes This is the Last time the record was modified.
RECORD_ID VARCHAR2 32 Yes Unique guid to identify the record.
SITE_ID VARCHAR2 32 Yes Each site has its own case links. Hold which site the link belongs to.
TYPE VARCHAR2 64 Yes Defaults to 1. Not currently used at the moment.
DESCRIPTION VARCHAR2 255 This is the description of the Case Link.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_CASE_LINK cso_site SITE_ID
cso_case_link_content cso_case_link CASELINK_ID

Indexes

Index Uniqueness Columns
CSO_CASE_LINK_U1 Unique RECORD_ID
CSO_CASE_LINK_N2 Non Unique SITE_ID
CSO_CASE_LINK_UK1 Unique CASE_VALUE, SITE_ID