[Home] [Help]
[Dependency Information]
| Object Name: | MSC_USER_PREFERENCES |
|---|---|
| Object Type: | TABLE |
| Owner: | MSC |
| Subobject Name: | |
| Status: | VALID |
Stores Different preferences that control display of information in the Workbench.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| MSC_USER_PREFERENCES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
USER_ID
PREFERENCE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| USER_ID | NUMBER | Owner of the Preference | ||
| PREFERENCE_ID | NUMBER | Preference Identifier | ||
| NAME | VARCHAR2 | (30) | Preference Name | |
| DEFAULT_FLAG | NUMBER | Flag to indicate default Preference | ||
| DESCRIPTION | VARCHAR2 | (80) | Preference Description | |
| PLAN_TYPE | NUMBER | Plan Type |
Cut, paste (and edit) the following text to query this object:
SELECT USER_ID
, PREFERENCE_ID
, NAME
, DEFAULT_FLAG
, DESCRIPTION
, PLAN_TYPE
FROM MSC.MSC_USER_PREFERENCES;
MSC.MSC_USER_PREFERENCES does not reference any database object
MSC.MSC_USER_PREFERENCES is referenced by following:
MSC
MSC_USER_PREFERENCES#
|
|
|
|