[Home] [Help]
265: select jurisdiction_code,
266: city_tax,
267: head_tax,
268: school_tax
269: from pay_us_city_tax_info_f
270: where cp_effective_date between effective_start_date
271: and effective_end_date
272: and jurisdiction_code = cp_jurisdiction_code
273: and city_information_category = 'City tax status info';