DBA Data[Home] [Help]

APPS.WSH_NEW_DELIVERY_ACTIONS dependencies on WSH_CONTAINER_UTILITIES

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

3242: OPEN get_empty_containers(p_del_rows(i));
3243: LOOP
3244: FETCH get_empty_containers INTO l_empty_container;
3245: EXIT WHEN get_empty_containers%NOTFOUND;
3246: l_cont_name := WSH_CONTAINER_UTILITIES.Get_Cont_Name(l_empty_container);
3247:
3248: IF l_debug_on THEN
3249: WSH_DEBUG_SV.log(l_module_name,'l_empty_container',l_empty_container);
3250: WSH_DEBUG_SV.log(l_module_name,'Empty Container',l_cont_name);