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


VIEW: APPS.MST_TL_DELIVERIES_V

Object Details
Object Name: MST_TL_DELIVERIES_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
TRIP_ID NUMBER
Yes FK -> mst_trips.trip_id
STOP_SEQUENCE_NUMBER NUMBER
Yes Stop sequence number of first stop of this trip leg
PLAN_ID NUMBER
Yes Identifier for plan to which record belong
DELIVERY_ID NUMBER
Yes Id of this delivery
STOP_ID NUMBER
Yes stop_id
DELIVERY_NUMBER NUMBER

Delivery number of this delivery
PICKUP_LOCATION_ID NUMBER
Yes location id (wsh_locations.wsh_location_id) of pickup location of current delivery
DROPOFF_LOCATION_ID NUMBER
Yes location id (wsh_locations.wsh_location_id) of dropoff location of current delivery
ORIGIN_COMPANY VARCHAR2 (80)
Owner company name of facility at which delivery is loaded for its first delivery leg
ORIGIN_FACILITY VARCHAR2 (60) Yes Name of facility at which delivery is loaded for its first delivery leg.
ORIGIN_FACILITY_DESC VARCHAR2 (250)
Description of facility at which delivery is loaded for its first delivery leg.
ORIGIN_CITY VARCHAR2 (120)
City of facility at which delivery is loaded for its first delivery leg
ORIGIN_STATE VARCHAR2 (120)
State of facility at which delivery is loaded for its first delivery leg.
ORIGIN_ZIP VARCHAR2 (60)
Zip of facility at which delivery is loaded for its first delivery leg.
ORIGIN_COUNTRY VARCHAR2 (120)
Country of facility at which delivery is loaded for its first delivery leg.
DESTINATION_COMPANY VARCHAR2 (80)
Owner company name of facility at which delivery is unloaded from the trip of its last delivery leg.
DESTINATION_FACILITY VARCHAR2 (60) Yes Name of facility at which delivery is unloaded from the trip of its last delivery leg.
DESTINATION_FACILITY_DESC VARCHAR2 (250)
Description of facility at which delivery is unloaded from the trip of its last delivery leg.
DESTINATION_CITY VARCHAR2 (120)
City of facility at which delivery is unloaded from the trip of its last delivery leg.
DESTINATION_STATE VARCHAR2 (120)
State of facility at which delivery is unloaded from the trip of its last delivery leg.
DESTINATION_ZIP VARCHAR2 (60)
Zip of facility at which delivery is unloaded from the trip of its last delivery leg.
DESTINATION_COUNTRY VARCHAR2 (120)
Country of facility at which delivery is unloaded from the trip of its last delivery leg.
PLANNED_DEPARTURE_DATE VARCHAR2 (40)
Planned departure date of delivery from first pickup location in their respective local timezone concatenated with local timezone.
PLANNED_ARRIVAL_DATE VARCHAR2 (40)
Planned arrival date of delivery at final dropoff location in their respective local timezone concatenated with local timezone.
PLANNED_DEPARTURE_DATE_DT DATE

Planned departure date in server timezone
PLANNED_ARRIVAL_DATE_DT DATE

Planned arrival date in server timezone.
WEIGHT NUMBER

Gross weight of this delivery
VOLUME NUMBER

Volume of this delivery
NUMBER_OF_PALLETS NUMBER

Total number of pallets in this delivery
NUMBER_OF_PIECES NUMBER

Total number of pieces in this delivery
NUMBER_OF_ORDERS NUMBER

Total orders in this delivery
WEIGHT_UOM VARCHAR2 (3)
Unit of measurement of weight as considered for entire plan as in mst_plans
VOLUME_UOM VARCHAR2 (3)
Unit of measurement of volume as considered for entire plan as in mst_plans
CURRENCY_UOM VARCHAR2 (3)
Currency considered for this plan
ALLOCATED_COST NUMBER

Cost allocated to this delivery. Cost incurred in transporting from pickup location to its final dropoff location.
DIRECT_COST NUMBER

Cost of transportation if delivery is sent directly from its pickup location to final destination in a trip without consolodation.
PLANNED_FLAG VARCHAR2 (80) Yes Translated string of Firm Status of delivery for display at UI
Query Text

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


SELECT TRIP_ID
,      STOP_SEQUENCE_NUMBER
,      PLAN_ID
,      DELIVERY_ID
,      STOP_ID
,      DELIVERY_NUMBER
,      PICKUP_LOCATION_ID
,      DROPOFF_LOCATION_ID
,      ORIGIN_COMPANY
,      ORIGIN_FACILITY
,      ORIGIN_FACILITY_DESC
,      ORIGIN_CITY
,      ORIGIN_STATE
,      ORIGIN_ZIP
,      ORIGIN_COUNTRY
,      DESTINATION_COMPANY
,      DESTINATION_FACILITY
,      DESTINATION_FACILITY_DESC
,      DESTINATION_CITY
,      DESTINATION_STATE
,      DESTINATION_ZIP
,      DESTINATION_COUNTRY
,      PLANNED_DEPARTURE_DATE
,      PLANNED_ARRIVAL_DATE
,      PLANNED_DEPARTURE_DATE_DT
,      PLANNED_ARRIVAL_DATE_DT
,      WEIGHT
,      VOLUME
,      NUMBER_OF_PALLETS
,      NUMBER_OF_PIECES
,      NUMBER_OF_ORDERS
,      WEIGHT_UOM
,      VOLUME_UOM
,      CURRENCY_UOM
,      ALLOCATED_COST
,      DIRECT_COST
,      PLANNED_FLAG
FROM APPS.MST_TL_DELIVERIES_V;

Dependencies

[top of page]

APPS.MST_TL_DELIVERIES_V references the following:

SchemaAPPS
SynonymFTE_LOCATION_PARAMETERS
ViewMFG_LOOKUPS
SynonymMST_DELIVERIES
SynonymMST_DELIVERY_ASSIGNMENTS
SynonymMST_DELIVERY_DETAILS
SynonymMST_DELIVERY_LEGS
SynonymMST_PLANS
SynonymMST_TRIP_STOPS
PL/SQL PackageMST_WB_UTIL - show dependent code
SynonymWSH_LOCATIONS

APPS.MST_TL_DELIVERIES_V is not referenced by any database object