RCV_DELIVERY_CARTS

The table RCV_DELIVERY_CARTS stores all the information about the carts that are used for delivery management. A warehouse manager or inventory manager can assign one or more deliveries to a delivery cart. The person performing the delivery will sign on to the cart and then execute these deliveries.

Details

  • Schema: FUSION

  • Object owner: RCV

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

rcv_delivery_carts_PK

DELIVERY_CART_ID

Columns

Name Datatype Length Precision Not-null Comments
DELIVERY_CART_ID NUMBER 18 Yes This column uniquely identifies the current delivery cart row.
DELIVERY_CART_NAME VARCHAR2 80 Yes This column stores the name that uniquely identifies the current delivery cart row.
CART_DESCRIPTION VARCHAR2 240 This column stores the description for the current delivery cart row.
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_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
RCV_DELIVERY_CARTS_U1 Unique Default DELIVERY_CART_ID
RCV_DELIVERY_CARTS_U2 Unique Default DELIVERY_CART_NAME