DBA Data[Home] [Help]

APPS.WSH_UTIL_CORE dependencies on WSH_TRIP_STOPS_PVT

Line 2510: l_stop_rec WSH_TRIP_STOPS_PVT.trip_stop_rec_type;

2506: l_message fnd_new_messages.message_name%type;
2507: --new variable
2508: l_fte_flag VARCHAR2(1) := 'N';
2509: l_return_status VARCHAR2(30);
2510: l_stop_rec WSH_TRIP_STOPS_PVT.trip_stop_rec_type;
2511: l_trip_rec WSH_TRIPS_PVT.trip_rec_type;
2512: -- bmso
2513: l_lpn_ids WMS_Data_Type_Definitions_PUB.LPNPurgeRecordType;
2514: l_lpn_id_tab wsh_util_core.id_tab_type;

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

2790: --
2791: -- Debug Statements
2792: --
2793: IF l_debug_on THEN
2794: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_PVT.DELETE_TRIP_STOP',WSH_DEBUG_SV.C_PROC_LEVEL);
2795: END IF;
2796: --
2797: --tkt
2798: wsh_trip_stops_pvt.delete_trip_stop(p_rowid => null,

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

2794: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_PVT.DELETE_TRIP_STOP',WSH_DEBUG_SV.C_PROC_LEVEL);
2795: END IF;
2796: --
2797: --tkt
2798: wsh_trip_stops_pvt.delete_trip_stop(p_rowid => null,
2799: p_stop_id => p_rows(i),
2800: x_return_status => cur_return_status,
2801: p_validate_flag => 'Y',
2802: p_caller => p_caller);

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

6703: p_out_entity_id := nvl(wsh_trips_pvt.get_name(p_in_entity_id), p_in_entity_id);
6704: ELSIF p_in_entity_name = 'STOP'
6705: THEN
6706: p_out_entity_name := 'Stop';
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);