DBA Data[Home] [Help]

APPS.PAY_AC_TAXABILITY_WRAPPER dependencies on PAY_US_COUNTIES

Line 667: from pay_us_counties puc

663:
664: cursor c_get_county_code(cp_state_code in varchar2
665: ,cp_county_name in varchar2) is
666: select puc.county_code
667: from pay_us_counties puc
668: where puc.state_code = cp_state_code
669: and upper(puc.county_name) = upper(cp_county_name);
670:
671: cursor c_get_city_code(cp_state_code in varchar2