OKC_TMPL_DRAFT_CLAUSES

OKC_TMPL_DRAFT_CLAUSES contains the list of clauses submiited along with template for approval.

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Columns

Name Datatype Length Precision Not-null Comments
TEMPLATE_ID NUMBER Yes TEMPLATE_ID
ARTICLE_ID NUMBER Yes ARTICLE_ID
ARTICLE_VERSION_ID NUMBER Yes ARTICLE_VERSION_ID
SECTION_NAME VARCHAR2 300 SECTION_NAME
ARTICLE_LABEL VARCHAR2 60 ARTICLE_LABEL
MULTIPLE_SCNS_YN VARCHAR2 1 MULTIPLE_SCNS_YN
PREV_VAL_VERSION_YN VARCHAR2 1 PREV_VAL_VERSION_YN
SELECTED_YN VARCHAR2 1 SELECTED_YN
WF_SEQ_ID NUMBER WF_SEQ_ID
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.
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_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
OKC_TMPL_DRAFT_CLAUSES okc_terms_templates_all TEMPLATE_ID
OKC_TMPL_DRAFT_CLAUSES okc_articles_all ARTICLE_ID
OKC_TMPL_DRAFT_CLAUSES okc_article_versions ARTICLE_VERSION_ID

Indexes

Index Uniqueness Tablespace Columns
OKC_TMPL_DRAFT_CLAUSES_U1 Unique Default TEMPLATE_ID, ARTICLE_ID, ARTICLE_VERSION_ID
OKC_TMPL_DRAFT_CLAUSES_U2 Unique Default TEMPLATE_ID, ARTICLE_ID, WF_SEQ_ID