DBA Data[Home] [Help]

APPS.WSH_UTIL_CORE dependencies on WSH_NEW_DELIVERIES_PVT

Line 2808: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_NEW_DELIVERIES_PVT.DELETE_DELIVERY',WSH_DEBUG_SV.C_PROC_LEVEL);

2804: --
2805: -- Debug Statements
2806: --
2807: IF l_debug_on THEN
2808: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_NEW_DELIVERIES_PVT.DELETE_DELIVERY',WSH_DEBUG_SV.C_PROC_LEVEL);
2809: END IF;
2810: --
2811: wsh_new_deliveries_pvt.delete_delivery(null, p_rows(i), cur_return_status);
2812: elsif (p_type = 'DLEG') then

Line 2811: wsh_new_deliveries_pvt.delete_delivery(null, p_rows(i), cur_return_status);

2807: IF l_debug_on THEN
2808: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_NEW_DELIVERIES_PVT.DELETE_DELIVERY',WSH_DEBUG_SV.C_PROC_LEVEL);
2809: END IF;
2810: --
2811: wsh_new_deliveries_pvt.delete_delivery(null, p_rows(i), cur_return_status);
2812: elsif (p_type = 'DLEG') then
2813:
2814: -- wsh_delivery_legs_pvt.delete_delivery_leg(null, p_rows(i), cur_return_status);
2815:

Line 6711: p_out_entity_id := nvl(wsh_new_deliveries_pvt.get_name(p_in_entity_id), p_in_entity_id);

6707: p_out_entity_id := nvl(wsh_trip_stops_pvt.get_name(p_in_entity_id), p_in_entity_id);
6708: ELSIF p_in_entity_name = 'DELIVERY'
6709: THEN
6710: p_out_entity_name := 'Delivery';
6711: p_out_entity_id := nvl(wsh_new_deliveries_pvt.get_name(p_in_entity_id), p_in_entity_id);
6712: ELSIF p_in_entity_name = 'LINE'
6713: THEN
6714: p_out_entity_name := 'Line';
6715: p_out_entity_id := p_in_entity_id;