DBA Data[Home] [Help]

APPS.WSH_UTIL_CORE dependencies on WSH_FTE_INTEGRATION

Line 2724: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_FTE_INTEGRATION.TRIP_STOP_VALIDATIONS',WSH_DEBUG_SV.C_PROC_LEVEL);

2720: --
2721: -- Debug Statements
2722: --
2723: IF l_debug_on THEN
2724: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_FTE_INTEGRATION.TRIP_STOP_VALIDATIONS',WSH_DEBUG_SV.C_PROC_LEVEL);
2725: END IF;
2726: --
2727: wsh_fte_integration.trip_stop_validations
2728: (p_stop_rec => l_stop_rec,

Line 2727: wsh_fte_integration.trip_stop_validations

2723: IF l_debug_on THEN
2724: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_FTE_INTEGRATION.TRIP_STOP_VALIDATIONS',WSH_DEBUG_SV.C_PROC_LEVEL);
2725: END IF;
2726: --
2727: wsh_fte_integration.trip_stop_validations
2728: (p_stop_rec => l_stop_rec,
2729: p_trip_rec => l_trip_rec,
2730: p_action => 'DELETE',
2731: x_return_status => l_return_status);

Line 2783: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_FTE_INTEGRATION.TRIP_STOP_VALIDATIONS',WSH_DEBUG_SV.C_PROC_LEVEL);

2779: --
2780: -- Debug Statements
2781: --
2782: IF l_debug_on THEN
2783: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_FTE_INTEGRATION.TRIP_STOP_VALIDATIONS',WSH_DEBUG_SV.C_PROC_LEVEL);
2784: END IF;
2785: --
2786: wsh_fte_integration.trip_stop_validations
2787: (p_stop_rec => l_stop_rec,

Line 2786: wsh_fte_integration.trip_stop_validations

2782: IF l_debug_on THEN
2783: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_FTE_INTEGRATION.TRIP_STOP_VALIDATIONS',WSH_DEBUG_SV.C_PROC_LEVEL);
2784: END IF;
2785: --
2786: wsh_fte_integration.trip_stop_validations
2787: (p_stop_rec => l_stop_rec,
2788: p_trip_rec => l_trip_rec,
2789: p_action => 'DELETE',
2790: x_return_status => l_return_status);