[Home] [Help]
[Dependency Information]
| Object Name: | MST_DEAD_STOPS_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 | Yes | FK to mst_plans | |
| EXCEPTION_TYPE | NUMBER | Yes | Exception type | |
| TRIP_ID | NUMBER | Yes | FK to mst_trips | |
| STOP_ID | NUMBER | Yes | FK to mst_trip_stops | |
| STOP_LOCATION_ID | NUMBER | Yes | Foreign key to WSH_LOCATIONS | |
| PLANNED_FLAG | NUMBER | Yes | 1 => Load Firm, 2 => Trip Firm, 3 => Not Firm | |
| TRIP_NUMBER | NUMBER | Trip number with in plan | ||
| MODE_OF_TRANSPORT | VARCHAR2 | (30) | Truck, LTL, Ocean, Parcel etc | |
| EXCEPTION_DETAIL_ID | NUMBER | Yes | FK to mst_exception_details | |
| COMPANY | VARCHAR2 | (80) | Company | |
| ADDRESS | VARCHAR2 | (240) | Address | |
| CITY | VARCHAR2 | (120) | City | |
| STATE | VARCHAR2 | (120) | State | |
| ZIP | VARCHAR2 | (60) | Zipcode | |
| COUNTRY | VARCHAR2 | (120) | Country | |
| STOP_SEQUENCE_NUMBER | NUMBER | Yes | Indicates sequence of stop on trips | |
| STATUS | VARCHAR2 | (80) | Yes | Exception status |
| WORKFLOW_STATUS | VARCHAR2 | (20) | Workflow status of exception |
Cut, paste (and edit) the following text to query this object:
SELECT PLAN_ID
, EXCEPTION_TYPE
, TRIP_ID
, STOP_ID
, STOP_LOCATION_ID
, PLANNED_FLAG
, TRIP_NUMBER
, MODE_OF_TRANSPORT
, EXCEPTION_DETAIL_ID
, COMPANY
, ADDRESS
, CITY
, STATE
, ZIP
, COUNTRY
, STOP_SEQUENCE_NUMBER
, STATUS
, WORKFLOW_STATUS
FROM APPS.MST_DEAD_STOPS_V;
APPS
MFG_LOOKUPS
MST_EXCEPTION_DETAILS
MST_TRIPS
MST_TRIP_STOPS
MST_WB_UTIL
- show dependent code
WSH_LOCATIONS
APPS.MST_DEAD_STOPS_V is not referenced by any database object
|
|
|
|