OKC_NUMBER_SCHEMES_B

Stored Numbering Scheme Information

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

OKC_NUMBER_SCHEMES_B_PK

NUM_SCHEME_ID

Columns

Name Datatype Length Precision Not-null Comments
NUM_SCHEME_ID NUMBER 18 Yes Unique Identifier for the Numbering Scheme
SEEDED_FLAG_YN VARCHAR2 1 Yes Flag to indicate if the numbering scheme is seeded
NUMBER_ARTICLE_YN VARCHAR2 1 Yes Flag to Indicate whether to apply numbering to Clauses
SCHEME_LEVEL_INDENT VARCHAR2 1 SCHEME_LEVEL_INDENT
SUP_SECTION_INDENT VARCHAR2 1 SUP_SECTION_INDENT
SUP_CLAUSE_INDENT VARCHAR2 1 SUP_CLAUSE_INDENT
NUM_SCHEME_PREVIEW VARCHAR2 1000 Preview of the terms numbering scheme when used in a document
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.
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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
NUM_SCHEME_CODE VARCHAR2 80 Yes Numbering Scheme Code

Foreign Keys

Table Foreign Table Foreign Key Column
okc_number_scheme_dtls okc_number_schemes_b NUM_SCHEME_ID
okc_number_schemes_tl okc_number_schemes_b NUM_SCHEME_ID

Indexes

Index Uniqueness Tablespace Columns
OKC_NUMBER_SCHEMES_B_U1 Unique Default NUM_SCHEME_ID