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


VIEW: APPS.MST_REL_EXCP_V

Object Details
Object Name: MST_REL_EXCP_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
TRIP_ID NUMBER

FK to mst_trips
EXCEPTION_DETAIL_ID NUMBER

FK to mst_exception_details
EXCEPTION_DESC VARCHAR2 (200)
Short exception message
EXCEPTION_SEQUENCE NUMBER

Sequence of line within short exception message
Query Text

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


SELECT PLAN_ID
,      TRIP_ID
,      EXCEPTION_DETAIL_ID
,      EXCEPTION_DESC
,      EXCEPTION_SEQUENCE
FROM APPS.MST_REL_EXCP_V;

Dependencies

[top of page]

APPS.MST_REL_EXCP_V references the following:

SchemaAPPS
SynonymMST_EXCEPTION_DETAILS
PL/SQL PackageMST_WB_UTIL - show dependent code

APPS.MST_REL_EXCP_V is not referenced by any database object