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


VIEW: APPS.MSD_DP_DIMENSIONS_V

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

View Type

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


This view stores the associations between the Demand Plans User Defined Dimensions and the Real Dimensions.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Underlying row identifier for a form. Not important for the Express server.
DEMAND_PLAN_ID NUMBER
Yes Demand plan Unique ID. This is a primary key.
DEMAND_PLAN_NAME VARCHAR2 (30) Yes Demand plan name.
DP_DIMENSION_CODE VARCHAR2 (3) Yes Dimension Code Associated with the Demand Plan. This is based on the MSD_USER_DIMENSIONS LOOKUP.
DP_DIMENSION VARCHAR2 (80) Yes Dimension associated with the Demand Plan.
DIMENSION_CODE VARCHAR2 (3) Yes Dimension Code (one of the actual 9 Dimensions). This is based on the MSD_DIMENSIONS LOOKUP.
DIMENSION VARCHAR2 (80) Yes The real Dimension (one of the actual 9 Dimensions).
LAST_UPDATE_DATE DATE
Yes Standard Who column.
LAST_UPDATED_BY NUMBER
Yes Standard Who column.
CREATION_DATE DATE
Yes Standard Who column.
CREATED_BY NUMBER
Yes 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
Query Text

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


SELECT ROW_ID
,      DEMAND_PLAN_ID
,      DEMAND_PLAN_NAME
,      DP_DIMENSION_CODE
,      DP_DIMENSION
,      DIMENSION_CODE
,      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_DIMENSIONS_V;

Dependencies

[top of page]

APPS.MSD_DP_DIMENSIONS_V references the following:

SchemaAPPS
ViewFND_LOOKUP_VALUES_VL
SynonymMSD_DEMAND_PLANS
SynonymMSD_DP_DIMENSIONS
APPS.MSD_DP_DIMENSIONS_V is referenced by following:

SchemaAPPS
ViewMSD_DP_SCN_OUTPUT_LEVELS_V
Package BodyMSD_VALIDATE_DEMAND_PLAN - show dependent code