DBA Data[Home] [Help]

APPS.WSH_UTIL_CORE dependencies on WSH_FTE_INTEGRATION

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

2684: --
2685: -- Debug Statements
2686: --
2687: IF l_debug_on THEN
2688: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_FTE_INTEGRATION.TRIP_STOP_VALIDATIONS',WSH_DEBUG_SV.C_PROC_LEVEL);
2689: END IF;
2690: --
2691: wsh_fte_integration.trip_stop_validations
2692: (p_stop_rec => l_stop_rec,

Line 2691: wsh_fte_integration.trip_stop_validations

2687: IF l_debug_on THEN
2688: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_FTE_INTEGRATION.TRIP_STOP_VALIDATIONS',WSH_DEBUG_SV.C_PROC_LEVEL);
2689: END IF;
2690: --
2691: wsh_fte_integration.trip_stop_validations
2692: (p_stop_rec => l_stop_rec,
2693: p_trip_rec => l_trip_rec,
2694: p_action => 'DELETE',
2695: x_return_status => l_return_status);

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

2743: --
2744: -- Debug Statements
2745: --
2746: IF l_debug_on THEN
2747: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_FTE_INTEGRATION.TRIP_STOP_VALIDATIONS',WSH_DEBUG_SV.C_PROC_LEVEL);
2748: END IF;
2749: --
2750: wsh_fte_integration.trip_stop_validations
2751: (p_stop_rec => l_stop_rec,

Line 2750: wsh_fte_integration.trip_stop_validations

2746: IF l_debug_on THEN
2747: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_FTE_INTEGRATION.TRIP_STOP_VALIDATIONS',WSH_DEBUG_SV.C_PROC_LEVEL);
2748: END IF;
2749: --
2750: wsh_fte_integration.trip_stop_validations
2751: (p_stop_rec => l_stop_rec,
2752: p_trip_rec => l_trip_rec,
2753: p_action => 'DELETE',
2754: x_return_status => l_return_status);