ZCQ_BT_INPUT_IDS

ZCQ_BT_INPUT_IDS is the input table that stores the record IDs of the submitted in a batch for matching or cleansing

Details

  • Schema: FUSION

  • Object owner: ZCQ

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes BATCH_ID
BATCH_REQ_REC_VERSION VARCHAR2 300 This column is used to uniquely identify the Batch Request Record
BATCH_REQ_CODE VARCHAR2 60 Yes BATCH_REQ_CODE
ENTITY_TYPE_CODE VARCHAR2 60 ENTITY_TYPE_CODE
ENTITY_ID NUMBER 18 ENTITY_ID
PARENT_ENTITY_ID NUMBER 18 The entity id for account or contact.
ENTITY_ATTR_VALUE VARCHAR2 500 The value for phone or email that needs to be verified
JOB_ID NUMBER 18 The unique for clustering the result records for processing in parallel.
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.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
VERIFICATION_STATUS VARCHAR2 30 The original verification status for phone or email
VERIFICATION_DATE TIMESTAMP The original verification date for phone or email
PARTY_NAME VARCHAR2 360 PARTY_NAME
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.
ENTITY_LAST_UPDATE_DATE TIMESTAMP Entity last update date.

Indexes

Index Uniqueness Tablespace Columns
ZCQ_BT_INPUT_IDS_N1 Non Unique FUSION_TS_TX_DATA BATCH_ID, BATCH_REQ_CODE, ENTITY_TYPE_CODE, ENTITY_LAST_UPDATE_DATE, ENTITY_ID
ZCQ_BT_INPUT_IDS_N2 Non Unique FUSION_TS_TX_DATA ENTITY_ID
ZCQ_BT_INPUT_IDS_N3 Non Unique Default JOB_ID