OKC_SECTIONS_B

The formatting of a contract consists of a series of sections. These sections generally have a heading and may have a label, such as "I. Definitions" or "V. Indemnity, Warranties, and Remedies". Sections may have sub-sections. Sections are composed of clauses or lines. Sections may also be used to format standard clause sets. In this case, the section contents are standard clauses.

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

OKC_SECTIONS_B_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 Section
VERSION_TYPE VARCHAR2 1 Yes Version Type of the Object. It can have following values "C"urrent , "A"mendment and "H"istory.
SCN_TYPE VARCHAR2 3 Indicates if the section refers to a contract header or a standard clause set.
SECTION_SEQUENCE NUMBER Sequence number for the section
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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
LABEL VARCHAR2 60 Label to be printed for the section such as III. or 3.
SCN_ID NUMBER Indicates parent section for this subsection
LIBRARY_SCN_ID NUMBER Indicates the library section identifier
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 section that can be displayed
OLD_ID NUMBER Keeps earlier 40 digit ID column value before 11.5.10 contract terms changes
DOCUMENT_TYPE VARCHAR2 30 Yes Business document type. Refers to document_type in okc_bus_doc_types_b
DOCUMENT_ID NUMBER Yes Business document identifier. Refers to ID in various business document header tables
DESCRIPTION VARCHAR2 2000 Text to capture Section description
AMENDMENT_DESCRIPTION VARCHAR2 2000 Text to capture amendment description at section level
AMENDMENT_OPERATION_CODE VARCHAR2 30 Amendment operation performed for the section. Allowed operations are INSERT, CHANGE, DELETE
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
PRINT_YN VARCHAR2 1 Indicator for printing section when the document is printed. Valid values are Y and N.
SUMMARY_AMEND_OPERATION_CODE VARCHAR2 30 Summary of Aamendment operation performed for the section. Refers to lookup_code in fnd_lookups where lookup_type = OKC_AMEND_OPN_CODE. Allowed operations are ADDED, UPDATED, DELETED
HEADING VARCHAR2 300 Section title. This column is migrated from okc_sections_tl table
LAST_AMENDED_BY NUMBER User Id of the person who amended the section
LAST_AMENDMENT_DATE DATE Last Amendment date when the section is amended
SUPPRESS_SCN_NAME_PRINT VARCHAR2 1 Flag to suppress printing of section name
SKIP_NUMBERING VARCHAR2 1 Flag to skip numbering of sections during numbering and printing
START_ON_NEW_PAGE VARCHAR2 1 Flag to indicate if a section should start on a new page during printing
ALIGNMENT VARCHAR2 80 Indicator to align section name - left,center or right during printing
CONDITIONAL VARCHAR2 1 Flag to indicate if the section is conditionally added to the contract during run contract expert
DISABLED VARCHAR2 1 Flag to indicate if the section is disabled, disabled sections are neither displayed nor printed in the contract

Foreign Keys

Table Foreign Table Foreign Key Column
OKC_SECTIONS_B okc_sections_b SCN_ID
okc_sections_b okc_sections_b SCN_ID
okc_k_articles_b okc_sections_b SCN_ID
okc_k_articles_b_h okc_sections_b SCN_ID

Indexes

Index Uniqueness Tablespace Columns
OKC_SECTIONS_B_N1 Non Unique Default SCN_ID
OKC_SECTIONS_B_N2 Non Unique Default LIBRARY_SCN_ID
OKC_SECTIONS_B_N3 Non Unique Default ORIG_SYSTEM_REFERENCE_CODE, ORIG_SYSTEM_REFERENCE_ID1, ORIG_SYSTEM_REFERENCE_ID2
OKC_SECTIONS_B_N5 Non Unique Default DOCUMENT_TYPE, DOCUMENT_ID, SCN_ID, SECTION_SEQUENCE
OKC_SECTIONS_B_U1 Unique Default ID