WSH_LPN_HIERARCHIES

WSH_LPN_HIERARCHIES holds the hierarchical data of a LPN.

Details

  • Schema: FUSION

  • Object owner: WSH

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

WSH_LPN_HIERARCHIES_PK

HIERARCHY_ID

Columns

Name Datatype Length Precision Not-null Comments
HIERARCHY_ID NUMBER 18 Yes Primary key that identifies the unique id for each row in the table.
LPN_ID NUMBER 18 Yes This hold license plate number identifier.
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.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
PARENT_LPN_ID_1 NUMBER 18 This is a unique identifier for first parent of each row in this table.
PARENT_LPN_ID_2 NUMBER 18 This is a unique identifier for second parent of each row in this table.
PARENT_LPN_ID_3 NUMBER 18 This is a unique identifier for third parent of each row in this table.
PARENT_LPN_ID_4 NUMBER 18 This is a unique identifier for fourth parent of each row in this table.
PARENT_LPN_ID_5 NUMBER 18 This is a unique identifier for fifth parent of each row in this table.
PARENT_LPN_ID_6 NUMBER 18 This is a unique identifier for sixth parent of each row in this table.
PARENT_LPN_ID_7 NUMBER 18 This is a unique identifier for seventh parent of each row in this table.
PARENT_LPN_ID_8 NUMBER 18 This is a unique identifier for eighth parent of each row in this table.
PARENT_LPN_ID_9 NUMBER 18 This is a unique identifier for ninth parent of each row in this table.
PARENT_LPN_ID_10 NUMBER 18 This is a unique identifier for tenth parent of each row in this table.
DELIVERY_ID NUMBER 18 Yes This is a unique identifier for delivery id associated with the LPN.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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
wsh_lpn_hierarchies_U1 Unique FUSION_TS_TX_DATA HIERARCHY_ID
wsh_lpn_hierarchies_U2 Unique FUSION_TS_TX_DATA LPN_ID, DELIVERY_ID