DBA Data[Home] [Help]

APPS.WSH_TRIPS_ACTIONS dependencies on WSH_LOCATIONS_PKG

Line 4410: WSH_LOCATIONS_PKG.Convert_internal_cust_location(

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

Line 4555: WSH_LOCATIONS_PKG.Convert_internal_cust_location(

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

Line 7695: WSH_LOCATIONS_PKG.Convert_internal_cust_location(

7691: WSH_DEBUG_SV.log(l_module_name,'l_getstops_status_code('||j||')', l_getstops_status_code(j));
7692: WSH_DEBUG_SV.log(l_module_name,'l_getstops_break_link_flags('||j||')', l_getstops_break_link_flags(j));
7693: END IF;
7694: IF p_caller = 'WSH_TRIP_UPGRADE' THEN
7695: WSH_LOCATIONS_PKG.Convert_internal_cust_location(
7696: p_internal_cust_location_id => l_getstops_stop_loc_id(j),
7697: x_internal_org_location_id => l_getstops_phys_loc_id(j),
7698: x_return_status => l_return_status);
7699: