[Home] [Help]
[Dependency Information]
Object Name: | MSD_DP_SCN_OUTPUT_LEVELS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view provides the Levels at which the output Scenario for a demand plan is to be generated. This stores the level values for all the dimension except for the time dimensions as the level values for the time dimension are pre-seeded as a lookup and further this informaiton is stored as the PERIOD_TYPE_ID in the MSD_DP_SCENARIOS_V).
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | Underlying row identifier. | |
DEMAND_PLAN_ID | NUMBER | The Demand Plan ID. | ||
DEMAND_PLAN_NAME | VARCHAR2 | (50) | The Demand Plan name. | |
SCENARIO_ID | NUMBER | The scenario ID. | ||
SCENARIO_NAME | VARCHAR2 | (200) | The scenario name. | |
SCENARIO_DESCRIPTION | VARCHAR2 | (240) | The scenario description. | |
SCENARIO_OUTPUT_PERIOD_TYPE_ID | VARCHAR2 | (30) | The Level ID in the time dimension at which the Scenario is to be published back from the ODP to the PS. The possible values are- 1. Mfg week, 2. Mfg period, 3. Fiscal month, 4. Fiscal quarter, 5. Fiscal year, 6. Gregorian month, 7. Gregorian quarter, 8. Gregorian year, 9. Day. This is based on the MSD_PERIOD_TYPE lookup. | |
SCENARIO_OUTPUT_PERIOD_TYPE | VARCHAR2 | (80) | The Level in the time dimension at which the Scenario is to be published back from the ODP to the PS. | |
SCENARIO_HORIZON_START_DATE | DATE | The start date from which the Scenario is to be generated. | ||
SCENARIO_HORIZON_END_DATE | DATE | The date till which the scenario needs to be generated. | ||
SCENARIO_FCST_DATE_USED_ID | VARCHAR2 | (30) | The date ID, used for generating the forecast. This is based on MSD_DATE_USED. The possible values are : 1. Booked Date, 2. Shipped Date, 3.Requested Date, 4.Scheduled Date, and 5.Promised Date. | |
SCENARIO_FCST_DATE_USED | VARCHAR2 | (100) | The date for the forecast date ID, as mentioned in previous column. | |
SCENARIO_FCST_BASED_ON_ID | VARCHAR2 | (30) | ID for the data based on which the forecast is generated. The possible values are : 1. Booking History, and 2. Shipment History. | |
SCENARIO_FCST_BASED_ON | VARCHAR2 | (496) | The data based on which the forecast is generated. Refer previous column. | |
PRICE_LIST_NAME | VARCHAR2 | (240) | Price List Name | |
LEVEL_ID | NUMBER | Level ID. | ||
LEVEL_NAME | VARCHAR2 | (30) | Level name. | |
DP_DIMENSION_CODE | VARCHAR2 | (3) | Dimension Code Associated with the Demand Plan. This is based on the MSD_USER_DIMENSIONS LOOKUP. | |
DP_DIMENSION | VARCHAR2 | (80) | Dimension associated with the Demand Plan. | |
OWNING_DIMENSION_CODE | VARCHAR2 | (3) | Code for the dimension to which that particular hierarchy belongs. | |
OWNING_DIMENSION | VARCHAR2 | (80) | The real dimension to which that particular hierarchy belongs. | |
LAST_UPDATE_DATE | DATE | Standard Who column. | ||
LAST_UPDATED_BY | NUMBER | Standard Who column. | ||
CREATION_DATE | DATE | Standard Who column. | ||
CREATED_BY | NUMBER | Standard Who column. | ||
LAST_UPDATE_LOGIN | NUMBER | Standard Who column. | ||
REQUEST_ID | NUMBER | Enhanced Who column. | ||
PROGRAM_APPLICATION_ID | NUMBER | Enhanced Who column. | ||
PROGRAM_ID | NUMBER | Enhanced Who column. | ||
PROGRAM_UPDATE_DATE | DATE | Enhanced Who column. | ||
DELETEABLE_FLAG | VARCHAR2 | (15) | Indicates whether the record is deleteable or not | |
ENABLE_NONSEED_FLAG | VARCHAR2 | (15) | Indicates whether the fields for this record need to be disabled for non seeded records also |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, DEMAND_PLAN_ID
, DEMAND_PLAN_NAME
, SCENARIO_ID
, SCENARIO_NAME
, SCENARIO_DESCRIPTION
, SCENARIO_OUTPUT_PERIOD_TYPE_ID
, SCENARIO_OUTPUT_PERIOD_TYPE
, SCENARIO_HORIZON_START_DATE
, SCENARIO_HORIZON_END_DATE
, SCENARIO_FCST_DATE_USED_ID
, SCENARIO_FCST_DATE_USED
, SCENARIO_FCST_BASED_ON_ID
, SCENARIO_FCST_BASED_ON
, PRICE_LIST_NAME
, LEVEL_ID
, LEVEL_NAME
, DP_DIMENSION_CODE
, DP_DIMENSION
, OWNING_DIMENSION_CODE
, OWNING_DIMENSION
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, DELETEABLE_FLAG
, ENABLE_NONSEED_FLAG
FROM APPS.MSD_DP_SCN_OUTPUT_LEVELS_V;
|
|
|