OKC_K_KEY_TERMS_CITATIONS
This table captures the citations for key terms extrcated from a document.
Details
-
Schema: FUSION
-
Object owner: OKC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
OKC_K_KEY_TERMS_CITATIONS_PK |
ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ID | NUMBER | 18 | Yes | Unique identifier of the citation. | |
CONTRACT_KEY_TERM_ID | NUMBER | 18 | Yes | Reference to the extracted key term. | |
CITATION | VARCHAR2 | 4000 | Yes | Stores the contract document relevant chunk from which the key term value is extracted. | |
DOCUMENT_IDENTIFIER | VARCHAR2 | 120 | Yes | Unique identifier of the document. | |
SEQUENCE_NUMBER | NUMBER | Sequence number of the citation as received in the chat response. | |||
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_K_KEY_TERMS_CITATIONS | okc_k_key_terms | CONTRACT_KEY_TERM_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
OKC_K_KEY_TERMS_CITATIONS_N1 | Non Unique | Default | CONTRACT_KEY_TERM_ID |
OKC_K_KEY_TERMS_CITATIONS_PK | Unique | Default | ID |