DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.MSD_DP_SCE_SCENARIOS_V

Object Details
Object Name: MSD_DP_SCE_SCENARIOS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewMSD.MSD_DP_SCE_SCENARIOS_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view provides the integration api with ASCP for Scenarios


[View Source]

Columns
Name Datatype Length Mandatory Comments
DEMAND_PLAN_ID NUMBER
Yes Demand plan id
DEMAND_PLAN_NAME VARCHAR2 (30) Yes Demand plan name
SCENARIO_ID NUMBER
Yes Scenario id
SCENARIO_NAME VARCHAR2 (45) Yes Scenario name
ORGANIZATION_ID NUMBER
Yes Organization id
SR_INSTANCE_ID NUMBER
Yes Source instance id
Query Text

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;

Dependencies

[top of page]

APPS.MSD_DP_SCE_SCENARIOS_V references the following:

SchemaAPPS
SynonymMSD_DEMAND_PLANS
SynonymMSD_DP_SCENARIOS
SynonymMSD_DP_SCENARIO_OUTPUT_LEVELS
APPS.MSD_DP_SCE_SCENARIOS_V is referenced by following:

SchemaAPPS
ViewMSD_DP_SCE_DEMANDPLAN_V