SVC_SR_BULK_UPD_GT

global temp table to hold lists of SR_IDS and OVNs used in bulk ops

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SVC_SR_BULK_UPD_GT_PK

SR_ID

Columns

Name Datatype Precision Not-null Comments
SR_ID NUMBER Yes SR_ID of SRs to be used in bulk ops
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 Columns
SVC_SR_BULK_UPD_GT_U1 Unique SR_ID