DBA Data[Home] [Help]

APPS.PAY_US_TAX_BALS_ADJ_PKG dependencies on PAY_US_COUNTY_TAX_INFO_F

Line 1474: from pay_us_county_tax_info_f

1470: and p_adj_date between effective_start_date and effective_end_date;
1471:
1472: cursor county_exists is
1473: select county_tax
1474: from pay_us_county_tax_info_f
1475: where jurisdiction_code = substr(p_jd_code, 1, 7)||'0000'
1476: and p_adj_date between effective_start_date and effective_end_date;
1477:
1478: cursor city_exists is