DBA Data[Home] [Help]

APPS.HZ_LOCATION_SERVICES_PUB dependencies on HZ_GEO_NAME_REFERENCE_LOG

Line 1139: from hz_geo_name_reference_log

1135: where location_id = l_loc_id;
1136: */
1137: CURSOR chk_gnr(l_loc_id NUMBER) IS
1138: select 1
1139: from hz_geo_name_reference_log
1140: where location_table_name = 'HZ_LOCATIONS'
1141: and location_id = l_loc_id
1142: and rownum = 1;
1143: