DBA Data[Home] [Help]

APPS.PAY_RI_AC_TAX_RULE dependencies on PAY_US_COUNTIES

Line 980: from pay_us_counties

976:
977: /* US County code cursor */
978: CURSOR csr_get_county_code is
979: select county_code
980: from pay_us_counties
981: where state_code = ltrim(rtrim(p_state_prov_code))
982: and county_name = ltrim(rtrim(p_county));
983:
984: /* US County School district code */