DBA Data[Home] [Help]

APPS.WSH_NEW_DELIVERY_ACTIONS dependencies on WSH_CONTAINER_UTILITIES

Line 3294: l_cont_name := WSH_CONTAINER_UTILITIES.Get_Cont_Name(l_empty_container);

3290: OPEN get_empty_containers(p_del_rows(i));
3291: LOOP
3292: FETCH get_empty_containers INTO l_empty_container;
3293: EXIT WHEN get_empty_containers%NOTFOUND;
3294: l_cont_name := WSH_CONTAINER_UTILITIES.Get_Cont_Name(l_empty_container);
3295:
3296: IF l_debug_on THEN
3297: WSH_DEBUG_SV.log(l_module_name,'l_empty_container',l_empty_container);
3298: WSH_DEBUG_SV.log(l_module_name,'Empty Container',l_cont_name);