DBA Data[Home] [Help]

APPS.WSH_DELIVERY_AUTOCREATE dependencies on STANDARD

Line 2081: l_delivery_info.delivery_type := 'STANDARD';

2077: -- therefore, use the detail's source header to stamp the delivery.
2078: -- value will be NULL if not grouping by orders.
2079: l_delivery_info.source_header_id := l_attr_tab(i).source_header_id;
2080:
2081: l_delivery_info.delivery_type := 'STANDARD';
2082: l_delivery_info.ultimate_dropoff_location_id := l_group_info(l_group_index).ship_to_location_id;
2083: l_delivery_info.initial_pickup_location_id := l_group_info(l_group_index).ship_from_location_id;
2084: l_delivery_info.organization_id := l_group_info(l_group_index).organization_id;
2085: l_delivery_info.ignore_for_planning := l_group_info(l_group_index).ignore_for_planning;