DBA Data[Home] [Help]

APPS.PAY_US_PAYROLL_UTILS dependencies on PAY_US_COUNTY_TAX_INFO_F

Line 244: from pay_us_county_tax_info_f

240: select jurisdiction_code,
241: county_tax,
242: head_tax,
243: school_tax
244: from pay_us_county_tax_info_f
245: where cp_effective_date between effective_start_date
246: and effective_end_date
247: and cnty_information_category = 'County tax status info'
248: order by 1 ;