DBA Data[Home] [Help]

APPS.RRS_IMPORT_INTERFACE_PKG dependencies on RRS_SITE_UTILS

Line 1564: RRS_SITE_UTILS.Update_geometry_for_locations ( p_loc_id => nvl(site_data.location_id , x_location_id)

1560:
1561: -- call for updating HZ_Locations for Geometry coordinates.
1562:
1563: if l_upd_geo_data = 'Y' and l_row_status = 'S' then
1564: RRS_SITE_UTILS.Update_geometry_for_locations ( p_loc_id => nvl(site_data.location_id , x_location_id)
1565: ,p_lat => site_data.latitude
1566: ,p_long => site_data.longitude
1567: ,p_status => 'GOOD'
1568: ,p_geo_source => nvl(site_data.geometry_source , l_geo_source )

Line 3325: RRS_SITE_UTILS.Update_geometry_for_locations ( p_loc_id => site_data.location_id

3321: end if;
3322:
3323: If l_row_status = 'S' then
3324: -- call for updating HZ_Locations for Geometry coordinates.
3325: RRS_SITE_UTILS.Update_geometry_for_locations ( p_loc_id => site_data.location_id
3326: ,p_lat => site_data.latitude_intf
3327: ,p_long => site_data.longitude_intf
3328: ,p_status => 'GOOD'
3329: ,p_geo_source => nvl(site_data.geometry_source_intf , l_geo_source )