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


VIEW: APPS.MSD_DP_SCE_SCN_ENTRIES_V

Object Details
Object Name: MSD_DP_SCE_SCN_ENTRIES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewMSD.MSD_DP_SCE_SCN_ENTRIES_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 scenario entries


[View Source]

Columns
Name Datatype Length Mandatory Comments
DEMAND_PLAN_ID NUMBER

Demand Plan id
SCENARIO_ID NUMBER

Scenario id
BUCKET_TYPE NUMBER

Type of time bucket
START_DATE DATE

Start time
END_DATE DATE

End time
QUANTITY NUMBER

Demand quantity
SR_ORGANIZATION_ID NUMBER

Source organization id
SR_GEOGRAPHY_ID NUMBER

Source Geography Id
SR_INVENTORY_ITEM_ID NUMBER

Source item id
SR_INSTANCE_ID NUMBER

Source instance id
UOM_CODE VARCHAR2 (40)
UOM Code
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT DEMAND_PLAN_ID
,      SCENARIO_ID
,      BUCKET_TYPE
,      START_DATE
,      END_DATE
,      QUANTITY
,      SR_ORGANIZATION_ID
,      SR_GEOGRAPHY_ID
,      SR_INVENTORY_ITEM_ID
,      SR_INSTANCE_ID
,      UOM_CODE
FROM APPS.MSD_DP_SCE_SCN_ENTRIES_V;

Dependencies

[top of page]

APPS.MSD_DP_SCE_SCN_ENTRIES_V references the following:

SchemaAPPS
PL/SQL PackageMSD_DEM_COMMON_UTILITIES - show dependent code
SynonymMSD_DP_SCENARIOS
SynonymMSD_DP_SCENARIO_ENTRIES
SynonymMSD_DP_SCN_ENTRIES_DENORM
ViewMSD_DP_SCN_OUTPUT_LEVELS_V
APPS.MSD_DP_SCE_SCN_ENTRIES_V is referenced by following:

SchemaAPPS
Package BodyMSD_SCE_PUBLISH_FORECAST_PKG - show dependent code