DBA Data[Home] [Help]

APPS.WSH_DELIVERY_SPLITTER_PKG dependencies on WSH_OTM_ID_TAB

Line 245: x_accepted_del_id OUT NOCOPY WSH_OTM_ID_TAB,

241: ---------------------------------------------------------------------
242: PROCEDURE Delivery_Splitter
243: (p_delivery_tab IN WSH_ENTITY_INFO_TAB,
244: p_autosplit_flag IN VARCHAR2 DEFAULT NULL,
245: x_accepted_del_id OUT NOCOPY WSH_OTM_ID_TAB,
246: x_rejected_del_id OUT NOCOPY WSH_OTM_ID_TAB,
247: x_return_status OUT NOCOPY VARCHAR2) IS
248:
249: -- this will get top most delivery detail ID, gross weight,

Line 246: x_rejected_del_id OUT NOCOPY WSH_OTM_ID_TAB,

242: PROCEDURE Delivery_Splitter
243: (p_delivery_tab IN WSH_ENTITY_INFO_TAB,
244: p_autosplit_flag IN VARCHAR2 DEFAULT NULL,
245: x_accepted_del_id OUT NOCOPY WSH_OTM_ID_TAB,
246: x_rejected_del_id OUT NOCOPY WSH_OTM_ID_TAB,
247: x_return_status OUT NOCOPY VARCHAR2) IS
248:
249: -- this will get top most delivery detail ID, gross weight,
250: -- and UOM, order by converted gross weight and ignoring null or 0

Line 352: x_rejected_del_id := WSH_OTM_ID_TAB();

348: l_num_error := 0;
349: l_num_warn := 0;
350: l_count := 0;
351: l_new_delivery_name := NULL;
352: x_rejected_del_id := WSH_OTM_ID_TAB();
353: x_accepted_del_id := WSH_OTM_ID_TAB();
354: l_exception_name := NULL;
355:
356: IF (p_delivery_tab.COUNT = 0) THEN

Line 353: x_accepted_del_id := WSH_OTM_ID_TAB();

349: l_num_warn := 0;
350: l_count := 0;
351: l_new_delivery_name := NULL;
352: x_rejected_del_id := WSH_OTM_ID_TAB();
353: x_accepted_del_id := WSH_OTM_ID_TAB();
354: l_exception_name := NULL;
355:
356: IF (p_delivery_tab.COUNT = 0) THEN
357: IF l_debug_on THEN