[Home] [Help]
[Dependency Information]
| Object Name: | MST_TS_DELIVERIES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PLAN_ID | NUMBER | Identifier for plan to which record belong | ||
| STOP_ID | NUMBER | FK -> mst_trip_stops.stop_id. Id of this stop | ||
| DELIVERY_ID | NUMBER | Id of delivery loaded or unloaded at this stop | ||
| DELIVERY_NUMBER | NUMBER | Delivery number of delivery | ||
| PICKUP_LOCATION_ID | NUMBER | location_id (wsh_locations.wsh_location_id) of location from where delivery is shipped | ||
| DROPOFF_LOCATION_ID | NUMBER | location_id (wsh_locations.wsh_location_id) of location to where delivery is shipped | ||
| ORIGIN_COMPANY | VARCHAR2 | (80) | Owner company name of facility at which delivery is loaded for its first delivery leg | |
| ORIGIN_FACILITY | VARCHAR2 | (60) | 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) | 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. | |
| LOAD_UNLOAD | VARCHAR2 | (80) | "Load" -> Delivery loaded at this stop. "Unload" -> Delivery unloaded at this stop | |
| EARLIEST_DATE | VARCHAR2 | (40) | Earliest pickup date of delivery in local timezone concatenated with local timezone | |
| LATEST_DATE | VARCHAR2 | (40) | Latest pickup date of delivery in local timezone concatenated with local timezone | |
| EARLIEST_DATE_DT | DATE | Earliest pickup date of delivery in server timezone | ||
| LATEST_DATE_DT | DATE | Latest pickup date of delivery in server timezone | ||
| GROSS_WEIGHT | NUMBER | Gross weight of delivery | ||
| VOLUME | NUMBER | Volumn of delivery | ||
| NUMBER_OF_PALLETS | NUMBER | Number of pallets of delivery | ||
| NUMBER_OF_PIECES | NUMBER | Number of pieces of delivery | ||
| NUMBER_OF_ORDERS | NUMBER | Number of orders in delivery | ||
| WEIGHT_UOM | VARCHAR2 | (3) | Weight UOM as considered in the plan | |
| VOLUME_UOM | VARCHAR2 | (3) | Volume UOM as considered in the plan | |
| CURRENCY_UOM | VARCHAR2 | (3) | Currency UOM as considered in the plan | |
| ALLOCATED_COST | NUMBER | Cost allocated to this delivery | ||
| DIRECT_COST | NUMBER | Direct cost of transporation if delivery is sent directly in a single trip with out consolidation | ||
| PLANNED_FLAG | VARCHAR2 | (80) | Translated string of Firm Status of delivery for display at UI |
Cut, paste (and edit) the following text to query this object:
SELECT PLAN_ID
, STOP_ID
, 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
, LOAD_UNLOAD
, EARLIEST_DATE
, LATEST_DATE
, EARLIEST_DATE_DT
, LATEST_DATE_DT
, GROSS_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_TS_DELIVERIES_V;
APPS
FTE_LOCATION_PARAMETERS
MFG_LOOKUPS
MST_DELIVERIES
MST_DELIVERY_ASSIGNMENTS
MST_DELIVERY_DETAILS
MST_DELIVERY_LEGS
MST_PLANS
MST_TRIP_STOPS
MST_WB_UTIL
- show dependent code
WSH_LOCATIONS
APPS.MST_TS_DELIVERIES_V is not referenced by any database object
|
|
|
|