DBA Data[Home] [Help]

APPS.PAY_US_TAX_BALS_ADJ_PKG dependencies on PAY_US_CITY_TAX_INFO_F

Line 1480: from pay_us_city_tax_info_f

1476: and p_adj_date between effective_start_date and effective_end_date;
1477:
1478: cursor city_exists is
1479: select city_tax
1480: from pay_us_city_tax_info_f
1481: where jurisdiction_code = p_jd_code
1482: and p_adj_date between effective_start_date and effective_end_date;
1483:
1484: BEGIN