DBA Data[Home] [Help]

APPS.WSH_TRIP_STOPS_ACTIONS dependencies on WSH_DELIVERY_LEGS_ACTIONS

Line 1712: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_DELIVERY_LEGS_ACTIONS.UNASSIGN_DELIVERIES',WSH_DEBUG_SV.C_PROC_LEVEL);

1708: IF p_in_rec1.initial_pu_err_dlvy_id_tbl.COUNT > 0
1709: THEN
1710: --{
1711: IF l_debug_on THEN
1712: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_DELIVERY_LEGS_ACTIONS.UNASSIGN_DELIVERIES',WSH_DEBUG_SV.C_PROC_LEVEL);
1713: END IF;
1714: --
1715: -- Unassign deliveries (which were idenified during check_stop_close routine)
1716: -- which cannot be set to in-transit, from the trip

Line 1718: wsh_delivery_legs_actions.unassign_deliveries

1714: --
1715: -- Unassign deliveries (which were idenified during check_stop_close routine)
1716: -- which cannot be set to in-transit, from the trip
1717: --
1718: wsh_delivery_legs_actions.unassign_deliveries
1719: (
1720: p_del_rows => p_in_rec1.initial_pu_err_dlvy_id_tbl,
1721: p_trip_id => p_in_rec1.trip_id,
1722: p_pickup_stop_id => NULL,

Line 1743: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_DELIVERY_LEGS_ACTIONS.UNASSIGN_DELIVERIES',WSH_DEBUG_SV.C_PROC_LEVEL);

1739: IF l_err_cnt > 0
1740: THEN
1741: --{
1742: IF l_debug_on THEN
1743: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_DELIVERY_LEGS_ACTIONS.UNASSIGN_DELIVERIES',WSH_DEBUG_SV.C_PROC_LEVEL);
1744: END IF;
1745: --
1746: --
1747: -- Unassign deliveries which cannot be set to in-transit(due to errors

Line 1750: wsh_delivery_legs_actions.unassign_deliveries

1746: --
1747: -- Unassign deliveries which cannot be set to in-transit(due to errors
1748: -- (while setting delivery to in-transit), from the trip
1749: --
1750: wsh_delivery_legs_actions.unassign_deliveries
1751: (
1752: p_del_rows => l_err_dlvy_id_tbl,
1753: p_trip_id => p_in_rec1.trip_id,
1754: p_pickup_stop_id => NULL,

Line 1780: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_DELIVERY_LEGS_ACTIONS.MARK_REPRICE_REQUIRED',WSH_DEBUG_SV.C_PROC_LEVEL);

1776: --
1777: -- Debug Statements
1778: --
1779: IF l_debug_on THEN
1780: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_DELIVERY_LEGS_ACTIONS.MARK_REPRICE_REQUIRED',WSH_DEBUG_SV.C_PROC_LEVEL);
1781: END IF;
1782: --
1783: -- Dellvieries which could not be set to in-transit, were unassigned from trip.
1784: -- This changed trip contents and hence need to mark other deliveries on trip

Line 1787: WSH_DELIVERY_LEGS_ACTIONS.Mark_Reprice_Required (

1783: -- Dellvieries which could not be set to in-transit, were unassigned from trip.
1784: -- This changed trip contents and hence need to mark other deliveries on trip
1785: -- as reprice required
1786: --
1787: WSH_DELIVERY_LEGS_ACTIONS.Mark_Reprice_Required (
1788: p_entity_type => 'TRIP',
1789: p_entity_ids => l_trip_tab,
1790: x_return_status => l_return_status);
1791: --