DBA Data[Home] [Help]

APPS.PAY_US_EMP_TAX_RULES_PKG dependencies on PAY_US_COUNTIES

Line 2157: from pay_us_counties

2153: /* Gets the county name */
2154:
2155: CURSOR csr_county_name is
2156: select county_name
2157: from pay_us_counties
2158: where fnd_number.canonical_to_number(substr(P_jurisdiction, 1,2)) = state_code
2159: and fnd_number.canonical_to_number(substr(P_jurisdiction, 4,3)) = county_code;
2160:
2161: