WSH_DELIVERY_ASSIGNMENTS

WSH_DELIVERY_ASSIGNMENTS assigns delivery details to a delivery and/or a parent delivery detail (LPN).

Details

  • Schema: FUSION

  • Object owner: WSH

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

WSH_DEL_ASSIGNMENTS_PK

DELIVERY_ASSIGNMENT_ID

Columns

Name Datatype Length Precision Not-null Comments
DELIVERY_ASSIGNMENT_ID NUMBER 18 Yes Primary Key for assignment of a shipment line to a shipment.
DELIVERY_ID NUMBER 18 Foreign Key to WSH_NEW_DELIVERIES
PARENT_DELIVERY_ID NUMBER 18 Foreign Key to WSH_NEW_DELIVERIES for parent delivery
DELIVERY_DETAIL_ID NUMBER 18 Yes Foreign key to WSH_DELIVERY_DETAILS
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
ACTIVE_FLAG VARCHAR2 1 Flag that determines whether the shipment assignment is active.
PARENT_DELIVERY_DETAIL_ID NUMBER 18 Foreign key to WSH_DELIVERY_DETAILS for parent delivery detail (container)
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.

Foreign Keys

Table Foreign Table Foreign Key Column
WSH_DELIVERY_ASSIGNMENTS wsh_new_deliveries DELIVERY_ID
WSH_DELIVERY_ASSIGNMENTS wsh_delivery_details DELIVERY_DETAIL_ID
WSH_DELIVERY_ASSIGNMENTS wsh_new_deliveries PARENT_DELIVERY_ID
WSH_DELIVERY_ASSIGNMENTS wsh_delivery_details PARENT_DELIVERY_DETAIL_ID

Indexes

Index Uniqueness Tablespace Columns
WSH_DEL_ASSIGNMENTS_N1 Non Unique Default DELIVERY_ID, DELIVERY_DETAIL_ID
WSH_DEL_ASSIGNMENTS_N2 Non Unique Default PARENT_DELIVERY_ID
WSH_DEL_ASSIGNMENTS_N3 Non Unique Default DELIVERY_DETAIL_ID
WSH_DEL_ASSIGNMENTS_N4 Non Unique Default PARENT_DELIVERY_DETAIL_ID
WSH_DEL_ASSIGNMENTS_U1 Unique Default DELIVERY_ASSIGNMENT_ID