[Home] [Help]
[Dependency Information]
Object Name: | MSD_MFG_FORECAST |
---|---|
Object Type: | TABLE |
Owner: | MSD |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table stores the fact data for Manufacturing Forecast.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
MSD_MFG_FORECAST_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
MSD_MFG_FORECAST_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INSTANCE | VARCHAR2 | (40) | Yes | Source instance ID. |
FORECAST_SET | VARCHAR2 | (320) | Name of the manufacturing forecast set in the source instance. | |
FORECAST_DESIGNATOR | VARCHAR2 | (320) | Yes | Forecast name. |
ITEM | VARCHAR2 | (320) | Item name. | |
INV_ORG | VARCHAR2 | (320) | Inventory organization. | |
CUSTOMER | VARCHAR2 | (320) | ustomer. | |
SALES_CHANNEL | VARCHAR2 | (320) | Sales channel information. | |
SHIP_TO_LOC | VARCHAR2 | (320) | Ship to location. | |
USER_DEFINED1 | VARCHAR2 | (320) | Value of the first user defined dimension. | |
USER_DEFINED2 | VARCHAR2 | (320) | Value of the second user defined dimension. | |
BUCKET_TYPE | VARCHAR2 | (30) | Yes | The forecast bucket type to specify the time period (days, weeks, periods) that a manufacturing forecast entry covers. |
FORECAST_DATE | DATE | Yes | Start date of the time period that a forecast entry covers. | |
RATE_END_DATE | DATE | End date of the time period that a forecast entry covers. | ||
ORIGINAL_QUANTITY | NUMBER | Yes | Expected (forecast) quantity due to customer orders. | |
CURRENT_QUANTITY | NUMBER | Yes | Expected quantity net of customer orders that have been already received. ( Original quantiry - customer orders) | |
CREATION_DATE | DATE | Yes | Standard who column. | |
CREATED_BY | NUMBER | Yes | Standard who column. | |
LAST_UPDATE_DATE | DATE | Yes | Standard who column. | |
LAST_UPDATED_BY | NUMBER | Yes | Standard who column. | |
LAST_UPDATE_LOGIN | NUMBER | Yes | Standard who column. | |
REQUEST_ID | NUMBER | Extended who column. | ||
PROGRAM_APPLICATION_ID | NUMBER | Extended who column. | ||
PROGRAM_ID | NUMBER | Extended who column. | ||
PROGRAM_UPDATE_DATE | DATE | Extended who column. | ||
SR_INV_ORG_PK | VARCHAR2 | (240) | Yes | Primary key for the inventory organization in the source instance. |
SR_ITEM_PK | VARCHAR2 | (240) | Yes | Primary key for the item in the source instance. |
SR_CUSTOMER_PK | VARCHAR2 | (240) | Primary key for the customer in the source instance. | |
SR_SALES_CHANNEL_PK | VARCHAR2 | (240) | Yes | Primary key for the sales channel in the source instance. |
SR_SHIP_TO_LOC_PK | VARCHAR2 | (240) | Yes | Primary key for the 'ship to location' in the source instance. |
SR_USER_DEFINED1_PK | VARCHAR2 | (240) | Yes | Primary key for the first user defined dimension. |
SR_USER_DEFINED2_PK | VARCHAR2 | (240) | Yes | Primary key for the second user defined dimension. |
LAST_REFRESH_NUM | NUMBER | Last refresh number | ||
CREATED_BY_REFRESH_NUM | NUMBER | created by refresh number | ||
ACTION_CODE | VARCHAR2 | (30) | DML action code | |
SR_DEMAND_CLASS_PK | VARCHAR2 | (240) | Source Demand Class Code | |
PRD_LEVEL_ID | NUMBER | (15) | Manufacturing Forecast is supported at Item and Product Family level.Valid values are 1- Item, 3 - Product Family |
Cut, paste (and edit) the following text to query this object:
SELECT INSTANCE
, FORECAST_SET
, FORECAST_DESIGNATOR
, ITEM
, INV_ORG
, CUSTOMER
, SALES_CHANNEL
, SHIP_TO_LOC
, USER_DEFINED1
, USER_DEFINED2
, BUCKET_TYPE
, FORECAST_DATE
, RATE_END_DATE
, ORIGINAL_QUANTITY
, CURRENT_QUANTITY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, SR_INV_ORG_PK
, SR_ITEM_PK
, SR_CUSTOMER_PK
, SR_SALES_CHANNEL_PK
, SR_SHIP_TO_LOC_PK
, SR_USER_DEFINED1_PK
, SR_USER_DEFINED2_PK
, LAST_REFRESH_NUM
, CREATED_BY_REFRESH_NUM
, ACTION_CODE
, SR_DEMAND_CLASS_PK
, PRD_LEVEL_ID
FROM MSD.MSD_MFG_FORECAST;
MSD.MSD_MFG_FORECAST does not reference any database object
MSD.MSD_MFG_FORECAST is referenced by following:
|
|
|