OSS_ASSET_TXN_BATCHES_T

Following table is used to capture Installed base asset ess job batch information.

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

oss_asset_txn_batches_PK

BATCH_ID

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes Unique identifier to capture install base asset ess job batch id
BATCH_TYPE VARCHAR2 30 Field used to capture type of batch in customer asset update ess job
BATCH_SEQ_NUMBER NUMBER 18 Field used to capture batch sequence number
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
MIN_TXN_SEQ_ID NUMBER 18 Field used to capture minimum transaction sequence id
MAX_TXN_SEQ_ID NUMBER 18 Field used to capture maximum transaction sequence id
STATUS VARCHAR2 30 Following field is used to capture the status of customer asset update batch job status
START_TIME TIMESTAMP Following field is used to capture the start time of customer asset update batch job status
END_TIME TIMESTAMP Following field is used to capture the end time of customer asset update batch job status
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.

Indexes

Index Uniqueness Tablespace Columns
oss_asset_txn_batches_U1 Unique Default BATCH_ID
oss_asset_txn_batches_U2 Unique Default REQUEST_ID, BATCH_TYPE, STATUS, BATCH_SEQ_NUMBER