[Home] [Help]
[Dependency Information]
Object Name: | MSD_ST_MFG_FORECAST |
---|---|
Object Type: | TABLE |
Owner: | MSD |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This staging table stores the data for Manufacturing Forecast.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
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) | Forecast name. | |
CUSTOMER | VARCHAR2 | (320) | Specific customer for the forecast entry. | |
ITEM | VARCHAR2 | (320) | Forecast item name. | |
INV_ORG | VARCHAR2 | (320) | Inventory organization for the manufacturing forecast set. | |
SALES_CHANNEL | VARCHAR2 | (320) | Sales channel for the forecast entry. | |
SHIP_TO_LOC | VARCHAR2 | (320) | Ship to location for the forecast entry. | |
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) | 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 | Expected (forecast) quantity due to customer orders. | ||
CURRENT_QUANTITY | NUMBER | Expected quantity net of customer orders that have been already received. ( Original quantiry - customer orders) | ||
CREATION_DATE | DATE | Standard who column. | ||
CREATED_BY | NUMBER | Standard who column. | ||
LAST_UPDATE_DATE | DATE | Standard who column. | ||
LAST_UPDATED_BY | NUMBER | Standard who column. | ||
LAST_UPDATE_LOGIN | NUMBER | Standard who column. | ||
REQUEST_ID | NUMBER | Concurrent who column. | ||
PROGRAM_APPLICATION_ID | NUMBER | Concurrent who column. | ||
PROGRAM_ID | NUMBER | Concurrent who column. | ||
PROGRAM_UPDATE_DATE | DATE | Concurrent 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) | Primary key for the first user defined dimension. | |
SR_USER_DEFINED2_PK | VARCHAR2 | (240) | Primary key for the second user defined dimension. | |
SR_INSTANCE_CODE | VARCHAR2 | (3) | Source Instance Code | |
PROCESS_FLAG | NUMBER | This is an internal column. It is populated and used by Legacy process | ||
BATCH_ID | NUMBER | This is an internal column. It is populated and used by Legacy process | ||
DATA_SOURCE_TYPE | VARCHAR2 | (15) | This is an internal column. It is populated and used by Legacy process | |
ST_TRANSACTION_ID | NUMBER | This is an internal column. It is populated and used by Legacy process | ||
ERROR_TEXT | VARCHAR2 | (2000) | This is an internal column. It is populated and used by Legacy process | |
MESSAGE_ID | NUMBER | This is an internal column. It is populated and used by Legacy process | ||
USER_DEFINED_LEVEL1 | VARCHAR2 | (30) | Level Name for User Defined Dimension 1 | |
USER_DEFINED_LEVEL2 | VARCHAR2 | (30) | Level Name for User Define Dimension 2 | |
SR_DEMAND_CLASS_PK | VARCHAR2 | (240) | Source Demand Class Code | |
DEMAND_CLASS_LVL_VAL | VARCHAR2 | (240) | Demand Class Level Value | |
PRD_LEVEL_ID | NUMBER | (15) | Manufacturing Forecast is supported at Item and Product Family level.Valid values are 1- Item, 3 - Product Family | |
PRD_LEVEL_NAME | VARCHAR2 | (30) | Produce Level Name. This column is used by Legacy Collection to populate PRD_LEVEL_ID column. |
Cut, paste (and edit) the following text to query this object:
SELECT INSTANCE
, FORECAST_SET
, FORECAST_DESIGNATOR
, CUSTOMER
, ITEM
, INV_ORG
, 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
, SR_INSTANCE_CODE
, PROCESS_FLAG
, BATCH_ID
, DATA_SOURCE_TYPE
, ST_TRANSACTION_ID
, ERROR_TEXT
, MESSAGE_ID
, USER_DEFINED_LEVEL1
, USER_DEFINED_LEVEL2
, SR_DEMAND_CLASS_PK
, DEMAND_CLASS_LVL_VAL
, PRD_LEVEL_ID
, PRD_LEVEL_NAME
FROM MSD.MSD_ST_MFG_FORECAST;
MSD.MSD_ST_MFG_FORECAST does not reference any database object
MSD.MSD_ST_MFG_FORECAST is referenced by following:
|
|
|