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


TABLE: MST.MST_EXCEPTIONS

Object Details
Object Name: MST_EXCEPTIONS
Object Type: TABLE
Owner: MST
Subobject Name:
Status: VALID


Entity for storing TP exception summary


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MST_EXCEPTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXCEPTION_ID
ColumnPLAN_ID
MST_EXCEPTIONS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPLAN_ID
ColumnEXCEPTION_TYPE
MST_EXCEPTIONS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPLAN_ID
ColumnEXCEPTION_GROUP
Columns
Name Datatype Length Mandatory Comments
EXCEPTION_ID NUMBER
Yes Primary Key
PLAN_ID NUMBER
Yes This column stores the plan id for the plan caused the exceptions
EXCEPTION_GROUP NUMBER
Yes This column stores lookups. e.g. 100 --> late order, 200-->load exceptions
EXCEPTION_TYPE NUMBER
Yes 100 to 199 for Late odrer exceptions, 200 to 299 for Load exceptions etc.,
EXCEPTION_COUNT NUMBER

The total number of this type of exceptions occurs in this plan
EXCEPTION_COUNT_CONTEXT NUMBER

Calculated on fly at run time to store the count of exception type for current context of exception summary screen
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
Query Text

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


SELECT EXCEPTION_ID
,      PLAN_ID
,      EXCEPTION_GROUP
,      EXCEPTION_TYPE
,      EXCEPTION_COUNT
,      EXCEPTION_COUNT_CONTEXT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM MST.MST_EXCEPTIONS;

Dependencies

[top of page]

MST.MST_EXCEPTIONS does not reference any database object

MST.MST_EXCEPTIONS is referenced by following:

SchemaAPPS
SynonymMST_EXCEPTIONS