[Home] [Help]
[Dependency Information]
| Object Name: | MST_ACT_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 | Unique identifier for plan | |
| TRIP_ID | NUMBER | Yes | FK to mst_trips | |
| PLANNED_FLAG | NUMBER | Yes | 1 => Routing & contents firm, 2 => Routing firm, 3 => Not Firm | |
| STOP_ID | NUMBER | Yes | FK to mst_trip_stops | |
| IN_REQUEST_ID | NUMBER | Yes | FK to mst_in_requests | |
| TRIP_NUMBER | NUMBER | Trip number with in plan | ||
| MODE_OF_TRANSPORT | VARCHAR2 | (30) | Truck, LTL, Ocean, Parcel etc | |
| COMPANY | VARCHAR2 | (60) | Yes | Company |
| STOP_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 | Stop sequence |
Cut, paste (and edit) the following text to query this object:
SELECT PLAN_ID
, TRIP_ID
, PLANNED_FLAG
, STOP_ID
, IN_REQUEST_ID
, TRIP_NUMBER
, MODE_OF_TRANSPORT
, COMPANY
, STOP_ADDRESS
, CITY
, STATE
, ZIP
, COUNTRY
, STOP_SEQUENCE_NUMBER
FROM APPS.MST_ACT_DEAD_STOPS_V;
APPS
FTE_LOCATION_PARAMETERS
MST_IN_REQUESTS
MST_OUT_REQUESTS
MST_TRIPS
MST_TRIP_STOPS
WSH_LOCATIONS
APPS.MST_ACT_DEAD_STOPS_V is not referenced by any database object
|
|
|
|