MSC_FCST_CONSUMPTION_DTLS
This table tracks forecast consumption. Each entry represents a consumption that took place for a particular forecast entry, as a result of a sales order or transfer order demand. This table is populated by a supply plan run. This is a partitioned table on plan_id. The combination of plan_id, inventory_item_id, organization_id and consumption_id is unique in the table.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
MSC_FCST_CONSUMPTION_DTLS_PK |
PLAN_ID, INVENTORY_ITEM_ID, ORGANIZATION_ID, CONSUMPTION_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PLAN_ID | NUMBER | 18 | Yes | This value indicates the plan identifier for the record. | |
| CONSUMPTION_ID | NUMBER | 18 | Yes | A sequence number for forecast consumption for an Item/org. It starts with 1 for the first consumption entry and increments for every subsequent consumption. | |
| INVENTORY_ITEM_ID | NUMBER | 18 | Yes | Identifies the inventory item id of the forecast. This column will be negative category_id if it is product family forecast. | |
| ORGANIZATION_ID | NUMBER | 18 | Yes | Organization identifier of the forecast being consumed. | |
| FORECAST_DEMAND_ID | NUMBER | 18 | Yes | Unique demand identifier of the forecast entry being consumed. | |
| DEMAND_ID | NUMBER | 18 | Yes | Unique demand identifier of the sales order, or transfer order demand that is consuming the forecast. | |
| FORECAST_QTY | NUMBER | Yes | Forecast quantity for the forecast entry before consumption. | ||
| CONSUMED_QTY | NUMBER | Yes | Forecast quantity consumed by sales order or transfer order demand. | ||
| FORECAST_DATE | DATE | Yes | Demand start date of the forecast entry at the time of consumption. | ||
| 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. | ||
| CONSUMED_CATEGORY_ID | NUMBER | 18 | Indicates the category of the forecasts that were consumed. This column will be set to -23453 if it's an item level forecast. | ||
| FCST_DEMAND_CLASS | VARCHAR2 | 34 | Demand class associated with the forecast demand being consumed. | ||
| FCST_CUSTOMER_ID | NUMBER | 18 | Indicates the unique identifier of a customer on the forecast. | ||
| FCST_CUSTOMER_SITE_ID | NUMBER | 18 | Indicates the unique identifier of a customer site on the forecast. | ||
| FCST_DESIGNATOR_ID | NUMBER | 18 | Indicates the unique identifier of the forecast designator. | ||
| FORECAST_TYPE | NUMBER | 18 | The type of forecast for this consumption entry. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSC_FCST_CONSUMPTION_DTLS_N1 | Non Unique | Default | PLAN_ID, FORECAST_DEMAND_ID |
| MSC_FCST_CONSUMPTION_DTLS_N2 | Non Unique | Default | PLAN_ID, DEMAND_ID |
| MSC_FCST_CONSUMPTION_DTLS_U1 | Unique | Default | PLAN_ID, INVENTORY_ITEM_ID, ORGANIZATION_ID, CONSUMPTION_ID |