EGO_VERSIONS_BATCH

EGO_VERSIONS_BATCH stores information about the batches that will be used by the Change Order Implementation ESS, New Item request Completion ESS and Version Effectivation ESS program to schedule the Change order lines, Complete the new item request lines (Approve the items) and activate all the versions having the same effectivate date. This table will store the effective date as batch date (unique) and the ESS request id of the parent ESS job.

Details

  • Schema: FUSION

  • Object owner: EGO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

EGO_VERSIONS_BATCH_PK

VERSION_BATCH_ID

Columns

Name Datatype Length Precision Not-null Comments
VERSION_BATCH_ID NUMBER 18 Yes Auto Generated Batch Id to be used for Version Effectivation Consolidated ESS Job.
BATCH_CONTEXT VARCHAR2 40 Yes Provides context of the batch. possible values are VERSION_EFFECTIVATION,NIR_EOA_EFFECTIVATION,NIR_FUTURE_EFFECTIVATION,CO_EOA,CO_IMPLEMENTATION etc.
VERSION_BATCH_DATE TIMESTAMP Yes Effective Date which will be used to activate the scheduled versions with same start effectivity date.
BATCH_STATUS NUMBER 1 The batch status while will hold the value 0(Not started), 1(In Progress), 2(Completed).
PARAM1 VARCHAR2 200 Yes Used to hold the parameter change_id passed to the versions batch
PARAM2 VARCHAR2 200 Used to store any dynamic parameter passed to version batch
PARAM3 VARCHAR2 200 Used to store any dynamic parameter passed to version batch
PARAM4 VARCHAR2 200 Used to store any dynamic parameter passed to version batch
PARAM5 VARCHAR2 200 Used to store any dynamic parameter passed to version batch
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or 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.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of 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.

Foreign Keys

Table Foreign Table Foreign Key Column
ego_versions_batch_threads ego_versions_batch VERSION_BATCH_ID
ego_batch_jobs ego_versions_batch BATCH_ID

Indexes

Index Uniqueness Tablespace Columns Status
EGO_VERSIONS_BATCH_U1 Unique FUSION_TS_TX_DATA VERSION_BATCH_ID
EGO_VERSIONS_BATCH_U2 Unique FUSION_TS_TX_DATA VERSION_BATCH_DATE Obsolete
EGO_VERSIONS_BATCH_U3 Unique Default BATCH_CONTEXT, VERSION_BATCH_DATE, PARAM1