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 for the Sales Order or Transfer Order consuming the forecast. | |
ORGANIZATION_ID | NUMBER | 18 | Yes | Organization identifier for the Sales Order or Transfer Order. | |
FORECAST_DEMAND_ID | NUMBER | 18 | Yes | Demand_id of the forecast entry being consumed. | |
DEMAND_ID | NUMBER | 18 | Yes | Demand_id 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. |
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 |