ZCA_MASS_UPD_REQ_DETAILS

The ZCA_MASS_UPD_REQ_DETAILS table stores the request details of mass update request per object. The ZCA_MASS_UPD_REQ_DETAILS table stores denormalized information from MKT_IMP_OBJECTS, ZCA_EXP_JOBS, MKT_IMP_JOBS and REQUEST_HISTORY tables .

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_MASS_UPD_REQ_DETAILS_PK

REQUEST_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
REQUEST_DETAIL_ID NUMBER 18 Yes Unique identifier for the request details . Primary key
MASS_UPD_REQUEST_ID NUMBER 18 Yes Foreign key to MASS_UPD_REQUEST_ID in ZCA_MASS_UPD_REQUEST
VIEW_OBJECT_NAME VARCHAR2 600 Yes View object name. Foreign key to OBJECT_VO in ZCA_OBJECTS
STATUS VARCHAR2 30 Processing status per object
EXPORT_BATCH_ID NUMBER 18 Export batch id of the file export process. Foreign Key to SYSTASK_ID in MKT_CM_SYSTASKS
IMPORT_BATCH_ID NUMBER 18 Import batch id of the file import process. Foreign key to SYSTASK_ID in MKT_CM_SYSTASKS
EXPORT_JOB_ID NUMBER 18 Export job id of the file export process. Foreign key to EXPORT_JOB_ID in ZCA_EXP_JOBS
IMPORT_JOB_ID NUMBER 18 Import job id of the file import process. Foreign key to IMPORT_JOB_ID in MKT_IMP_JOBS
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
UCM_CONTENT_ID VARCHAR2 255 UCM ID of the exported file
NUMBER_OF_RECORDS_PROCESSED NUMBER 18 Number of records processed successfully
NUMBER_OF_RECORDS_FAILED NUMBER 18 Number of records failed
ERROR_CODE VARCHAR2 30 Error code per request detail
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.
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_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
ZCA_MASS_UPD_REQ_DETAILS zca_mass_upd_request MASS_UPD_REQUEST_ID
zca_mass_upd_req_attrs zca_mass_upd_req_details REQUEST_DETAIL_ID
zca_mass_upd_object_attrs zca_mass_upd_req_details REQUEST_DETAIL_ID

Indexes

Index Uniqueness Tablespace Columns
ZCA_MASS_UPD_REQ_DETAILS_N1 Non Unique Default MASS_UPD_REQUEST_ID, REQUEST_DETAIL_ID
ZCA_MASS_UPD_REQ_DETAILS_PK Unique Default REQUEST_DETAIL_ID