WSH_LPN_PURGE_TMP
WSH_LPN_PURGE_TMP is a temporary global table.
Details
-
Schema: FUSION
-
Object owner: WSH
-
Object type: TABLE
-
Tablespace: Default
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| LPN_ID | NUMBER | 18 | License plate number identifier | ||
| DELIVERY_DETAIL_ID | NUMBER | 18 | This identifies the shipment line. | ||
| ELIGIBLE_FLAG | VARCHAR2 | 10 | Flag whether this is eligible ('Y') | ||
| 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 |
|---|---|---|
| WSH_LPN_PURGE_TMP_N1 | Non Unique | LPN_ID |
| WSH_LPN_PURGE_TMP_N2 | Non Unique | DELIVERY_DETAIL_ID |