OKC_ESIGNATURE_HISTORY_H

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_H_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 id created in the signature provider system.
ENVELOPE_STATUS VARCHAR2 30 Yes The envelope status.
SOLUTION_PROVIDER_CODE VARCHAR2 30 Solution Provider Code
DATE_SUBMITTED DATE Date when document was submitted for signature.
DATE_COMPLETED DATE Date when document was signed.
SUBMITTED_BY VARCHAR2 64 User who submitted the document for signature.
PROCESS_FLAG VARCHAR2 1 This flag is used to identify the records to be processed by concurrent program.
DOCUMENT_ID NUMBER 18 Yes Primary key, unique identifier of the document.
DOCUMENT_VERSION NUMBER 18 Major Version Number of the Document.
PRODUCT_CODE VARCHAR2 30 Yes Product Identifier.
AUTO_SIGNED_FLAG VARCHAR2 1 Internal contact auto signed flag.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or 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.
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_H_N1 Non Unique Default DOCUMENT_ID, DOCUMENT_VERSION
OKC_ESIGNATURE_HISTORY_H_U1 Unique Default ID