MSC_HVGOP_SUPPLIER_CONSUMPTION
Table contains sales order consumption information for item supplier.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_HVGOP_SUPPLIER_CON_PK |
ORDER_KEY, INVENTORY_KEY, CONSUMPTION_TIME_PERIOD, DESTINATION_ORG, DESTINATION_CUSTOMER |
Columns
Name | Datatype | Length | Precision | 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. | |
CONSUMPTION_TIME_PERIOD | NUMBER | 8 | Yes | Consumption time period of the sales order. | |
DESTINATION_ORG | NUMBER | Yes | This column indicates receiving organization. | ||
DESTINATION_CUSTOMER | VARCHAR2 | 100 | Yes | This column indicates the value of customer and customer site details. | |
CONSUMPTION_QUANTITY | NUMBER | Yes | This column indicates quantity consumed by the sales order. | ||
CONSUMPTION_DATE | TIMESTAMP | Yes | This column holds the value of date when the consumption for the item/supplier combination had occured. | ||
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_SUPPLIER_CON_N1 | Non Unique | MSC_HVGOP_SUPPLIER_CON_N1 | INVENTORY_KEY |
MSC_HVGOP_SUPPLIER_CON_U1 | Unique | Default | ORDER_KEY, INVENTORY_KEY, CONSUMPTION_TIME_PERIOD, DESTINATION_ORG, DESTINATION_CUSTOMER |