DBA Data[Home] [Help]

APPS.HR_US_W4_EX dependencies on PAY_US_FEDERAL_TAX_INFO_F

Line 234: from pay_us_federal_tax_info_f

230: Begin
231:
232: select nvl(to_number(fed_information1),0),nvl(to_number(fed_information2),0)
233: into l_fed_allowance , l_fed_earnings
234: from pay_us_federal_tax_info_f
235: where fed_information_category = 'ALLOWANCES LIMIT';
236:
237: Exception
238: when no_data_found then