OKC_REVIEW_UPLD_TERMS
This table is used to store contract terms during upload from word document.
Details
-
Schema: FUSION
-
Object owner: OKC
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
OKC_REVIEW_UPLD_TERMS_PK |
REVIEW_UPLD_TERMS_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| REVIEW_UPLD_TERMS_ID | NUMBER | 18 | Yes | Sequence Id - Primary Key for OKC_REVIEW_UPLD_TERMS | |
| DOCUMENT_ID | NUMBER | Id of the business document for which the word document has been uploaded | |||
| DOCUMENT_TYPE | VARCHAR2 | 30 | Document Type of the business document for which the word document has been uploaded | ||
| OBJECT_ID | NUMBER | Object Id Refers to Cat_id for Clauses Section_id for Sections Cat_id for Clauses Section_id for Sections Object Id Refers to Cat_id for Clauses Section_id for Sections | |||
| OBJECT_TYPE | VARCHAR2 | 30 | Object type to define document. It can be Section or Article | ||
| OBJECT_TEXT | CLOB | Refers to clause text when the object is clause | |||
| PARENT_OBJECT_TYPE | VARCHAR2 | 30 | Type of the Parent Object. It can be Document or Section. | ||
| PARENT_ID | NUMBER | Object Id of the Parent Object. Object can be Clause or Section. | |||
| ARTICLE_ID | NUMBER | Article Id - refers to the id of clause | |||
| ARTICLE_VERSION_ID | NUMBER | Article Version Id refers to the id of the clause version | |||
| 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. | |
| LABEL | VARCHAR2 | 60 | Stores the Numbering Sequence which is used for uploading | ||
| DISPLAY_SEQ | NUMBER | Display Sequence for the sections and clauses | |||
| ACTION | VARCHAR2 | 30 | Action Column. 'ADDED','UPDATED','DELETED'. FndLookups.LookupType='OKC_REVIEW_ACTIONS' | ||
| ERROR_MESSAGE_COUNT | NUMBER | Message Count for Errors that is encountered while uploading for a particular section or clause | |||
| WARNING_MESSAGE_COUNT | NUMBER | Message Count for Warnings that is encountered while uploading for a particular section or clause | |||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| 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. | ||
| NON_STANDARD_FLAG | VARCHAR2 | 1 | Is the Article Non-Standard? Populated as part of Sync Process | ||
| MANDATORY_FLAG | VARCHAR2 | 1 | Is the Article Mandatory? Populated as part of Sync Process | ||
| LOCK_TEXT | VARCHAR2 | 1 | Is the Article Lock Text Enabled? Populated as part of Sync Process | ||
| NEW_PARENT_ID | NUMBER | New Parent Id . Populated as part of Upload process | |||
| OBJECT_TITLE | CLOB | it refers to Section or Clause Title | |||
| UPLOAD_LEVEL | NUMBER | It denotes at what level was the Section or Clause identified in the word document. | |||
| OLD_REVIEW_UPLD_TERMS_ID | NUMBER | It stores the original id of the review terms before Merge. | |||
| TERMS_CHANGED_FLAG | VARCHAR2 | 1 | Indicator to identify the contract terms thart are changed compared to the terms in the system | ||
| ARTICLE_TEXT_IN_WORD | BLOB | Clause text in word which is used for upload. It stores the entire word document. | |||
| MAJOR_VERSION | NUMBER | 18 | Yes | Major Version Number of the reviewed uploaded terms | |
| CURRENT_CLAUSE_TEXT | CLOB | Current Clause Text of the object clause | |||
| COMPARE_TO_CURRENT | CLOB | The text of the compared clause to the current clause. | |||
| COMPARE_TO_STANDARD | CLOB | The text of the compared clause to the standard clause | |||
| STANDARD_CLAUSE_TEXT | CLOB | The text of the standard clause, if the current clause is non-standard | |||
| INSERT_BY_REFERENCE | VARCHAR2 | 1 | It stores the flag to indicate if the clause is inserted by reference. | ||
| SUPPRESS_SCN_NAME_PRINT | VARCHAR2 | 1 | Flag to suppress printing of section name | ||
| SECTION_SKIP_NUMBERING | VARCHAR2 | 1 | Flag to skip numbering 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 | ||
| SUPPRESS_CLAUSE_TITLE_PRINT | VARCHAR2 | 1 | Flag to suppress printing of clause title | ||
| CLAUSE_SKIP_NUMBERING | VARCHAR2 | 1 | Flag to skip numbering of clauses during numbering and printing |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| OKC_REVIEW_UPLD_TERMS | okc_bus_doc_types_b | DOCUMENT_TYPE |
| okc_review_messages | okc_review_upld_terms | REVIEW_UPLD_TERMS_ID |
| okc_review_var_values | okc_review_upld_terms | REVIEW_UPLD_TERMS_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| OKC_REVIEW_UPLD_TERMS_N1 | Non Unique | Default | DOCUMENT_TYPE, DOCUMENT_ID, OBJECT_TYPE |
| OKC_REVIEW_UPLD_TERMS_U1 | Unique | Default | REVIEW_UPLD_TERMS_ID |