DBA Data[Home] [Help]

APPS.PAY_US_TAX_BALS_ADJ_API dependencies on PAY_US_CITY_TAX_INFO_F

Line 1902: FROM pay_us_city_tax_info_f

1898: AND p_adj_date BETWEEN effective_start_date AND effective_end_date;
1899:
1900: CURSOR city_exists is
1901: SELECT city_tax
1902: FROM pay_us_city_tax_info_f
1903: WHERE jurisdiction_code = p_jd_code
1904: AND p_adj_date BETWEEN effective_start_date AND effective_end_date;
1905:
1906: BEGIN