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


VIEW: APPS.MST_ACT_ANALYZE_EXCEPTIONS_V

Object Details
Object Name: MST_ACT_ANALYZE_EXCEPTIONS_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
PLAN_ID NUMBER

FK to mst_plans
IN_REQUEST_ID NUMBER

FK to mst_in_requests
OUT_REQUEST_ID NUMBER

FK to mst_out_requests
OUT_REQUEST_DETAIL_ID NUMBER

FK to mst_out_request_details
EXCEPTION_TYPE NUMBER

Exception type
EXCEPTION_DESC VARCHAR2 (200)
Short message of the exception type
EXCEPTION_SEQUENCE NUMBER

Order in which exception description appears for each exception
Query Text

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


SELECT PLAN_ID
,      IN_REQUEST_ID
,      OUT_REQUEST_ID
,      OUT_REQUEST_DETAIL_ID
,      EXCEPTION_TYPE
,      EXCEPTION_DESC
,      EXCEPTION_SEQUENCE
FROM APPS.MST_ACT_ANALYZE_EXCEPTIONS_V;

Dependencies

[top of page]

APPS.MST_ACT_ANALYZE_EXCEPTIONS_V references the following:

SchemaAPPS
SynonymMST_IN_REQUESTS
SynonymMST_OUT_REQUESTS
SynonymMST_OUT_REQUEST_DETAILS
PL/SQL PackageMST_WB_UTIL - show dependent code

APPS.MST_ACT_ANALYZE_EXCEPTIONS_V is not referenced by any database object