ZCA_ESIGNATURE_SETUP

This table is used to store the Setup required for Contracts Electronics Signature Feature.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_ESIGNATURE_SETUP_PK

ID

Columns

Name Datatype Length Precision Not-null Comments
ID NUMBER 18 Yes System generated unique identifier. Primary key column of the table.
ADMIN_GUID VARCHAR2 64 Docusign Admin User guid
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.
OAUTH_URL VARCHAR2 2000 Docusign OAuth Server URL
ESIGNATURE_SETUP_CODE VARCHAR2 80 Yes GUID generated code.
SOLUTION_PROVIDER_CODE VARCHAR2 30 Yes Solution Provider Code.
USER_NAME VARCHAR2 100 Yes User Name for the Solution Provider.
ACCOUNT_ID VARCHAR2 200 Yes Account Identifier of the Solution Provider.
ENDPOINT_URL VARCHAR2 2000 Yes End Point URL of the Solution Provider.
VALIDATION_STATUS VARCHAR2 30 Status of the Credential.
VALIDATION_DATE DATE Credential Validation Date.
CSF_KEY_NAME VARCHAR2 100 Credential Store Framework Key Name.
SUPP_DOCUSIGN_EXP_REM_PREF_YN VARCHAR2 1 Flag to decide whether to support Expiration and Reminder preferences of DocuSign account
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
ZCA_ESIGNATURE_SETUP_U1 Unique Default ID
ZCA_ESIGNATURE_SETUP_U2 Unique Default ESIGNATURE_SETUP_CODE