DBA Data[Home] [Help]

APPS.WSH_TRIP_STOPS_PVT dependencies on WSH_LOCATIONS_PKG

Line 128: WSH_LOCATIONS_PKG.Convert_internal_cust_location(

124:
125: END IF;
126:
127:
128: WSH_LOCATIONS_PKG.Convert_internal_cust_location(
129: p_internal_cust_location_id => p_trip_stop_info.stop_location_id,
130: x_internal_org_location_id => l_physical_loc_id,
131: x_return_status => l_return_status );
132: