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

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
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_DEM_TRANSFER_LIST
SynonymMSD_DEM_TRANSFER_QUERY
PL/SQL PackageMSD_DEM_UPLOAD_FORECAST - show dependent code
SynonymMSD_DP_SCENARIOS
SynonymMSD_DP_SCENARIO_OUTPUT_LEVELS
APPS.MSD_DP_SCE_SCENARIOS_V is referenced by following:

SchemaAPPS
ViewMSD_DP_SCE_DEMANDPLAN_V