ZCH_DATA_VRFY_USG_COUNTS

The Tables is used for storing the usage for each call made for data verification service.

Details

  • Schema: FUSION

  • Object owner: ZCH

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCH_VERIFY_USAGE_DETAILS_PK

USAGE_ID

Columns

Name Datatype Length Precision Not-null Comments
NUM_RECORDS NUMBER 18 Yes Number of records used for phone or email verification from pool of records available for email or phone verification.
RECORD_TYPE VARCHAR2 100 Yes The record type is the name of the verification type such as Phone, Email or Address.
IS_USAGE_TRACKED VARCHAR2 1 Yes The flag indicates that verification data usage tracking using Data As A Service.
USAGE_ID NUMBER 18 Yes Primary Key, uniquely identifies a usage.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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.

Indexes

Index Uniqueness Tablespace Columns
ZCH_VERIFY_USAGE_DETAILS_U1 Unique Default USAGE_ID