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


TABLE: MSC.MSC_USER_PREFERENCES

Object Details
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MSC_USER_PREFERENCES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnUSER_ID
ColumnPREFERENCE_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

MSC.MSC_USER_PREFERENCES does not reference any database object

MSC.MSC_USER_PREFERENCES is referenced by following:

SchemaMSC
ViewMSC_USER_PREFERENCES#