RCV_PUT_AWAY_SUGGESTIONS
The table RCV_PUT_AWAY_SUGGESTIONS stores suggested subinventories and locators for put away. This information is presented to the warehouse operator when performing a put away transaction.
Details
-
Schema: FUSION
-
Object owner: RCV
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
rcv_put_away_suggestions_PK |
PUT_AWAY_SUGGESTION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PUT_AWAY_SUGGESTION_ID | NUMBER | 18 | Yes | Unique identifier for the put away suggestion. | |
PARENT_TRANSACTION_ID | NUMBER | 18 | Yes | Unique identifier for the parent receiving transaction. | |
ORGANIZATION_ID | NUMBER | 18 | Yes | Unique identifier for the inventory organization. | |
SHIPMENT_HEADER_ID | NUMBER | 18 | Yes | Unique identifier for the receiving receipt header. | |
SHIPMENT_LINE_ID | NUMBER | 18 | Yes | Unique identifier for the receiving receipt line. | |
SUGGESTION_TYPE_CODE | VARCHAR2 | 30 | Yes | Identifies the suggestion type. | |
CROSSDOCK_ORDER_TYPE | VARCHAR2 | 30 | Identifies the order type for the cross dock opportunity. | ||
CROSSDOCK_ORDER_NUMBER | VARCHAR2 | 150 | Identifies the order number for the cross dock opportunity. | ||
CROSSDOCK_ORDER_LINE_NUMBER | VARCHAR2 | 150 | Identifies the order line number for the cross dock opportunity. | ||
ZONE_ID | VARCHAR2 | 18 | Unique identifier for the inventory zone. | ||
SUBINVENTORY_CODE | VARCHAR2 | 30 | Identifies the suggested subinventory. | ||
LOCATOR_ID | NUMBER | 18 | Unique identifier for the suggested locator. | ||
SUGGESTION_RANK | NUMBER | 9 | Yes | Indicates the rank for the put away suggestion. | |
SUGGESTION_CODE | VARCHAR2 | 180 | Indicates the put away suggestions used to find this subinventory and locator. | ||
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. | ||
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 | Tablespace | Columns |
---|---|---|---|
RCV_PUT_AWAY_SUGGESTIONS_U1 | Unique | Default | PUT_AWAY_SUGGESTION_ID |