This table represents the association table for the M:M relationship between ZSO_CONTENT_SETS and ZSO_SHARE_DOCS records.
Details
-
Schema: FUSION
-
Object owner: ZSO
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
ZSO_CSET_SHARE_DOCS_PK |
CONTENT_SET_ID, SHARE_DOC_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CONTENT_SET_ID | VARCHAR2 | 64 | Yes | The ID of the Content Set that a Document is included in. | |
| SHARE_DOC_ID | VARCHAR2 | 64 | Yes | The ID of the Document that is part of the Content Set. | |
| DOCUMENT_SET_STATUS_CODE | VARCHAR2 | 30 | Internal status code to track the relationship between the Document and the Content Set (e.g. New, Published, Deleted) | ||
| 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. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| ZSO_CONTENT_SET_SHARE_DOCS | zso_content_sets | CONTENT_SET_ID |
| ZSO_CONTENT_SET_SHARE_DOCS | zso_share_docs | SHARE_DOC_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZSO_CSET_SHARE_DOCS_N1 | Non Unique | Default | SHARE_DOC_ID, CONTENT_SET_ID |
| ZSO_CSET_SHARE_DOCS_U1 | Unique | Default | CONTENT_SET_ID, SHARE_DOC_ID |