ZCA_ORCH_BATCH_JOB_ITEMS

Contains the list of individual items each child job will process.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_ORCH_BATCH_JOB_ITEMS_PK

JOB_ID, REC_NUM, ESS_REQUEST_ID

Columns

Name Datatype Length Precision Not-null Comments
JOB_ID NUMBER 18 Yes Job Definition Id. All rows created for an ESS Job instance will have the same JobId.
REC_NUM NUMBER 18 Yes Running Sequence of number to uniquely identify a row along with other fields.
ESS_REQUEST_ID NUMBER 18 Yes Unique identifier of the ESS job.
CONSUMING_OBJECT_CODE VARCHAR2 100 Yes Code of the consuming object. For example: LEAD, OPPORTUNITY, etc.
CONSUMING_OBJECT_ID NUMBER 18 Yes Unique identifier of the consuming object.
ORCHESTRATION_ID NUMBER 18 Unique identifier of the Orchestration object.
ORCHESTRATION_ASSOC_ID NUMBER 18 Unique identifier of the Orchestration association object.
ORCH_STEP_TRANS_ID NUMBER 18 Unique identifier of the Orchestration step transition id.
OWNER_ID NUMBER 18 Owner party identifier from the consuming object row.
ACCOUNT_ID NUMBER 18 Account party identifier from the consuming object row.
LIFECYCLE_ATTR_VALUE VARCHAR2 100 Lifecycle attribute value from the consuming object row.
JOB_ITEM_STATUS VARCHAR2 30 Yes Status of the job item. Some possible values are: NOTSTARTED, INPROGRESS, ERRORED, and COMPLETED.
ERROR_MESSAGE CLOB Contains the error stack trace and error message, when an object (job item) fails.
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.

Indexes

Index Uniqueness Tablespace Columns
ZCA_ORCH_BATCH_JOB_ITEMS_N1 Non Unique Default ORCHESTRATION_ID, ORCH_STEP_TRANS_ID
ZCA_ORCH_BATCH_JOB_ITEMS_N2 Non Unique Default CONSUMING_OBJECT_CODE, CONSUMING_OBJECT_ID
ZCA_ORCH_BATCH_JOB_ITEMS_N3 Non Unique Default REC_NUM, JOB_ITEM_STATUS
ZCA_ORCH_BATCH_JOB_ITEMS_PK Unique Default JOB_ID, REC_NUM, ESS_REQUEST_ID