DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_GEN dependencies on WSH_DELIVERY_DETAILS_GRP

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

8482: AND wdd.move_order_line_id = mmtt.move_order_line_id
8483: AND wdd.organization_id = mmtt.organization_id
8484: AND rownum<2;
8485: IF (l_debug = 1) THEN
8486: mydebug('validate_pick_to_lpn: Before calling WSH_DELIVERY_DETAILS_GRP.Get_Carton_Grouping() to decide if we can load into this LPN');
8487: mydebug('Parameters : delivery_detail_id(1):'|| l_line_rows(1) ||' , delivery_detail_id(2) :'||l_line_rows(2));
8488: END IF;
8489: --call to the shipping API.
8490: WSH_DELIVERY_DETAILS_GRP.Get_Carton_Grouping(

Line 8490: WSH_DELIVERY_DETAILS_GRP.Get_Carton_Grouping(

8486: mydebug('validate_pick_to_lpn: Before calling WSH_DELIVERY_DETAILS_GRP.Get_Carton_Grouping() to decide if we can load into this LPN');
8487: mydebug('Parameters : delivery_detail_id(1):'|| l_line_rows(1) ||' , delivery_detail_id(2) :'||l_line_rows(2));
8488: END IF;
8489: --call to the shipping API.
8490: WSH_DELIVERY_DETAILS_GRP.Get_Carton_Grouping(
8491: p_line_rows => l_line_rows,
8492: x_grouping_rows => l_grouping_rows,
8493: x_return_status => l_return_status);
8494:

Line 15421: WSH_DELIVERY_DETAILS_GRP.Get_Carton_Grouping( p_line_rows => l_line_rows,

15417: AND mmtt.transfer_lpn_id= p_pick_lpn_id
15418: AND rownum = 1 ;
15419:
15420: --call to the shipping API.
15421: WSH_DELIVERY_DETAILS_GRP.Get_Carton_Grouping( p_line_rows => l_line_rows,
15422: x_grouping_rows => l_grouping_rows,
15423: x_return_status => l_return_status);
15424: IF (l_debug = 1) THEN
15425: mydebug ('parameters : l_line_rows(1) :'||l_line_rows(1) ||',l_line_rows(2) :' || l_line_rows(2) );