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


TABLE: MSC.MSC_USER_PREFERENCE_KEYS

Object Details
Object Name: MSC_USER_PREFERENCE_KEYS
Object Type: TABLE
Owner: MSC
Subobject Name:
Status: VALID


Seeded information related to User preference.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MSC_USER_PREFERENCE_KEYS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPLAN_TYPE
ColumnPREFERENCE_KEY
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
PREFERENCE_KEY VARCHAR2 (200) Yes Key name Mapped field Name
PLAN_TYPE NUMBER

Plan Type
DEFAULT_VALUE VARCHAR2 (2000)
Default Value
PROMPT VARCHAR2 (80)
Field Prompt
PREF_TAB VARCHAR2 (240)
Tab Page on which the preference key will be shown.
NUMBER1 NUMBER

Sequence of the key
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PREFERENCE_KEY
,      PLAN_TYPE
,      DEFAULT_VALUE
,      PROMPT
,      PREF_TAB
,      NUMBER1
,      ZD_EDITION_NAME
FROM MSC.MSC_USER_PREFERENCE_KEYS;

Dependencies

[top of page]

MSC.MSC_USER_PREFERENCE_KEYS does not reference any database object

MSC.MSC_USER_PREFERENCE_KEYS is referenced by following:

SchemaMSC
ViewMSC_USER_PREFERENCE_KEYS#