[Home] [Help]
[Dependency Information]
| Object Name: | MSD_DP_HIERARCHIES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | MSD.MSD_DP_HIERARCHIES_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view stores the Demand Plan Hierarchies Association.
| 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 |
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;
APPS
FND_LOOKUP_VALUES_VL
MFG_LOOKUPS
MSD_DEMAND_PLANS
MSD_DP_HIERARCHIES
MSD_HIERARCHIES
APPS
MSD_COLLECT_LEVEL_VALUES
- show dependent code
MSD_VALIDATE_DEMAND_PLAN
- show dependent code
|
|
|
|