ZSO_CONTENT_SET_APPROVALS

The table records all of the Approvals that have been recorded against a Content Set. The different types of approval are recorded in the ZSO_CONTENT_SET_APPROVAL_TYPE FndLookupType.

Details

  • Schema: FUSION

  • Object owner: ZSO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZSO_CSET_APPROVALS_PK

CONTENT_SET_APPROVAL_ID

Columns

Name Datatype Length Precision Not-null Comments
CONTENT_SET_APPROVAL_ID VARCHAR2 64 Yes ID column: the uniquely identifying surrofate key value.
CONTENT_SET_ID VARCHAR2 64 Yes The Content Set Id for the approval record
APPROVAL_TYPE_CODE VARCHAR2 30 Yes The Type of Approval Code, for the 'ZSO_CONTENT_SET_APPROVAL_TYPE' FND_LOOKUP_TYPE
APPROVAL_USER_PARTY_ID NUMBER 18 The User Party Id of the Approver
APPROVAL_DATE TIMESTAMP The Date of the Approval
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

Indexes

Index Uniqueness Tablespace Columns
ZSO_CSET_APPROVALS_U1 Unique Default APPROVAL_TYPE_CODE, CONTENT_SET_ID
ZSO_CSET_APPROVALS_U2 Unique Default CONTENT_SET_APPROVAL_ID