DBA Data[Home] [Help]

APPS.WSH_TRIPS_ACTIONS dependencies on WSH_LOCATIONS_PKG

Line 4408: WSH_LOCATIONS_PKG.Convert_internal_cust_location(

4404: END IF;
4405:
4406: --get the physical locations
4407: IF (p_pickup_stop_id IS NOT NULL OR p_pickup_location_id IS NOT NULL) THEN
4408: WSH_LOCATIONS_PKG.Convert_internal_cust_location(
4409: p_internal_cust_location_id => l_trip_pickup_loc_id,
4410: x_internal_org_location_id => l_phys_trip_pickup_loc_id,
4411: x_return_status => l_return_status);
4412: IF l_return_status in (WSH_UTIL_CORE.G_RET_STS_ERROR, WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR) THEN

Line 4553: WSH_LOCATIONS_PKG.Convert_internal_cust_location(

4549: --Check if del's pickup and dropoff are same location
4550:
4551: l_phys_del_dropoff_loc_id:=null;
4552:
4553: WSH_LOCATIONS_PKG.Convert_internal_cust_location(
4554: p_internal_cust_location_id => l_dropoff_location_id,
4555: x_internal_org_location_id => l_phys_del_dropoff_loc_id,
4556: x_return_status => l_return_status);
4557:

Line 7684: WSH_LOCATIONS_PKG.Convert_internal_cust_location(

7680: WSH_DEBUG_SV.log(l_module_name,'l_getstops_status_code('||j||')', l_getstops_status_code(j));
7681: WSH_DEBUG_SV.log(l_module_name,'l_getstops_break_link_flags('||j||')', l_getstops_break_link_flags(j));
7682: END IF;
7683: IF p_caller = 'WSH_TRIP_UPGRADE' THEN
7684: WSH_LOCATIONS_PKG.Convert_internal_cust_location(
7685: p_internal_cust_location_id => l_getstops_stop_loc_id(j),
7686: x_internal_org_location_id => l_getstops_phys_loc_id(j),
7687: x_return_status => l_return_status);
7688: