OKC_K_ARTICLES_B_H

OKC_K_ARTICLES holds the use of standard and non-standard ("custom", one-time use) clauses in business documents. When associated with a document header, the clause governs the entire document. When associated with a line, the clause governs that line and all of its sublines.

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

OKC_K_ARTICLES_B_H_PK

ID

Columns

Name Datatype Length Precision Not-null Comments
ID NUMBER 18 Yes Unique identifier. Primary key of the table.
MAJOR_VERSION NUMBER 18 Yes Major Version Number of the Contract Clause
VERSION_TYPE VARCHAR2 1 Yes Version Type of the Object. It can have following values "C"urrent , "A"mendment and "H"istory.
SAV_SAE_ID NUMBER Article ID. Foreign key to Okc_Articles_ALL
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_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.
FULLTEXT_YN VARCHAR2 3 Indicates whether the clause should contain the full text of the clause or should be referenced by name. Obsolete in 11.5.10
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE16 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE17 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE18 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE19 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE20 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE21 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE22 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE23 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE24 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE25 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE26 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE27 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE28 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE29 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE30 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
SECURITY_GROUP_ID NUMBER Used in hosted environments to identify the clause that can be displayed
OLD_ID NUMBER Yes Keeps earlier 40 digit ID column value before 11.5.10 contract terms changes
DOCUMENT_TYPE VARCHAR2 30 Business document type. Foreign key to Okc_bus_doc_types_b
DOCUMENT_ID NUMBER Business document header id. Foreign key to various business document header tables
SOURCE_FLAG VARCHAR2 1 Identifies where the clause on a document is sourced from. Possible values are T = T&C template, R = Contract Expert Rules, M = Manual.
MANDATORY_YN VARCHAR2 1 Flag to indicate if the clause is mandatory. The flag is updateable for T&C Templates only.
SCN_ID NUMBER Section id which this clause belongs to
LABEL VARCHAR2 60 Label used for numbering. Migrated from OKC section contents table
DISPLAY_SEQUENCE NUMBER Display Sequence. Migrated from Okc_section_contents.Content_sequence
AMENDMENT_DESCRIPTION VARCHAR2 2000 Text to capture amendment description for the clause.
ARTICLE_VERSION_ID NUMBER Article version id. Foreign key to Okc_article_versions_all
ORIG_SYSTEM_REFERENCE_CODE VARCHAR2 30 This will preserve the code for migrated systems such as FAR, OKCMIGR
ORIG_SYSTEM_REFERENCE_ID1 NUMBER This will preserve id for migrated systems
ORIG_SYSTEM_REFERENCE_ID2 NUMBER This will preserve id for migrated systems
AMENDMENT_OPERATION_CODE VARCHAR2 30 Amendment operation code for clause. Tracks the operation from the previous document version. The possible values are INSERT, UPDATE, DELETE
SUMMARY_AMEND_OPERATION_CODE VARCHAR2 30 Amendment operation performed on the clause. Tracks the operation from the last approved document version. Allowed operations are INSERT, CHANGE, DELETE
CHANGE_NONSTD_YN VARCHAR2 1 Flag to indicate whether a copy of the non-std clause needs to be created, next time when it is updated.
PRINT_TEXT_YN VARCHAR2 1 Print amendment text or not when the document is printed
REF_ARTICLE_ID NUMBER Article Id of standard clause which is used to create non standard clause
REF_ARTICLE_VERSION_ID NUMBER Article version id of standard clause which is used to create non standard clause
ORIG_ARTICLE_ID NUMBER Initial clause id when brought in from a template
LAST_AMENDED_BY NUMBER User id who amended the clause last
LAST_AMENDMENT_DATE DATE Last Amendment date when the section is amended
SUPPRESS_CLAUSE_TITLE_PRINT VARCHAR2 1 Flag to suppress printing of clause title
SKIP_NUMBERING VARCHAR2 1 Flag to skip numbering of clauses during numbering and printing
CONDITIONAL VARCHAR2 1 Flag to indicate if the clause is conditionally added to the contract during run contract expert
DISABLED VARCHAR2 1 Flag to indicate if the clause is disabled, disabled clauses are neither displayed nor printed in the contract

Foreign Keys

Table Foreign Table Foreign Key Column
OKC_K_ARTICLES_B_H okc_articles_all REF_ARTICLE_ID
OKC_K_ARTICLES_B_H okc_article_versions ARTICLE_VERSION_ID
OKC_K_ARTICLES_B_H okc_article_versions REF_ARTICLE_VERSION_ID
OKC_K_ARTICLES_B_H okc_bus_doc_types_b DOCUMENT_TYPE
OKC_K_ARTICLES_B_H okc_sections_b SCN_ID

Indexes

Index Uniqueness Tablespace Columns
OKC_K_ARTICLES_B_H_N9 Non Unique Default DOCUMENT_TYPE, DOCUMENT_ID
OKC_K_ARTICLES_B_H_U1 Unique Default ID