WSH_TMP

WSH_TMP is a global temporary table.

Details

  • Schema: FUSION

  • Object owner: WSH

  • Object type: TABLE

  • Tablespace: Default

Columns

Name Datatype Length Precision Not-null Comments
ID NUMBER 18 Generic identifier for temporary data processing.
FLAG VARCHAR2 1 Generic flag for temporary data processing.
COLUMN1 VARCHAR2 30 Generic column 1 for temporary data processing.
COLUMN2 VARCHAR2 30 Generic column 2 for temporary data processing.
COLUMN3 VARCHAR2 30 Generic column 3 for temporary data processing.
COLUMN4 VARCHAR2 30 Generic column 4 for temporary data processing.
COLUMN5 VARCHAR2 30 Generic column 5 for temporary data processing.
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.