DBA Data[Home] [Help]

APPS.PAY_US_PAYROLL_UTILS dependencies on PAY_US_FEDERAL_TAX_INFO_F

Line 221: from pay_us_federal_tax_info_f

217: ss_ee_wage_limit, ss_ee_rate,
218: ss_er_wage_limit, ss_er_rate,
219: medi_ee_rate, medi_er_rate,
220: fed_information1, fed_information2
221: from pay_us_federal_tax_info_f
222: where cp_effective_date between effective_start_date
223: and effective_end_date
224: and fed_information_category = cp_fed_info_category;
225: