[Home] [Help]
[Dependency Information]
| Object Name: | MST_EXCEPTIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | MST |
| Subobject Name: | |
| Status: | VALID |
Entity for storing TP exception summary
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| MST_EXCEPTIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
EXCEPTION_ID
PLAN_ID
|
| MST_EXCEPTIONS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PLAN_ID
EXCEPTION_TYPE
|
| MST_EXCEPTIONS_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PLAN_ID
EXCEPTION_GROUP
|
| 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). |
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;
MST.MST_EXCEPTIONS does not reference any database object
MST.MST_EXCEPTIONS is referenced by following:
APPS
MST_EXCEPTIONS
|
|
|
|