DBA Data[Home] [Help]

APPS.PAY_US_ARCHIVE dependencies on PAY_US_FEDERAL_TAX_INFO_F

Line 2338: from pay_us_federal_tax_info_f puftif,

2334: begin
2335: select ss_ee_wage_limit,
2336: ss_ee_rate
2337: into l_value1,l_value2
2338: from pay_us_federal_tax_info_f puftif,
2339: pay_payroll_actions ppa
2340: where ppa.payroll_action_id = p_payroll_action_id
2341: and ppa.effective_date between puftif.effective_start_date and effective_end_date
2342: and puftif.fed_information_category = '401K LIMITS';