DBA Data[Home] [Help]

APPS.WSH_UTIL_CORE dependencies on WSH_NEW_DELIVERIES_PVT

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

2840: --
2841: -- Debug Statements
2842: --
2843: IF l_debug_on THEN
2844: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_NEW_DELIVERIES_PVT.DELETE_DELIVERY',WSH_DEBUG_SV.C_PROC_LEVEL);
2845: END IF;
2846: --
2847: wsh_new_deliveries_pvt.delete_delivery(null, p_rows(i), cur_return_status);
2848: elsif (p_type = 'DLEG') then

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

2843: IF l_debug_on THEN
2844: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_NEW_DELIVERIES_PVT.DELETE_DELIVERY',WSH_DEBUG_SV.C_PROC_LEVEL);
2845: END IF;
2846: --
2847: wsh_new_deliveries_pvt.delete_delivery(null, p_rows(i), cur_return_status);
2848: elsif (p_type = 'DLEG') then
2849:
2850: -- wsh_delivery_legs_pvt.delete_delivery_leg(null, p_rows(i), cur_return_status);
2851:

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

6743: p_out_entity_id := nvl(wsh_trip_stops_pvt.get_name(p_in_entity_id), p_in_entity_id);
6744: ELSIF p_in_entity_name = 'DELIVERY'
6745: THEN
6746: p_out_entity_name := 'Delivery';
6747: p_out_entity_id := nvl(wsh_new_deliveries_pvt.get_name(p_in_entity_id), p_in_entity_id);
6748: ELSIF p_in_entity_name = 'LINE'
6749: THEN
6750: p_out_entity_name := 'Line';
6751: p_out_entity_id := p_in_entity_id;