[Home] [Help]
[Dependency Information]
| Object Name: | MST_REL_EXCP_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| 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 |
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;
APPS
MST_EXCEPTION_DETAILS
MST_WB_UTIL
- show dependent code
APPS.MST_REL_EXCP_V is not referenced by any database object
|
|
|
|