[Home] [Help]
[Dependency Information]
| Object Name: | WSH_CONSTRAINT_DLEG_TMP |
|---|---|
| Object Type: | TABLE |
| Owner: | WSH |
| Subobject Name: | |
| Status: | VALID |
WSH.WSH_CONSTRAINT_DLEG_TMP is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$TRANSACTION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| WSH_CONSTRAINT_DLEG_TMP_N1 | NORMAL | NONUNIQUE |
|
PICK_UP_STOP_LOCATION_ID
|
| WSH_CONSTRAINT_DLEG_TMP_N2 | NORMAL | NONUNIQUE |
|
DELIVERY_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DELIVERY_LEG_ID | NUMBER | |||
| SEQUENCE_NUMBER | NUMBER | |||
| PICK_UP_STOP_ID | NUMBER | |||
| DROP_OFF_STOP_ID | NUMBER | |||
| PICK_UP_STOP_LOCATION_ID | NUMBER | |||
| DROP_OFF_STOP_LOCATION_ID | NUMBER | |||
| PICK_UP_STOP_PA_DATE | DATE | |||
| DROP_OFF_STOP_PA_DATE | DATE | |||
| TRIP_ID | NUMBER | |||
| DELIVERY_ID | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT DELIVERY_LEG_ID
, SEQUENCE_NUMBER
, PICK_UP_STOP_ID
, DROP_OFF_STOP_ID
, PICK_UP_STOP_LOCATION_ID
, DROP_OFF_STOP_LOCATION_ID
, PICK_UP_STOP_PA_DATE
, DROP_OFF_STOP_PA_DATE
, TRIP_ID
, DELIVERY_ID
FROM WSH.WSH_CONSTRAINT_DLEG_TMP;
WSH.WSH_CONSTRAINT_DLEG_TMP does not reference any database object
WSH.WSH_CONSTRAINT_DLEG_TMP is referenced by following:
APPS
WSH_CONSTRAINT_DLEG_TMP
|
|
|
|