MSC_HVGOP_CONSUMPTION
Table contains sales order consumption information.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
MSC_HVGOP_CONSUMPTION_PK |
ORDER_KEY, INVENTORY_KEY, CONSUMPTION_TIME_PERIOD, RESERVED_SUPPLY_TYPE, RESERVATION_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| ORDER_KEY | VARCHAR2 | 400 | Yes | Fulfillment Line id of the sales order | ||
| INVENTORY_KEY | VARCHAR2 | 150 | Yes | Inventory key associated with the sales order | ||
| RESERVED_SUPPLY_TYPE | NUMBER | Yes | Indicates the reserved supply type for reserved ECE | |||
| RESERVATION_ID | VARCHAR2 | 250 | Yes | Indicates the reservation ID for reserved ECE | ||
| CONSUMPTION_TIME_PERIOD | NUMBER | 8 | Yes | Consumption time period of the sales order | ||
| CONSUMPTION_QUANTITY | NUMBER | Yes | Quantity consumed by the sales order | |||
| 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. | |||
| DESTINATION_ORG | NUMBER | This column will hold the receiving organization code value for the item as the inventory key is made of item/supplier combination. | Obsolete | |||
| DESTINATION_CUSTOMER | VARCHAR2 | 100 | This column holds the value of customer and customer site details. | Obsolete | ||
| CONSUMPTION_DATE | TIMESTAMP | This column holds the value of date when the consumption for the item/supplier combination had occured. | Obsolete |
Indexes
| Index | Uniqueness | Tablespace | Columns | Status |
|---|---|---|---|---|
| MSC_HVGOP_CONSUMPTION_N1 | Non Unique | MSC_HVGOP_CONSUMPTION_N1 | INVENTORY_KEY | |
| MSC_HVGOP_CONSUMPTION_U1 | Unique | FUSION_TS_TX_DATA | ORDER_KEY, INVENTORY_KEY | Obsolete |
| MSC_HVGOP_CONSUMPTION_U2 | Unique | Default | ORDER_KEY, INVENTORY_KEY, CONSUMPTION_TIME_PERIOD, RESERVED_SUPPLY_TYPE, RESERVATION_ID |