[Home] [Help]
[Dependency Information]
Object Name: | MSD_DP_SCE_SCENARIOS_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 integration api with ASCP for Scenarios
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DEMAND_PLAN_ID | NUMBER | Demand plan id | ||
DEMAND_PLAN_NAME | VARCHAR2 | (30) | Demand plan name | |
SCENARIO_ID | NUMBER | Scenario id | ||
SCENARIO_NAME | VARCHAR2 | (45) | Scenario name | |
ORGANIZATION_ID | NUMBER | Organization id | ||
SR_INSTANCE_ID | NUMBER | Source instance id |
Cut, paste (and edit) the following text to query this object:
SELECT DEMAND_PLAN_ID
, DEMAND_PLAN_NAME
, SCENARIO_ID
, SCENARIO_NAME
, ORGANIZATION_ID
, SR_INSTANCE_ID
FROM APPS.MSD_DP_SCE_SCENARIOS_V;
|
|
|