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


TABLE: MSD.MSD_DP_SCENARIO_EVENTS

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


This tables stores the associations between a scenario and the events associated with this scenario.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MSD_DP_SCN_EVENTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDEMAND_PLAN_ID
ColumnSCENARIO_ID
ColumnEVENT_ID
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
DEMAND_PLAN_ID NUMBER
Yes Demand Plan Id
SCENARIO_ID NUMBER
Yes Scenario Id
EVENT_ID NUMBER
Yes Event Id
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
EVENT_ASSOCIATION_PRIORITY NUMBER

Event association priority
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
,      SCENARIO_ID
,      EVENT_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      EVENT_ASSOCIATION_PRIORITY
,      DELETEABLE_FLAG
,      ENABLE_NONSEED_FLAG
,      ZD_EDITION_NAME
FROM MSD.MSD_DP_SCENARIO_EVENTS;

Dependencies

[top of page]

MSD.MSD_DP_SCENARIO_EVENTS does not reference any database object

MSD.MSD_DP_SCENARIO_EVENTS is referenced by following:

SchemaMSD
ViewMSD_DP_SCENARIO_EVENTS#