DBA Data[Home] [Help]

APPS.PAY_US_TAX_BALS_ADJ_API dependencies on PAY_US_CITY_TAX_INFO_F

Line 2277: FROM pay_us_city_tax_info_f

2273: AND p_adj_date BETWEEN effective_start_date AND effective_end_date;
2274:
2275: CURSOR city_exists is
2276: SELECT city_tax
2277: FROM pay_us_city_tax_info_f
2278: WHERE jurisdiction_code = p_jd_code
2279: AND p_adj_date BETWEEN effective_start_date AND effective_end_date;
2280:
2281: BEGIN