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


VIEW: APPS.MST_EXCEPTION_TYPES_V

Object Details
Object Name: MST_EXCEPTION_TYPES_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
EXCEPTION_TYPE_ID NUMBER

Unique Identifier for Exception Type. Lookup Code from MFG_LOOKUPS.
EXCEPTION_TYPE VARCHAR2 (80) Yes Exception Type Short Name. Lookup Meaning.
DESCRIPTION VARCHAR2 (240)
Exception type Description. Lookup Description.
Query Text

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


SELECT EXCEPTION_TYPE_ID
,      EXCEPTION_TYPE
,      DESCRIPTION
FROM APPS.MST_EXCEPTION_TYPES_V;

Dependencies

[top of page]

APPS.MST_EXCEPTION_TYPES_V references the following:

SchemaAPPS
ViewMFG_LOOKUPS

APPS.MST_EXCEPTION_TYPES_V is not referenced by any database object