DBA Data[Home] [Help]

APPS.WSH_NEW_DELIVERY_ACTIONS dependencies on WSH_TRIP_STOPS_ACTIONS

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

7190:
7191: if u_stop_rows.count > 0 then
7192:
7193: IF l_debug_on THEN
7194: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_ACTIONS.CHANGE_STATUS',WSH_DEBUG_SV.C_PROC_LEVEL);
7195: END IF;
7196: --
7197: wsh_trip_stops_actions.change_status(
7198: p_stop_rows => u_stop_rows,

Line 7197: wsh_trip_stops_actions.change_status(

7193: IF l_debug_on THEN
7194: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_ACTIONS.CHANGE_STATUS',WSH_DEBUG_SV.C_PROC_LEVEL);
7195: END IF;
7196: --
7197: wsh_trip_stops_actions.change_status(
7198: p_stop_rows => u_stop_rows,
7199: p_action => 'CLOSE',
7200: p_actual_date => nvl(p_actual_dep_date,sysdate),
7201: p_defer_interface_flag => p_defer_interface_flag, -- bug 1578251

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

8123: --
8124: -- Debug Statements
8125: --
8126: IF l_debug_on THEN
8127: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_ACTIONS.CHANGE_STATUS',WSH_DEBUG_SV.C_PROC_LEVEL);
8128: END IF;
8129: --
8130: wsh_trip_stops_actions.change_status
8131: (

Line 8130: wsh_trip_stops_actions.change_status

8126: IF l_debug_on THEN
8127: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TRIP_STOPS_ACTIONS.CHANGE_STATUS',WSH_DEBUG_SV.C_PROC_LEVEL);
8128: END IF;
8129: --
8130: wsh_trip_stops_actions.change_status
8131: (
8132: p_stop_rows => l_stop_rows,
8133: p_action => 'CLOSE',
8134: p_actual_date => p_in_rec.actual_date,