DBA Data[Home] [Help]

APPS.WMS_TASK_LOAD dependencies on WSH_DELIVERY_DETAILS_GRP

Line 13801: mydebug('validate_pick_to_lpn: Before calling WSH_DELIVERY_DETAILS_GRP.Get_Carton_Grouping() to decide if we can load into this LPN');

13797: AND wdd.organization_id = mmtt.organization_id
13798: AND rownum<2;
13799: --
13800: IF (l_debug = 1) THEN
13801: mydebug('validate_pick_to_lpn: Before calling WSH_DELIVERY_DETAILS_GRP.Get_Carton_Grouping() to decide if we can load into this LPN');
13802: mydebug('Parameters : delivery_detail_id(1):'|| l_line_rows(1) ||' , delivery_detail_id(2) :'||l_line_rows(2));
13803: END IF;
13804: --
13805: -- call to the shipping API.

Line 13807: WSH_DELIVERY_DETAILS_GRP.Get_Carton_Grouping(

13803: END IF;
13804: --
13805: -- call to the shipping API.
13806: --
13807: WSH_DELIVERY_DETAILS_GRP.Get_Carton_Grouping(
13808: p_line_rows => l_line_rows,
13809: x_grouping_rows => l_grouping_rows,
13810: x_return_status => l_return_status);
13811: --