[Home] [Help]
337: hr_utility.trace ('selected county code: ' || l_co_code);
338:
339: /* see if this city is unknown. */
340:
341: if hr_us_ff_udfs.addr_val(l_st_abbrev, l_countyName, l_cityName,
342: p_zi_start,'Y') = '00-000-0000' then
343: /*
344: check for an existing city whose zip codes are wrong or
345: altered, which addr_val would still return '00-000-0000'.