MKT_CAMP_BATCH_JOBS

To store details of ESS jobs ran for the campaign project.

Details

  • Schema: FUSION

  • Object owner: MKT

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MKT_CAMP_BATCH_JOBS_PK

JOB_ID

Columns

Name Datatype Length Precision Not-null Comments
JOB_ID NUMBER 18 Yes Marketing Campaign Batch Job Id. Primary Key column.
ESS_REQUEST_ID NUMBER 18 Yes Specifies the request ID of the ESS Job.
JOB_CHUNK_ID NUMBER 18 Yes Index of the chunk assigned by one of the Sub Jobs.
JOB_ITEM_COUNT NUMBER 18 Number of Job Items in this Job.
JOB_STATUS VARCHAR2 30 Yes Status of the Job. Possible values are: NOTSTARTED, INPROGRESS, ERRORED, COMPLETED.
PARENT_JOB_ID NUMBER 18 Specifies the ID of the Parent Job.
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.

Indexes

Index Uniqueness Tablespace Columns
MKT_CAMP_BATCH_JOBS_N1 Non Unique Default PARENT_JOB_ID, ESS_REQUEST_ID
MKT_CAMP_BATCH_JOBS_U1 Unique Default JOB_CHUNK_ID, ESS_REQUEST_ID
MKT_CAMP_BATCH_JOBS_U2 Unique Default JOB_ID