ZCH_DATA_MGMT_OBJ_DTLS

The table stores the status of child batches, the table will have seperate rows if user creates single batch to cleanse phone, email and location

Details

  • Schema: FUSION

  • Object owner: ZCH

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

zch_data_mgmt_obj_dtls_PK

DATA_MGMT_OBJ_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
DATA_MGMT_BATCH_ID NUMBER 18 Yes The data management batch id
DATA_MGMT_OBJ_DETAIL_ID NUMBER 18 Yes The primary key for child batches
STATUS_CODE VARCHAR2 50 Yes The child batch status code
OBJ_NAME VARCHAR2 50 Yes The object name phone, email or location
OBJ_DEF VARCHAR2 100 The business object definition including the whole package name used in the batch selection criteria.
TOTAL_RECORDS_PROCESSED NUMBER 18 Total number of records processed
TOTAL_RECORDS_ERRORED NUMBER 18 Total number of records errored
START_TIME TIMESTAMP The start time when first record for the object was processed.
END_TIME TIMESTAMP The end time when last record of this object was processed
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.
OBJ_FILTER_EXPR CLOB Object filter expression used in the batch selection criteria.

Foreign Keys

Table Foreign Table Foreign Key Column
ZCH_DATA_MGMT_OBJ_DTLS zch_data_mgmt_batches_b DATA_MGMT_BATCH_ID
zch_clns_cp_results zch_data_mgmt_obj_dtls DATA_MGMT_BATCH_ID

Indexes

Index Uniqueness Tablespace Columns
ZCH_DATA_MGMT_OBJ_DTLS_U1 Unique Default DATA_MGMT_OBJ_DETAIL_ID
ZCH_DATA_MGMT_OBJ_DTLS_U2 Unique Default DATA_MGMT_BATCH_ID, OBJ_NAME