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


VIEW: APPS.MST_ACT_ADD_SHIP_LTLP_V

Object Details
Object Name: MST_ACT_ADD_SHIP_LTLP_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
OPTION_NUMBER NUMBER

Sequence in which trips are displayed.
PLAN_ID NUMBER
Yes FK to mst_plans
TRIP_ID NUMBER

FK to mst_trips
DELIVERY_ID NUMBER

FK to mst_deliveries
CARRIER_ID NUMBER

FK to wsh_carriers
CARRIER_SERVICE_ID NUMBER

FK to wsh_carrier_services
VEHICLE_TYPE_ID NUMBER

FK to fte_vehicle_types
IN_REQUEST_ID NUMBER
Yes FK to mst_in_requests
MODE_OF_TRANSPORT VARCHAR2 (80)
mode of transport of trip
MODE_OF_TRANSPORT_TL VARCHAR2 (80) Yes translated value of mode of transport of trip
CARRIER_NAME VARCHAR2 (30) Yes Carrier of the trip
SERVICE_LEVEL VARCHAR2 (30)
Service level of the trip
SERVICE_LEVEL_TL VARCHAR2 (80) Yes Translated value of service level of the trip
VEHICLE_TYPE VARCHAR2 (40)
Vehicle type
COST NUMBER

Cost of the trip
OUT_REQUEST_ID NUMBER
Yes FK to mst_out_requests
CURRENCY_UOM VARCHAR2 (3)
Currency UOM
Query Text

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


SELECT OPTION_NUMBER
,      PLAN_ID
,      TRIP_ID
,      DELIVERY_ID
,      CARRIER_ID
,      CARRIER_SERVICE_ID
,      VEHICLE_TYPE_ID
,      IN_REQUEST_ID
,      MODE_OF_TRANSPORT
,      MODE_OF_TRANSPORT_TL
,      CARRIER_NAME
,      SERVICE_LEVEL
,      SERVICE_LEVEL_TL
,      VEHICLE_TYPE
,      COST
,      OUT_REQUEST_ID
,      CURRENCY_UOM
FROM APPS.MST_ACT_ADD_SHIP_LTLP_V;

Dependencies

[top of page]

APPS.MST_ACT_ADD_SHIP_LTLP_V references the following:

SchemaAPPS
SynonymFTE_VEHICLE_TYPES
SynonymMST_IN_REQUESTS
SynonymMST_OUT_REQUESTS
SynonymMST_PLANS
SynonymMTL_SYSTEM_ITEMS_KFV
SynonymWSH_CARRIERS
SynonymWSH_CARRIER_SERVICES
ViewWSH_LOOKUPS

APPS.MST_ACT_ADD_SHIP_LTLP_V is not referenced by any database object