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


TABLE: MSD.MSD_DP_HIERARCHIES

Object Details
Object Name: MSD_DP_HIERARCHIES
Object Type: TABLE
Owner: MSD
FND Design Data: TableMSD.MSD_DP_HIERARCHIES
Subobject Name:
Status: VALID


This table stores the various hierarchies that are associated to the Demand Plan.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MSD_DP_HIERARCHIES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDEMAND_PLAN_ID
ColumnHIERARCHY_ID
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
DEMAND_PLAN_ID NUMBER
Yes Demand Plan Unique ID. This is part of the primary key.
DP_DIMENSION_CODE VARCHAR2 (3) Yes Demand Plan user dimension. This is part of the primary key.
HIERARCHY_ID NUMBER
Yes Hierarchy ID that is used in the demand plan user dimension. This is part of the primary key.
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
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT DEMAND_PLAN_ID
,      DP_DIMENSION_CODE
,      HIERARCHY_ID
,      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
,      ZD_EDITION_NAME
FROM MSD.MSD_DP_HIERARCHIES;

Dependencies

[top of page]

MSD.MSD_DP_HIERARCHIES does not reference any database object

MSD.MSD_DP_HIERARCHIES is referenced by following:

SchemaMSD
ViewMSD_DP_HIERARCHIES#