DBA Data[Home] [Help]

APPS.PAY_US_CITY_PKG dependencies on HR_US_FF_UDFS

Line 391: if hr_us_ff_udfs.addr_val(l_st_abbrev, l_countyName, l_cityName,

387: hr_utility.trace ('selected county code: ' || l_co_code);
388:
389: /* see if this city is unknown. */
390:
391: if hr_us_ff_udfs.addr_val(l_st_abbrev, l_countyName, l_cityName,
392: p_zi_start,'Y') = '00-000-0000' then
393: /*
394: check for an existing city whose zip codes are wrong or
395: altered, which addr_val would still return '00-000-0000'.