OKC_K_KEY_TERM_EXTRACTS
This table captures the history of extracted Key Terms for a Contract.
Details
-
Schema: FUSION
-
Object owner: OKC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
OKC_K_KEY_TERM_EXTRACTS_PK |
ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments | Status |
---|---|---|---|---|---|---|
ID | NUMBER | 18 | Yes | Unique identifier of the extracted key term. | ||
DNZ_CHR_ID | NUMBER | 18 | Yes | Reference to the unique identifier of the contract header. | ||
MAJOR_VERSION | NUMBER | 18 | Yes | Reference to the contract major version. | ||
SUBMITTER | VARCHAR2 | 64 | Yes | User who submitted the Key Term Extraction scheduled process. | ||
VERIFIED_FLAG | VARCHAR2 | 1 | Yes | OBSOLETE:This flag enables visibility of extracted key terms at each contract version; Possible values Y/N. Default is Null, we don't to populate any data for this without a Key Term record. | Obsolete | |
REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | |||
REQUEST_STATUS | VARCHAR2 | 40 | Yes | Status of the scheduled process. | ||
SUBMIT_DATE | TIMESTAMP | Yes | Stores the time stamp when the request was submitted. | |||
RESULT_DATE | TIMESTAMP | Stores the time stamp when the request was completed. | ||||
LATEST_FLAG | VARCHAR2 | 1 | Yes | This flag indicates that this the lastest submission of the Key terms extraction process for the current contract. | ||
CLASSIFICATION_DATE | TIMESTAMP | Date when key terms are classified. | ||||
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_TERM_EXTRACTS | okc_k_headers_all_b | DNZ_CHR_ID, MAJOR_VERSION |
okc_k_key_terms | okc_k_key_term_extracts | KEY_TERM_EXTRACT_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
OKC_K_KEY_TERM_EXTRACTS_N1 | Non Unique | Default | DNZ_CHR_ID |
OKC_K_KEY_TERM_EXTRACTS_PK | Unique | Default | ID |