OKC_DEVIATING_CLAUSES
This table captures the deviation clauses for a contract.
Details
-
Schema: FUSION
-
Object owner: OKC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
OKC_DEVIATING_CLAUSES_PK |
ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| ID | NUMBER | 18 | Yes | Unique identifier of the deviating caluse for a contract. | ||
| DNZ_CHR_ID | NUMBER | 18 | Yes | Reference to the unique identifier of the contract header. | ||
| MAJOR_VERSION | NUMBER | 18 | Yes | Reference to the major version of the contract. | ||
| CLAUSE_TITLE | VARCHAR2 | 450 | Yes | The clause title of contract document clause. | ||
| ORIGINAL_CLAUSE_TEXT | CLOB | This holds the original clause text of contract document clause. | ||||
| CLAUSE_ID | NUMBER | 18 | The clause ID of contract document clause. | |||
| PROPOSED_CLAUSE_TEXT | CLOB | LLM generated proposed clause based on the recommendation. | ||||
| SEVERITY_CODE | VARCHAR2 | 30 | Yes | Indicates the risk code from policy deviation document corresponding to matched position. | ||
| EXTRACTION_TIME | TIMESTAMP | Yes | Stores the time stamp when the policy evaluation happened. | |||
| SOURCE_OF_DEVIATION | VARCHAR2 | 20 | It indicate the source of the generated deviation. | |||
| DEVIATION_SUMMARY | CLOB | This stores the deviation summary of all the deviaions of current clause. | ||||
| STATUS | VARCHAR2 | 20 | This indicates the status of the policy deviation. | |||
| SOURCE_FILE_NAME | VARCHAR2 | 64 | This indicates the file name which was used to analyze the contract document. | |||
| CUSTOM_LANGUAGE_FLAG | VARCHAR2 | 1 | Yes | Indicates if custom language was used. | ||
| RECOMMENDED_FLAG | VARCHAR2 | 1 | Yes | It indicates if the current clause level recommendation is accepted by the user. | Obsolete | |
| RECOMMENDED_BY | VARCHAR2 | 64 | Indicates who has accepted the current clause level recommendation. | Obsolete | ||
| REC_IMPLEMENTED_FLAG | VARCHAR2 | 1 | Yes | Indicates if the accepted clause level recommendation has been implemented. | ||
| REC_IMPLEMENTED_BY | VARCHAR2 | 64 | Indicates who has implemented the current clause level recommendation. | |||
| STANDARD_POSITION_SUMMARY | CLOB | This holds the standard position summary of contract document clause. | ||||
| 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. | |||
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| OKC_DEVIATING_CLAUSES | okc_k_headers_all_b | DNZ_CHR_ID, MAJOR_VERSION |
| okc_k_policy_deviation | okc_deviating_clauses | DEVIATING_CLAUSE_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| OKC_DEVIATING_CLAUSES_N1 | Non Unique | Default | DNZ_CHR_ID, MAJOR_VERSION |
| OKC_DEVIATING_CLAUSES_N2 | Non Unique | Default | CLAUSE_TITLE, DNZ_CHR_ID, MAJOR_VERSION |
| OKC_DEVIATING_CLAUSES_N3 | Non Unique | Default | SEVERITY_CODE, DNZ_CHR_ID, MAJOR_VERSION |
| OKC_DEVIATING_CLAUSES_N4 | Non Unique | Default | STATUS |
| OKC_DEVIATING_CLAUSES_PK | Unique | Default | ID |