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


VIEW: APPS.MST_OD_DELIVERY_DETAILS_V

Object Details
Object Name: MST_OD_DELIVERY_DETAILS_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 of plan to which current record belong
SOURCE_CODE VARCHAR2 (30)
OE/WIP/PO
SOURCE_HEADER_NUMBER VARCHAR2 (150)
The user visible identifier for the header, ex. Order number
LINE NUMBER

Source (WSH) Id of delivery line. In case of splitted line in TP it is TP's Id of delivery line.
SHIP_FROM_LOCATION_ID NUMBER
Yes location _id (wsh_locations.wsh_location_id) of the facility from wheredelivery line will be shipped
SHIP_TO_LOCATION_ID NUMBER

location _id (wsh_locations.wsh_location_id) of the facility where delivery line will be shipped to
ORIGIN_COMPANY VARCHAR2 (80)
Owner company name of facility from where delivery line is shipped
ORIGIN_FACILITY VARCHAR2 (60) Yes Name of facility from where delivery line is shipped
ORIGIN_FACILITY_DESC VARCHAR2 (250)
Description of facility from where delivery line is shipped
ORIGIN_CITY VARCHAR2 (120)
City of facility from where delivery line is shipped
ORIGIN_STATE VARCHAR2 (120)
State of facility from where delivery line is shipped
ORIGIN_ZIP VARCHAR2 (60)
Zip of facility from where delivery line is shipped
ORIGIN_COUNTRY VARCHAR2 (120)
Country of facility from where delivery line is shipped
DESTINATION_COMPANY VARCHAR2 (80)
Owner company name of facility to which delivery line is shipped
DESTINATION_FACILITY VARCHAR2 (60) Yes Name of facility to which delivery line is shipped
DESTINATION_FACILITY_DESC VARCHAR2 (250)
Description of facility to which delivery line is shipped
DESTINATION_CITY VARCHAR2 (120)
City of facility to which delivery line is shipped
DESTINATION_STATE VARCHAR2 (120)
State of facility to which delivery line is shipped
DESTINATION_ZIP VARCHAR2 (60)
Zip of facility to which delivery line is shipped
DESTINATION_COUNTRY VARCHAR2 (120)
Country of facility to which delivery line is shipped
ITEM_TYPE VARCHAR2 (40)
Item type of the delivery line derived from mtl_system_items_kfv
ITEM_DESCRIPTION VARCHAR2 (240)
Translated description of the delivery line derived from mtl_system_items_tl
EARLIEST_PICKUP_DATE VARCHAR2 (40)
It is in local timezone corresponding to mst_delivery_details.earliest_pickup_date which is server timezone concatenated with local timezone. Pickup location is considered as local.
EARLIEST_PICKUP_DATE_DT DATE

Same as mst_delivery_details.earliest_pickup_date. It is in server timezone.
LATEST_PICKUP_DATE VARCHAR2 (40)
It is in local timezone corresponding to mst_delivery_details.latest_pickup_date which is server timezone concatenated with local timezone. Pickup location is considered as local.
LATEST_PICKUP_DATE_DT DATE

Same as mst_delivery_details.latest_pickup_date. It is in server timezone.
EARLIEST_ACCEPTABLE_DATE VARCHAR2 (40)
It is in local timezone corresponding to mst_delivery_details.earliest_acceptable_date which is in server timezone concatenated with local timezone. Dropoff location is considered as local.
EARLIEST_ACCEPTABLE_DATE_DT DATE

Same as mst_delivery_details.earliest_acceptable_date. It is in server timezone.
LATEST_ACCEPTABLE_DATE VARCHAR2 (40)
It is in local timezone corresponding to mst_delivery_details.latest_acceptable_date which is in server timezone concatenated with local timezone. Dropoff location is considered as local.
LATEST_ACCEPTABLE_DATE_DT DATE

Same as mst_delivery_details.latest_acceptable_date. It is in server timezone.
WEIGHT NUMBER

Gross weight of delivery line in order
CUBE NUMBER

Volume of delivery line in order
PALLETS NUMBER

Number of pallets in delivery lines in order
PIECES NUMBER

Number of pieces of delivery line in order
WEIGHT_UOM VARCHAR2 (3)
Unit of measurement of weight in current plan
VOLUME_UOM VARCHAR2 (3)
Unit of measurement of volume in current plan
DELIVERY_ID NUMBER
Yes Id of delivery in which this delivery line is there
DELIVERY_NUMBER NUMBER

Delivery number of delivery in which this delivery line is there
Query Text

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


SELECT PLAN_ID
,      SOURCE_CODE
,      SOURCE_HEADER_NUMBER
,      LINE
,      SHIP_FROM_LOCATION_ID
,      SHIP_TO_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
,      ITEM_TYPE
,      ITEM_DESCRIPTION
,      EARLIEST_PICKUP_DATE
,      EARLIEST_PICKUP_DATE_DT
,      LATEST_PICKUP_DATE
,      LATEST_PICKUP_DATE_DT
,      EARLIEST_ACCEPTABLE_DATE
,      EARLIEST_ACCEPTABLE_DATE_DT
,      LATEST_ACCEPTABLE_DATE
,      LATEST_ACCEPTABLE_DATE_DT
,      WEIGHT
,      CUBE
,      PALLETS
,      PIECES
,      WEIGHT_UOM
,      VOLUME_UOM
,      DELIVERY_ID
,      DELIVERY_NUMBER
FROM APPS.MST_OD_DELIVERY_DETAILS_V;

Dependencies

[top of page]

APPS.MST_OD_DELIVERY_DETAILS_V references the following:

SchemaAPPS
SynonymFTE_LOCATION_PARAMETERS
SynonymMST_DELIVERIES
SynonymMST_DELIVERY_ASSIGNMENTS
SynonymMST_DELIVERY_DETAILS
SynonymMST_PLANS
PL/SQL PackageMST_WB_UTIL - show dependent code
SynonymMTL_SYSTEM_ITEMS_KFV
SynonymMTL_SYSTEM_ITEMS_TL
SynonymWSH_LOCATIONS

APPS.MST_OD_DELIVERY_DETAILS_V is not referenced by any database object