DBA Data[Home] [Help]

APPS.PAY_US_PAYROLL_UTILS dependencies on PAY_US_COUNTY_TAX_INFO_F

Line 252: from pay_us_county_tax_info_f

248: select jurisdiction_code,
249: county_tax,
250: head_tax,
251: school_tax
252: from pay_us_county_tax_info_f
253: where cp_effective_date between effective_start_date
254: and effective_end_date
255: and cnty_information_category = 'County tax status info'
256: order by 1 ;