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


VIEW: APPS.MST_ACT_LOCATION_TRIPS_V

Object Details
Object Name: MST_ACT_LOCATION_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
STOP_ID NUMBER
Yes FK to mst_trip_stops
ORIGIN_LOCATION_ID NUMBER

FK to wsh_locations
DESTINATION_LOCATION_ID NUMBER

FK to wsh_locations
CARRIER_ID NUMBER

Vendor providing (trip) service
VEHICLE_TYPE_ID NUMBER

FK to fte_vehicle_types
STOP_LOCATION_ID NUMBER
Yes Foreign key to WSH_LOCATIONS
SERVICE_LEVEL VARCHAR2 (30)
Service level eg D2D, 2 day, Overnight etc
TRIP_NUMBER NUMBER

Trip number with in plan
STOP_NUMBER NUMBER
Yes Indicates sequence of stop on trip.
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.
CARRIER_NAME VARCHAR2 (30) Yes Carrier name
SERVICE_LEVEL_TL VARCHAR2 (80) Yes Translated value of service level
VEHICLE_TYPE VARCHAR2 (40)
Vehicle type
WEIGHT NUMBER

Total weight
WEIGHT_UOM VARCHAR2 (3)
Weight UOM
VOLUME NUMBER

Total volume
VOLUME_UOM VARCHAR2 (3)
Volume
NUMBER_OF_PALLETS NUMBER

Total pallets
NUMBER_OF_PIECES NUMBER

Total pieces
NUMBER_OF_ORDERS NUMBER

Total orders
TOTAL_COST NUMBER

Total cost
CURRENCY_UOM VARCHAR2 (3)
Currency UOM
Query Text

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


SELECT PLAN_ID
,      TRIP_ID
,      STOP_ID
,      ORIGIN_LOCATION_ID
,      DESTINATION_LOCATION_ID
,      CARRIER_ID
,      VEHICLE_TYPE_ID
,      STOP_LOCATION_ID
,      SERVICE_LEVEL
,      TRIP_NUMBER
,      STOP_NUMBER
,      ORIGIN_COMPANY
,      ORIGIN_CITY
,      ORIGIN_STATE
,      ORIGIN_ZIP
,      ORIGIN_COUNTRY
,      DESTINATION_COMPANY
,      DESTINATION_CITY
,      DESTINATION_STATE
,      DESTINATION_ZIP
,      DESTINATION_COUNTRY
,      CARRIER_NAME
,      SERVICE_LEVEL_TL
,      VEHICLE_TYPE
,      WEIGHT
,      WEIGHT_UOM
,      VOLUME
,      VOLUME_UOM
,      NUMBER_OF_PALLETS
,      NUMBER_OF_PIECES
,      NUMBER_OF_ORDERS
,      TOTAL_COST
,      CURRENCY_UOM
FROM APPS.MST_ACT_LOCATION_TRIPS_V;

Dependencies

[top of page]

APPS.MST_ACT_LOCATION_TRIPS_V references the following:

SchemaAPPS
SynonymFTE_LOCATION_PARAMETERS
SynonymFTE_VEHICLE_TYPES
PL/SQL PackageMST_AGG_PKG - show dependent code
SynonymMST_PLANS
SynonymMST_TRIPS
SynonymMST_TRIP_STOPS
PL/SQL PackageMST_WB_UTIL - show dependent code
SynonymMTL_SYSTEM_ITEMS_KFV
SynonymWSH_CARRIERS
SynonymWSH_LOCATIONS
ViewWSH_LOOKUPS

APPS.MST_ACT_LOCATION_TRIPS_V is not referenced by any database object