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


VIEW: APPS.MST_ACT_DEAD_STOPS_V

Object Details
Object Name: MST_ACT_DEAD_STOPS_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
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
Query Text

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;

Dependencies

[top of page]

APPS.MST_ACT_DEAD_STOPS_V references the following:

SchemaAPPS
SynonymFTE_LOCATION_PARAMETERS
SynonymMST_IN_REQUESTS
SynonymMST_OUT_REQUESTS
SynonymMST_TRIPS
SynonymMST_TRIP_STOPS
SynonymWSH_LOCATIONS

APPS.MST_ACT_DEAD_STOPS_V is not referenced by any database object