OKC_ESIGNATURE_HISTORY
This table is used to store the history of a Contract Electronics Signature.
Details
-
Schema: FUSION
-
Object owner: OKC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
OKC_ESIGNATURE_HISTORY_PK |
ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ID | NUMBER | 18 | Yes | System generated unique identifier. Primary key column of the table. | |
| 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. | |
| ENVELOPE_ID | VARCHAR2 | 80 | Yes | The envelope/document id created in the signature provider system. | |
| STATUS_CODE | VARCHAR2 | 30 | The envelope/document status. | ||
| DATE_SUBMITTED | DATE | Date when contract was submitted for signature. | |||
| DATE_COMPLETED | DATE | Date when contract was signed. | |||
| SUBMITTED_BY | VARCHAR2 | 64 | Yes | User that submitted the contract for signature. | |
| PROCESS_FLAG | VARCHAR2 | 1 | This flag is used to identify the records to be processed by concurrent program. | ||
| DNZ_CHR_ID | NUMBER | 18 | Yes | Primary key, unique identifier of the contract. | |
| MAJOR_VERSION | NUMBER | 18 | Yes | Major Version Number of the Contract. | |
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| OKC_ESIGNATURE_HISTORY_N1 | Non Unique | Default | DNZ_CHR_ID, MAJOR_VERSION |
| OKC_ESIGNATURE_HISTORY_N2 | Non Unique | Default | PROCESS_FLAG |
| OKC_ESIGNATURE_HISTORY_N3 | Non Unique | Default | ENVELOPE_ID |
| OKC_ESIGNATURE_HISTORY_U1 | Unique | Default | ID |