DBA Data[Home] [Help]

APPS.PER_KAD_BUS dependencies on PAY_US_ZIP_CODES

Line 1629: from pay_us_zip_codes

1625: and cty.city_name = p_town_or_city;
1626: --
1627: cursor csr_valid_zip_code is
1628: select null
1629: from pay_us_zip_codes
1630: where state_code = l_state_code
1631: and city_code = l_city_code
1632: and l_postal_code between zip_start
1633: and zip_end;