DBA Data[Home] [Help]

APPS.PAY_CTY_BUS dependencies on PAY_US_CITY_GEOCODES

Line 316: from pay_us_city_geocodes

312: --
313: --
314: cursor csr_valid_city_code is
315: select city_code
316: from pay_us_city_geocodes
317: where state_code = p_state_code
318: and county_code = p_county_code
319: and city_code = p_city_code;
320: --