DBA Data[Home] [Help]

APPS.PAY_US_ARCHIVE dependencies on PAY_US_FEDERAL_TAX_INFO_F

Line 1970: from pay_us_federal_tax_info_f puftif,

1966: begin
1967: select ss_ee_wage_limit,
1968: ss_ee_rate
1969: into l_value1,l_value2
1970: from pay_us_federal_tax_info_f puftif,
1971: pay_payroll_actions ppa
1972: where ppa.payroll_action_id = p_payroll_action_id
1973: and ppa.effective_date between puftif.effective_start_date and effective_end_date
1974: and puftif.fed_information_category = '401K LIMITS';