ZCA_EXP_BATCHES

The table contains one record per batch run of a job.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_EXP_BATCHES_PK

EXPORT_BATCH_ID

Columns

Name Datatype Length Precision Not-null Comments
EXPORT_BATCH_ID NUMBER 18 Yes Primary Key
MASS_UPDATE_DTL_ID NUMBER 18 Mass Update Detail Id for Export Batches
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
INITIAL_EXTRACT_FILTER_TM TIMESTAMP This field saves the Intial Date time of the interval between which the data export has to happen.
EXPORT_JOB_ID NUMBER 18 Yes Export job
STATUS VARCHAR2 30 The status of the job
START_TM TIMESTAMP Start date for schedule
END_TM TIMESTAMP END_TM
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.
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.
START_FILTER_TM TIMESTAMP The start time filter. If non null any retrieved results had a LastModifiedDate on or after this time.
END_FILTER_TM TIMESTAMP The end time filter. If non null any retrieved results will have a LastModifiedDate on or before this time.

Foreign Keys

Table Foreign Table Foreign Key Column
ZCA_EXP_BATCHES zca_exp_jobs EXPORT_JOB_ID

Indexes

Index Uniqueness Tablespace Columns
ZCA_EXP_BATCHES_N1 Non Unique Default EXPORT_BATCH_ID, LAST_UPDATE_DATE
ZCA_EXP_BATCHES_U1 Unique Default EXPORT_BATCH_ID