ZCH_BATCH_DATA_ENRICH_REQ
Table that stores the requirements of the enrichment process
Details
-
Schema: FUSION
-
Object owner: ZCH
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
ZCH_BTCH_ENRICH_REQ_PK |
BATCH_REQUEST_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| BATCH_REQUEST_ID | NUMBER | 18 | Yes | Primary Key, uniquely identifies a batch enrichment job | |
| BATCH_REQUEST_NAME | VARCHAR2 | 300 | Yes | User Entered Batch Request Name | |
| SELECT_CRITERIA_ID | NUMBER | 18 | Selection Criteria Id that would be used for applying filter | ||
| STATUS | VARCHAR2 | 30 | Yes | Should be a lookup to different statuses that we have | |
| OBJECT_NAME | VARCHAR2 | 100 | Yes | The object type which is being enriched, could be organizations or persons | |
| BATCH_TYPE | VARCHAR2 | 100 | Yes | Type of Batch, which is being enriched, e.g. existing records, synchronization, etc. | |
| BATCH_MODE | VARCHAR2 | 100 | Yes | Column indicating if the mode is enrichment or preview | |
| MATCH_SCORE | NUMBER | 3 | Yes | Match Threshold score for matching | |
| NUM_RECORDS_PROCESSED | NUMBER | 18 | Number of Records Processed in the batch | ||
| NUM_RECORDS_MATCHED | NUMBER | 18 | Number of Records for which DaaS found a match | ||
| NUM_RECORDS_NO_MATCH | NUMBER | 18 | Number of Records for which DaaS did a match | ||
| NUM_RECORDS_REJECTED | NUMBER | 18 | Number of Records Rejected by DaaS | ||
| NUM_RECORDS_COMPLETED | NUMBER | 18 | Number of Records Successfully Imported | ||
| NUM_RECORDS_ERRORED | NUMBER | 18 | Number of Records Errored in the batch | ||
| DAAS_OTPT_UCM_DOC_ID | VARCHAR2 | 255 | UCM Doc ID of file to be downloaded for DaaS o/p file | ||
| DAAS_LOG_UCM_DOC_ID | VARCHAR2 | 255 | UCM Doc ID of Log file to be downloaded for DaaS o/p logs. | ||
| INTERMEDIATE_STATUS | VARCHAR2 | 30 | Intermediate status for tracking. | ||
| IMPORT_JOB_ID | NUMBER | 18 | Import Job ID to identify Import Job submitted Foreign key to IMPORT_JOB_ID in MKT_IMP_JOBS | ||
| BATCH_START_TIME | TIMESTAMP | When the batch processing was started | |||
| BATCH_END_TIME | TIMESTAMP | When the batch processing ended | |||
| ERROR_STATUS_CODE | VARCHAR2 | 30 | This column is used to persist Error Code for Failed Jobs | ||
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| zch_batch_data_enrich_req_dtls | zch_batch_data_enrich_req | BATCH_REQUEST_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZCH_BTCH_ENRICH_REQ_U1 | Unique | Default | BATCH_REQUEST_ID |