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


VIEW: APPS.MST_DD_DELIVERY_DETAILS_V

Object Details
Object Name: MST_DD_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
DELIVERY_ID NUMBER

FK to mst_deliveries
PARENT_DELIVERY_DETAIL_ID NUMBER

Id of top most delivery line in case of packaged delivery case. It will be null for non-packaged delivery lines.
DELIVERY_DETAIL_ID NUMBER

Source (WSH) Id of delivery line. In case of splitted line in TP it is TP's Id of delivery line.
PO_SHIPMENT_LINE_NUMBER NUMBER

PO shipment line number. Populated for PO lines.
SOURCE_CODE VARCHAR2 (30)
OE/WIP/PO
SOURCE_HEADER_NUMBER VARCHAR2 (150)
The user visible identifier for the header, ex. Order number
SOURCE_LINE_NUMBER VARCHAR2 (150)
User visible line number in source system
TP_REFER_HEADER_NUMBER VARCHAR2 (50)
Customer PO Number, Supplier Sales Order Line Number or Shipper's Sales Order reference to return
REFERENCE_SOURCE_TYPE VARCHAR2 (240)
Source type of the reference order SO, PO etc
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.
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.
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.
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.
EARLIEST_PICKUP_DATE_DT DATE

Same as mst_delivery_details.earliest_pickup_date. It is in server timezone.
LATEST_PICKUP_DATE_DT DATE

Same as mst_delivery_details.latest_pickup_date. It is in server timezone.
EARLIEST_ACCEPTABLE_DATE_DT DATE

Same as mst_delivery_details.earliest_acceptable_date. It is in server timezone.
LATEST_ACCEPTABLE_DATE_DT DATE

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

Gross weight of delivery line in order
VOLUME NUMBER

Volume of delivery line in order
NUMBER_OF_PALLETS NUMBER

Number of pallest in delivery lines in order
REQUESTED_QUANTITY 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
Query Text

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


SELECT PLAN_ID
,      DELIVERY_ID
,      PARENT_DELIVERY_DETAIL_ID
,      DELIVERY_DETAIL_ID
,      PO_SHIPMENT_LINE_NUMBER
,      SOURCE_CODE
,      SOURCE_HEADER_NUMBER
,      SOURCE_LINE_NUMBER
,      TP_REFER_HEADER_NUMBER
,      REFERENCE_SOURCE_TYPE
,      ITEM_TYPE
,      ITEM_DESCRIPTION
,      EARLIEST_PICKUP_DATE
,      LATEST_PICKUP_DATE
,      EARLIEST_ACCEPTABLE_DATE
,      LATEST_ACCEPTABLE_DATE
,      EARLIEST_PICKUP_DATE_DT
,      LATEST_PICKUP_DATE_DT
,      EARLIEST_ACCEPTABLE_DATE_DT
,      LATEST_ACCEPTABLE_DATE_DT
,      GROSS_WEIGHT
,      VOLUME
,      NUMBER_OF_PALLETS
,      REQUESTED_QUANTITY
,      WEIGHT_UOM
,      VOLUME_UOM
FROM APPS.MST_DD_DELIVERY_DETAILS_V;

Dependencies

[top of page]

APPS.MST_DD_DELIVERY_DETAILS_V references the following:

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

APPS.MST_DD_DELIVERY_DETAILS_V is not referenced by any database object