[Home] [Help]
[Dependency Information]
| Object Name: | MSC_EXCEPTION_PREFERENCES |
|---|---|
| Object Type: | TABLE |
| Owner: | MSC |
| FND Design Data: | MSC.MSC_EXCEPTION_PREFERENCES
|
| Subobject Name: | |
| Status: | VALID |
This table stores the order in which a user chooses to see the exception types.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| MSC_EXCEPTION_PREFERENCES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
USER_ID
EXCEPTION_TYPE_LOOKUP_CODE
RANK
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| USER_ID | NUMBER | Id of the user | ||
| EXCEPTION_TYPE_LOOKUP_CODE | NUMBER | Exception type | ||
| RANK | NUMBER | rank used for ordering the exceptions | ||
| CREATION_DATE | DATE | Standard who column | ||
| CREATED_BY | NUMBER | Standard who column | ||
| LAST_UPDATE_DATE | DATE | Standard who column | ||
| LAST_UPDATED_BY | NUMBER | Standard who column | ||
| LAST_UPDATE_LOGIN | NUMBER | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT USER_ID
, EXCEPTION_TYPE_LOOKUP_CODE
, RANK
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM MSC.MSC_EXCEPTION_PREFERENCES;
MSC.MSC_EXCEPTION_PREFERENCES does not reference any database object
MSC.MSC_EXCEPTION_PREFERENCES is referenced by following:
MSC
MSC_EXCEPTION_PREFERENCES#
|
|
|
|