DBA Data[Home] [Help]

APPS.WSH_UTIL_CORE dependencies on WSH_TRIP_STOPS_PVT

Line 2546: l_stop_rec WSH_TRIP_STOPS_PVT.trip_stop_rec_type;

2542: l_message fnd_new_messages.message_name%type;
2543: --new variable
2544: l_fte_flag VARCHAR2(1) := 'N';
2545: l_return_status VARCHAR2(30);
2546: l_stop_rec WSH_TRIP_STOPS_PVT.trip_stop_rec_type;
2547: l_trip_rec WSH_TRIPS_PVT.trip_rec_type;
2548: -- bmso
2549: l_lpn_ids WMS_Data_Type_Definitions_PUB.LPNPurgeRecordType;
2550: l_lpn_id_tab wsh_util_core.id_tab_type;

Line 2830: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_PVT.DELETE_TRIP_STOP',WSH_DEBUG_SV.C_PROC_LEVEL);

2826: --
2827: -- Debug Statements
2828: --
2829: IF l_debug_on THEN
2830: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_PVT.DELETE_TRIP_STOP',WSH_DEBUG_SV.C_PROC_LEVEL);
2831: END IF;
2832: --
2833: --tkt
2834: wsh_trip_stops_pvt.delete_trip_stop(p_rowid => null,

Line 2834: wsh_trip_stops_pvt.delete_trip_stop(p_rowid => null,

2830: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_PVT.DELETE_TRIP_STOP',WSH_DEBUG_SV.C_PROC_LEVEL);
2831: END IF;
2832: --
2833: --tkt
2834: wsh_trip_stops_pvt.delete_trip_stop(p_rowid => null,
2835: p_stop_id => p_rows(i),
2836: x_return_status => cur_return_status,
2837: p_validate_flag => 'Y',
2838: p_caller => p_caller);

Line 6743: p_out_entity_id := nvl(wsh_trip_stops_pvt.get_name(p_in_entity_id), p_in_entity_id);

6739: p_out_entity_id := nvl(wsh_trips_pvt.get_name(p_in_entity_id), p_in_entity_id);
6740: ELSIF p_in_entity_name = 'STOP'
6741: THEN
6742: p_out_entity_name := 'Stop';
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);