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


VIEW: APPS.MST_DD_LOAD_SUMMARY_V

Object Details
Object Name: MST_DD_LOAD_SUMMARY_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
ROW_ID ROWID (10)
PLAN_ID NUMBER
Yes Identifier for plan to which record belong
TRIP_ID NUMBER
Yes FK -> mst_trips.trip_id, trip_id of current trip
TRIP_NUMBER NUMBER

Trip number of the current trip with in plan
CARRIER_ID NUMBER

Id of vendor providing (trip) service
MODE_OF_TRANSPORT VARCHAR2 (30)
Mode of transport provided by vendor (carrier) for this trip as in mst_trips.mode_of_transport. It is not translated string
MODE_OF_TRANSPORT_TL VARCHAR2 (80) Yes Translated mode of transport of this trip
CARRIER_NAME VARCHAR2 (30) Yes Name of vendor providing (trip) service
SERVICE_LEVEL VARCHAR2 (30)
Service provided by vendor (carrier) for this trip as in mst_trips. It is not translated string
SERVICE_LEVEL_TL VARCHAR2 (80) Yes Service provided by vendor (carrier) for this trip. It is translated string derived from wsh_lookups for lookup_type = 'WSH_SERVICE_LEVEL'
ORIGIN_CITY VARCHAR2 (120)
City in which very first facility (first stop) of this trip located
ORIGIN_STATE VARCHAR2 (120)
State in which very first facility (first stop) of this trip located
DESTINATION_CITY VARCHAR2 (120)
City in which very last facility (last stop) of this trip is located
DESTINATION_STATE VARCHAR2 (120)
State in which very last facility (last stop) of this trip is located
TOTAL_LOAD_COST NUMBER

Total cost of this trip
CURRENCY_UOM VARCHAR2 (3)
Currency considered for this plan
PLANNED_FLAG VARCHAR2 (80) Yes Translated string of Firm Status of trip derived from mfg_lookups for mst_trips.planned_flag
Query Text

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


SELECT ROW_ID
,      PLAN_ID
,      TRIP_ID
,      TRIP_NUMBER
,      CARRIER_ID
,      MODE_OF_TRANSPORT
,      MODE_OF_TRANSPORT_TL
,      CARRIER_NAME
,      SERVICE_LEVEL
,      SERVICE_LEVEL_TL
,      ORIGIN_CITY
,      ORIGIN_STATE
,      DESTINATION_CITY
,      DESTINATION_STATE
,      TOTAL_LOAD_COST
,      CURRENCY_UOM
,      PLANNED_FLAG
FROM APPS.MST_DD_LOAD_SUMMARY_V;

Dependencies

[top of page]

APPS.MST_DD_LOAD_SUMMARY_V references the following:

SchemaAPPS
ViewMFG_LOOKUPS
SynonymMST_PLANS
SynonymMST_TRIPS
SynonymWSH_CARRIERS
SynonymWSH_LOCATIONS
ViewWSH_LOOKUPS

APPS.MST_DD_LOAD_SUMMARY_V is not referenced by any database object