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


VIEW: APPS.MST_ACT_EMPTY_TRIPS_V

Object Details
Object Name: MST_ACT_EMPTY_TRIPS_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
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
MODE_OF_TRANSPORT_TL VARCHAR2 (80) Yes Truck, LTL, Parcel etc.,
CARRIER_NAME VARCHAR2 (30) Yes Carrier name
SERVICE_LEVEL_TL VARCHAR2 (80) Yes Translated value of service level
ORIGIN_COMPANY VARCHAR2 (60) Yes Origin company
ORIGIN_CITY VARCHAR2 (120)
Origin City of the trip.
ORIGIN_STATE VARCHAR2 (120)
Origin state of the trip.
ORIGIN_ZIP VARCHAR2 (60)
Origin zip code of the trip.
ORIGIN_COUNTRY VARCHAR2 (120)
Origin country of the trip.
DESTINATION_COMPANY VARCHAR2 (60) Yes Destination company
DESTINATION_CITY VARCHAR2 (120)
Destination city of the trip.
DESTINATION_STATE VARCHAR2 (120)
Destination state of the trip.
DESTINATION_ZIP VARCHAR2 (60)
Destination zipcode of the trip.
DESTINATION_COUNTRY VARCHAR2 (120)
Destination country of the trip.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PLAN_ID
,      TRIP_ID
,      PLANNED_FLAG
,      IN_REQUEST_ID
,      TRIP_NUMBER
,      MODE_OF_TRANSPORT
,      MODE_OF_TRANSPORT_TL
,      CARRIER_NAME
,      SERVICE_LEVEL_TL
,      ORIGIN_COMPANY
,      ORIGIN_CITY
,      ORIGIN_STATE
,      ORIGIN_ZIP
,      ORIGIN_COUNTRY
,      DESTINATION_COMPANY
,      DESTINATION_CITY
,      DESTINATION_STATE
,      DESTINATION_ZIP
,      DESTINATION_COUNTRY
FROM APPS.MST_ACT_EMPTY_TRIPS_V;

Dependencies

[top of page]

APPS.MST_ACT_EMPTY_TRIPS_V references the following:

SchemaAPPS
SynonymFTE_LOCATION_PARAMETERS
SynonymMST_IN_REQUESTS
SynonymMST_OUT_REQUESTS
SynonymMST_TRIPS
SynonymWSH_CARRIERS
SynonymWSH_LOCATIONS
ViewWSH_LOOKUPS

APPS.MST_ACT_EMPTY_TRIPS_V is not referenced by any database object