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


TABLE: MST.MST_EXCEP_PREFERENCES

Object Details
Object Name: MST_EXCEP_PREFERENCES
Object Type: TABLE
Owner: MST
Subobject Name:
Status: VALID


Entity for storing what exception types to be generated by the planning engine and what is the default rank for display for these exception in the exception detail screen


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MST_EXCEP_PREFS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXCEPTION_TYPE
ColumnUSER_ID
Columns
Name Datatype Length Mandatory Comments
EXCEPTION_GROUP NUMBER
Yes Lookup
USER_ID NUMBER
Yes Negative number for global preferences and FK to FND_USER table for user preferences.
EXCEPTION_TYPE NUMBER
Yes Lookup. Ony these exceptions will be generated by the planning engine
RANK NUMBER
Yes Rank in which exceptions will be displayed
RELEASE_OPTION NUMBER

1 => Manual release with warning, 2 => Manual release without warning, 3 => Manual and auto release, 4 => Ignore. Planning engine is not going to generate exception of this type. Mandatory for global preferences and always NULL for user preferences.
WORK_FLOW_ITEM_TYPE VARCHAR2 (240)
Workflow associated with exception type. To be populated only for global.
THRESHOLD_VALUE NUMBER

Threshold value for this exception type
THRESHOLD_UOM VARCHAR2 (3)
Unit of measure code for threshold_value. Currently not being used
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
Query Text

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


SELECT EXCEPTION_GROUP
,      USER_ID
,      EXCEPTION_TYPE
,      RANK
,      RELEASE_OPTION
,      WORK_FLOW_ITEM_TYPE
,      THRESHOLD_VALUE
,      THRESHOLD_UOM
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM MST.MST_EXCEP_PREFERENCES;

Dependencies

[top of page]

MST.MST_EXCEP_PREFERENCES does not reference any database object

MST.MST_EXCEP_PREFERENCES is referenced by following:

SchemaAPPS
SynonymMST_EXCEP_PREFERENCES