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


VIEW: APPS.MSD_DP_HIERARCHIES_V

Object Details
Object Name: MSD_DP_HIERARCHIES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewMSD.MSD_DP_HIERARCHIES_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 Demand Plan Hierarchies Association.


[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.
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.
HIERARCHY_ID NUMBER
Yes The Hierarchy ID associated with a particular demand plan dimension.
HIERARCHY_NAME VARCHAR2 (30) Yes The Hierarchy Name associated with a particular DP dimension.
HIERARCHY_DESCRIPTION VARCHAR2 (240) Yes The Hierarchy description.
OWNING_DIMENSION_CODE VARCHAR2 (3) Yes Code for the dimension to which that particular hierarchy belongs.
OWNING_DIMENSION VARCHAR2 (80) Yes The real dimension to which that particular hierarchy belongs.
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
,      HIERARCHY_ID
,      HIERARCHY_NAME
,      HIERARCHY_DESCRIPTION
,      OWNING_DIMENSION_CODE
,      OWNING_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_HIERARCHIES_V;

Dependencies

[top of page]

APPS.MSD_DP_HIERARCHIES_V references the following:

SchemaAPPS
ViewFND_LOOKUP_VALUES_VL
ViewMFG_LOOKUPS
SynonymMSD_DEMAND_PLANS
SynonymMSD_DP_HIERARCHIES
SynonymMSD_HIERARCHIES
APPS.MSD_DP_HIERARCHIES_V is referenced by following:

SchemaAPPS
Package BodyMSD_COLLECT_LEVEL_VALUES - show dependent code
Package BodyMSD_VALIDATE_DEMAND_PLAN - show dependent code