[Home] [Help]
[Dependency Information]
| Object Name: | MSC_USER_PREFERENCE_VALUES |
|---|---|
| Object Type: | TABLE |
| Owner: | MSC |
| Subobject Name: | |
| Status: | VALID |
Actual value used for each key associated with user preference.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| MSC_USER_PREFERENCE_VALUES_U1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PREFERENCE_ID
KEY
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PREFERENCE_ID | NUMBER | Preference Identifier | ||
| KEY | VARCHAR2 | (200) | Key name Mapped field Name | |
| VALUE | VARCHAR2 | (2000) | Value for the Key |
Cut, paste (and edit) the following text to query this object:
SELECT PREFERENCE_ID
, KEY
, VALUE
FROM MSC.MSC_USER_PREFERENCE_VALUES;
MSC.MSC_USER_PREFERENCE_VALUES does not reference any database object
MSC.MSC_USER_PREFERENCE_VALUES is referenced by following:
MSC
MSC_USER_PREFERENCE_VALUES#
|
|
|
|