ZSO_CONTENT_SETS

Content Sets represent a mechanism for collecting ZSO_SHARE_DOCS. They have a lifecycle, and may require approval.

Details

  • Schema: FUSION

  • Object owner: ZSO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZSO_CONTENT_SETS_PK

CONTENT_SET_ID

Columns

Name Datatype Length Precision Not-null Comments
CONTENT_SET_ID VARCHAR2 64 Yes ID column: the uniquely identifying surrofate key value.
CONTENT_SET_STATUS_CODE VARCHAR2 30 Yes The internal code representing the lifecycle status of the document: Draft, Approved, Modified, Archived.
CONTENT_SET_NAME VARCHAR2 400 Yes Descriptive name of the Content Set.
CONTENT_SET_DESCRIPTION VARCHAR2 1000 Descriptive detail of the Content Set.
EFFECTIVE_START_DATE DATE Date Effective Entity: indicates the date at the beginning of the date range within which the row is effective.
EFFECTIVE_END_DATE DATE Date Effective Entity: indicates the date at the end of the date range within which the row is effective.
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_approvals zso_content_sets CONTENT_SET_ID
zso_content_set_share_docs zso_content_sets CONTENT_SET_ID

Indexes

Index Uniqueness Tablespace Columns
ZSO_CONTENT_SETS_N1 Non Unique Default CONTENT_SET_STATUS_CODE, CONTENT_SET_ID
ZSO_CONTENT_SETS_U1 Unique Default CONTENT_SET_ID