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


VIEW: APPS.MST_EXCEPTION_PREFS_V

Object Details
Object Name: MST_EXCEPTION_PREFS_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
USER_ID NUMBER

Negative number for global preferences and FK to FND_USER table for user preferences.
EXCEPTION_TYPE NUMBER

Exception type - lookups
EXCEPTION_GROUP NUMBER

Exception group - lookups
EXCEPTION_NAME VARCHAR2 (80) Yes Exception name
RANK NUMBER

Rank of the exception
RELEASE_OPTION NUMBER

Release option
THRESHOLD_VALUE NUMBER

Threshold value
THRESHOLD_UNIT VARCHAR2 (3)
Threshold unit
WORK_FLOW_ITEM_TYPE VARCHAR2 (240)
Workflow type of the exception
Query Text

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


SELECT USER_ID
,      EXCEPTION_TYPE
,      EXCEPTION_GROUP
,      EXCEPTION_NAME
,      RANK
,      RELEASE_OPTION
,      THRESHOLD_VALUE
,      THRESHOLD_UNIT
,      WORK_FLOW_ITEM_TYPE
FROM APPS.MST_EXCEPTION_PREFS_V;

Dependencies

[top of page]

APPS.MST_EXCEPTION_PREFS_V references the following:

SchemaAPPS
ViewMFG_LOOKUPS
SynonymMST_EXCEP_PREFERENCES

APPS.MST_EXCEPTION_PREFS_V is not referenced by any database object