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


VIEW: APPS.MST_DD_SUMMARY_V

Object Details
Object Name: MST_DD_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
PLAN_ID NUMBER
Yes Identifier for plan to which record belong
COMPILE_DESIGNATOR VARCHAR2 (10) Yes Plan name
DESCRIPTION VARCHAR2 (50)
Plan description
DELIVERY_ID NUMBER
Yes FK -> mst_deliveries.delivery_id
DELIVERY_NUMBER NUMBER

Delivery number of current 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.
GROSS_WEIGHT NUMBER

Gross weight of this delivery
WEIGHT_UOM VARCHAR2 (3)
Unit of measurement of weight as considered for entire plan as in mst_plans
VOLUME NUMBER

Volume of this delivery
VOLUME_UOM VARCHAR2 (3)
Unit of measurement of volume as considered for entire plan as in mst_plans
NUMBER_OF_PALLETS NUMBER

Total number of pallets in this delivery
NUMBER_OF_PIECES NUMBER

Total number of pieces in this delivery
PLANNED_FLAG VARCHAR2 (80) Yes Translated string of Firm Status of delivery for display at UI
PLANNED_DEPARTURE_DATE VARCHAR2 (40)
Planned departure date of delivery from first pickup location in their respective local timezone.
PLANNED_DEPARTURE_DATE_ZONE VARCHAR2 (20)
Timezone of facility at which delivery is first time loaded into trip.
PLANNED_ARRIVAL_DATE VARCHAR2 (40)
Planned arrival date of delivery at final dropoff location in their respective local timezone.
PLANNED_ARRIVAL_DATE_ZONE VARCHAR2 (20)
Timezone of facility at which delivery is finally dropped off.
EARLIEST_PICKUP_DATE VARCHAR2 (40)
Earliest pickup date of delivery in timezone local to the facility at which delivery is loaded at a trip first time
EARLIEST_PICKUP_DATE_ZONE VARCHAR2 (20)
Timezone of facility at which delivery is first time loaded into trip.
LATEST_PICKUP_DATE VARCHAR2 (40)
Latest pickup date of delivery in timezone local to the facility at which delivery is loaded at a trip first time
LATEST_PICKUP_DATE_ZONE VARCHAR2 (20)
Timezone of facility at which delivery is first time loaded into trip.
EARLIEST_ACCEPTABLE_DATE VARCHAR2 (40)
Earliest dropoff date of delivery in timezone local to the facility at which delivery has to finally reach.
EARLIEST_ACCEPTABLE_DATE_ZONE VARCHAR2 (20)
Timezone of facility at which delivery is finally dropped off.
LATEST_ACCEPTABLE_DATE VARCHAR2 (40)
Latest dropoff date of delivery in timezone local to the facility at which delivery has to finally reach.
LATEST_ACCEPTABLE_DATE_ZONE VARCHAR2 (20)
Timezone of facility at which delivery is finally dropped off.
ALLOCATED_COST NUMBER

Cost allocated to this delivery. Cost incurred in transporting from pickup location to its final dropoff location.
ALLOCATED_COST_UOM VARCHAR2 (3)
Currency considered for this plan
DIRECT_COST NUMBER

Cost of transportation if delivery is sent directly from its pickup location to final destination in a trip without consolodation.
DIRECT_COST_UOM VARCHAR2 (3)
Currency considered for this plan
Query Text

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


SELECT PLAN_ID
,      COMPILE_DESIGNATOR
,      DESCRIPTION
,      DELIVERY_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
,      GROSS_WEIGHT
,      WEIGHT_UOM
,      VOLUME
,      VOLUME_UOM
,      NUMBER_OF_PALLETS
,      NUMBER_OF_PIECES
,      PLANNED_FLAG
,      PLANNED_DEPARTURE_DATE
,      PLANNED_DEPARTURE_DATE_ZONE
,      PLANNED_ARRIVAL_DATE
,      PLANNED_ARRIVAL_DATE_ZONE
,      EARLIEST_PICKUP_DATE
,      EARLIEST_PICKUP_DATE_ZONE
,      LATEST_PICKUP_DATE
,      LATEST_PICKUP_DATE_ZONE
,      EARLIEST_ACCEPTABLE_DATE
,      EARLIEST_ACCEPTABLE_DATE_ZONE
,      LATEST_ACCEPTABLE_DATE
,      LATEST_ACCEPTABLE_DATE_ZONE
,      ALLOCATED_COST
,      ALLOCATED_COST_UOM
,      DIRECT_COST
,      DIRECT_COST_UOM
FROM APPS.MST_DD_SUMMARY_V;

Dependencies

[top of page]

APPS.MST_DD_SUMMARY_V references the following:

SchemaAPPS
SynonymFTE_LOCATION_PARAMETERS
ViewMFG_LOOKUPS
SynonymMST_DELIVERIES
SynonymMST_DELIVERY_LEGS
PL/SQL PackageMST_GEOCODING - show dependent code
SynonymMST_PLANS
PL/SQL PackageMST_WB_UTIL - show dependent code
SynonymWSH_LOCATIONS

APPS.MST_DD_SUMMARY_V is not referenced by any database object