DBA Data[Home] [Help]

APPS.WSH_NEW_DELIVERY_ACTIONS dependencies on WSH_TRIP_STOPS_ACTIONS

Line 7054: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_ACTIONS.CHANGE_STATUS',WSH_DEBUG_SV.C_PROC_LEVEL);

7050:
7051: if u_stop_rows.count > 0 then
7052:
7053: IF l_debug_on THEN
7054: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_ACTIONS.CHANGE_STATUS',WSH_DEBUG_SV.C_PROC_LEVEL);
7055: END IF;
7056: --
7057: wsh_trip_stops_actions.change_status(
7058: p_stop_rows => u_stop_rows,

Line 7057: wsh_trip_stops_actions.change_status(

7053: IF l_debug_on THEN
7054: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_ACTIONS.CHANGE_STATUS',WSH_DEBUG_SV.C_PROC_LEVEL);
7055: END IF;
7056: --
7057: wsh_trip_stops_actions.change_status(
7058: p_stop_rows => u_stop_rows,
7059: p_action => 'CLOSE',
7060: p_actual_date => nvl(p_actual_dep_date,sysdate),
7061: p_defer_interface_flag => p_defer_interface_flag, -- bug 1578251

Line 7931: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_ACTIONS.CHANGE_STATUS',WSH_DEBUG_SV.C_PROC_LEVEL);

7927: --
7928: -- Debug Statements
7929: --
7930: IF l_debug_on THEN
7931: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_ACTIONS.CHANGE_STATUS',WSH_DEBUG_SV.C_PROC_LEVEL);
7932: END IF;
7933: --
7934: wsh_trip_stops_actions.change_status
7935: (

Line 7934: wsh_trip_stops_actions.change_status

7930: IF l_debug_on THEN
7931: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_ACTIONS.CHANGE_STATUS',WSH_DEBUG_SV.C_PROC_LEVEL);
7932: END IF;
7933: --
7934: wsh_trip_stops_actions.change_status
7935: (
7936: p_stop_rows => l_stop_rows,
7937: p_action => 'CLOSE',
7938: p_actual_date => p_in_rec.actual_date,