MSC_HVGOP_ALLOC_CONSUMPTION
This table stores allocation consumption details.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_HVGOP_ALLOC_CONSUMPTION_PK |
ORDER_KEY, INVENTORY_KEY, NODE_ID, ALLOC_CONSUMPTION_WEEK |
Columns
Name | Datatype | Length | Not-null | Comments |
---|---|---|---|---|
ORDER_KEY | VARCHAR2 | 400 | Yes | Fulfillment Line id of the sales order. |
INVENTORY_KEY | VARCHAR2 | 150 | Yes | Inventory key associated with the sales order number. |
NODE_ID | NUMBER | Yes | Node id from which the allocation happened. | |
STOLEN_FLAG | NUMBER | This flag indicates if the consumed quantity is stolen from the given node. Valid values are 1- true, 2 - false. | ||
ALLOC_CONSUMPTION_WEEK | NUMBER | Yes | Contains the week index in which the consumption happened. (0...max number of weeks-1) | |
ALLOC_CONSUMPTION_QUANTITY | NUMBER | Yes | Quantity consumed by the sales order. | |
INPUT_NODE1_ID | NUMBER | First level allocation node identifier for the order key in the request payload. | ||
INPUT_NODE2_ID | NUMBER | Second level allocation node identifier for the order key in the request payload. | ||
INPUT_NODE3_ID | NUMBER | Third level allocation node identifier for the order key in the request payload. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of 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 |
---|---|---|---|
MSC_HVGOP_ALLOC_CONSUMPTION_N1 | Non Unique | MSC_HVGOP_ALLOC_CONSUMPTION_N1 | INVENTORY_KEY |
MSC_HVGOP_ALLOC_CONSUMPTION_U1 | Unique | Default | ORDER_KEY, INVENTORY_KEY, NODE_ID, ALLOC_CONSUMPTION_WEEK |