DBA Data[Home] [Help]

APPS.PAY_RI_AC_TAX_RULE dependencies on PAY_US_COUNTIES

Line 986: from pay_us_counties

982:
983: /* US County code cursor */
984: CURSOR csr_get_county_code is
985: select county_code
986: from pay_us_counties
987: where state_code = ltrim(rtrim(p_state_prov_code))
988: and county_name = ltrim(rtrim(p_county));
989:
990: /* US County School district code */