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


TABLE: MSD.MSD_DP_DIMENSIONS

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


This table stores the associations between the Demand Plan User Defined Dimensions and the Real Dimensions.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MSD_DP_DIMENSIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDEMAND_PLAN_ID
ColumnDIMENSION_CODE
ColumnDP_DIMENSION_CODE
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 This is the demand plan user dimension.
DIMENSION_CODE VARCHAR2 (3) Yes This is the Demand Planning Server 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
Query Text

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


SELECT DEMAND_PLAN_ID
,      DP_DIMENSION_CODE
,      DIMENSION_CODE
,      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 MSD.MSD_DP_DIMENSIONS;

Dependencies

[top of page]

MSD.MSD_DP_DIMENSIONS does not reference any database object

MSD.MSD_DP_DIMENSIONS is referenced by following:

SchemaAPPS
SynonymMSD_DP_DIMENSIONS
Package BodyMSD_VALIDATE_DEMAND_PLAN - show dependent code