DBA Data[Home] [Help]

APPS.WSH_TRIP_STOPS_ACTIONS dependencies on WSH_SHIP_CONFIRM_ACTIONS

Line 2124: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_SHIP_CONFIRM_ACTIONS.SHIP_CONFIRM_A_TRIP_STOP',WSH_DEBUG_SV.C_PROC_LEVEL);

2120: AND NVL(p_defer_interface_flag, 'Y') = 'N'
2121: THEN
2122: --{
2123: IF l_debug_on THEN
2124: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_SHIP_CONFIRM_ACTIONS.SHIP_CONFIRM_A_TRIP_STOP',WSH_DEBUG_SV.C_PROC_LEVEL);
2125: END IF;
2126: --
2127: wsh_ship_confirm_actions.ship_confirm_a_trip_stop
2128: (

Line 2127: wsh_ship_confirm_actions.ship_confirm_a_trip_stop

2123: IF l_debug_on THEN
2124: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_SHIP_CONFIRM_ACTIONS.SHIP_CONFIRM_A_TRIP_STOP',WSH_DEBUG_SV.C_PROC_LEVEL);
2125: END IF;
2126: --
2127: wsh_ship_confirm_actions.ship_confirm_a_trip_stop
2128: (
2129: p_in_rec.stop_id,
2130: l_return_status
2131: );