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


VIEW: APPS.MST_DEAD_STOPS_V

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

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;

Dependencies

[top of page]

APPS.MST_DEAD_STOPS_V references the following:

SchemaAPPS
ViewMFG_LOOKUPS
SynonymMST_EXCEPTION_DETAILS
SynonymMST_TRIPS
SynonymMST_TRIP_STOPS
PL/SQL PackageMST_WB_UTIL - show dependent code
SynonymWSH_LOCATIONS

APPS.MST_DEAD_STOPS_V is not referenced by any database object