CSO_CASE_LINK_CONTENT
Holds the many to many relationship of CaseLink and Content. This table holds the assignment of a Case Link to a content record and the timestamp.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_CASE_LINK_CONTENT_PK |
RECORD_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CASELINK_ID | VARCHAR2 | 32 | Yes | The recordid of a CaseLink record. | |
| CONTENT_ID | VARCHAR2 | 32 | Yes | The recordid of the Content record assigned. | |
| DATE_ADDED | TIMESTAMP | When the content was linked to this case number. | |||
| DATE_MODIFIED | TIMESTAMP | This is the datetime of the modification of this record. | |||
| RECORD_ID | VARCHAR2 | 32 | Yes | This is the Unique recordid for this record. | |
| INCIDENT_VALUE | NUMBER | A user suppplied incident value. | |||
| USER_ID | VARCHAR2 | 32 | This is the obsolete GUID of the user associated with this record. | ||
| USER_PARTY_ID | NUMBER | 18 | This is the ID of the user associated with this record. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_CASE_LINK_CONTENT | cso_content | CONTENT_ID |
| CSO_CASE_LINK_CONTENT | cso_case_link | CASELINK_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CSO_CASE_LINK_CONTENT_N2 | Non Unique | Default | CONTENT_ID |
| CSO_CASE_LINK_CONTENT_U1 | Unique | Default | RECORD_ID |
| CSO_CASE_LINK_CONTENT_UK1 | Unique | Default | CASELINK_ID, CONTENT_ID |