DBA Data[Home] [Help]

APPS.WSH_DELIVERY_LEGS_PVT dependencies on WSH_TRIP_STOPS_VALIDATIONS

Line 566: l_stop_in_rec WSH_TRIP_STOPS_VALIDATIONS.chkClose_in_rec_type;

562: l_trip_rec WSH_TRIPS_PVT.TRIP_REC_TYPE;
563: --
564: l_has_mixed_deliveries VARCHAR2(10);
565: l_stop_opened VARCHAR2(10);
566: l_stop_in_rec WSH_TRIP_STOPS_VALIDATIONS.chkClose_in_rec_type;
567: l_leg_complete boolean;
568:
569: l_gc3_is_installed VARCHAR2(1); --OTM R12
570:

Line 773: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WWSH_TRIP_STOPS_VALIDATIONS.refreshShipmentsTypeFlag',WSH_DEBUG_SV.C_PROC_LEVEL);

769: -- Recalculate value of shipments type flag for
770: -- pickup and dropoff stop
771: --
772: IF l_debug_on THEN
773: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WWSH_TRIP_STOPS_VALIDATIONS.refreshShipmentsTypeFlag',WSH_DEBUG_SV.C_PROC_LEVEL);
774: END IF;
775: --
776: -- Recalculate value of shipments type flag for pickup stop
777: --

Line 778: WSH_TRIP_STOPS_VALIDATIONS.refreshShipmentsTypeFlag

774: END IF;
775: --
776: -- Recalculate value of shipments type flag for pickup stop
777: --
778: WSH_TRIP_STOPS_VALIDATIONS.refreshShipmentsTypeFlag
779: (
780: p_trip_id => leg_rec.trip_id,
781: p_stop_id => leg_rec.pick_up_stop_id,
782: p_action => 'UNASSIGN',

Line 877: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WWSH_TRIP_STOPS_VALIDATIONS.refreshShipmentsTypeFlag',WSH_DEBUG_SV.C_PROC_LEVEL);

873: END IF;
874: --
875: --
876: IF l_debug_on THEN
877: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WWSH_TRIP_STOPS_VALIDATIONS.refreshShipmentsTypeFlag',WSH_DEBUG_SV.C_PROC_LEVEL);
878: END IF;
879: --
880: -- Recalculate value of shipments type flag for dropoff stop
881: --

Line 883: WSH_TRIP_STOPS_VALIDATIONS.refreshShipmentsTypeFlag

879: --
880: -- Recalculate value of shipments type flag for dropoff stop
881: --
882: --
883: WSH_TRIP_STOPS_VALIDATIONS.refreshShipmentsTypeFlag
884: (
885: p_trip_id => leg_rec.trip_id,
886: p_stop_id => leg_rec.drop_off_stop_id,
887: p_action => 'UNASSIGN',