ZCH_CLNS_CP_RESULTS

The table contain the response for daas WS for call to verify phone and email.

Details

  • Schema: FUSION

  • Object owner: ZCH

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

zch_data_mgmt_obj_bt_rslts_PK

CLNS_CP_RESULT_ID

Columns

Name Datatype Length Precision Not-null Comments
DATA_MGMT_BATCH_ID NUMBER 18 Yes The DATA_MGMT_BATCH_ID of parent validation batch.
VERIFICATION_DATE TIMESTAMP Date on which phone or email verification was done.
CLNS_CP_RESULT_ID NUMBER 18 Yes The primary key for verification results for email and phone for the entity
PARENT_RECORD_ID NUMBER 18 The primary key for verification results for verification results phone and email for entity
OBJ_NAME VARCHAR2 50 Yes The type of the object that needs to be verified. Email, phone or Location
JOB_ID NUMBER 18 Yes A unique identifier assigned for clustering records for parallel processing
RECORD_ID NUMBER 18 Yes The contact point id selected for phone or email verification
ORIG_ATTR_VALUE VARCHAR2 500 The original value for phone or email selected for verification.
VERIFICATION_STATUS VARCHAR2 30 The verification status returned by DAAS in response
ORIG_VERIFICATION_DATE TIMESTAMP The original verification date for contact point
ORIG_VERIFICATION_STATUS VARCHAR2 30 The original verification status for contact point
USAGE_STATUS_CODE VARCHAR2 60 The record level status code to indicate the update status to TCA
ORIG_VERSION NUMBER 18 This is original version for contact point stored in OBJECT_VERSION_NUMBER in HZ_CONTACT_POINT
VERIFICATION_DETAILS VARCHAR2 1000 The detailed status for verification call to DAAS.
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
ZCH_CLNS_CP_RESULTS zch_data_mgmt_obj_dtls DATA_MGMT_BATCH_ID

Indexes

Index Uniqueness Tablespace Columns
ZCH_CLNS_CP_RESULTS_U1 Unique Default CLNS_CP_RESULT_ID
ZCH_CLNS_CP_RSLTS_N1 Non Unique Default JOB_ID
ZCH_CLNS_CP_RSLTS_N2 Non Unique Default DATA_MGMT_BATCH_ID, OBJ_NAME, RECORD_ID