DBA Data[Home] [Help]

APPS.HR_US_W4_EX dependencies on PAY_US_STATE_TAX_INFO_F

Line 267: from pay_us_state_tax_info_f

263: Begin
264:
265: select to_number(sta_information10),to_number(sta_information11)
266: into l_state_allowance , l_state_earnings
267: from pay_us_state_tax_info_f
268: where state_code = substr(w4_jurisdiction_code,1,2)
269: and effective_end_date = to_date('31/12/4712','DD/MM/YYYY')
270: and sta_information_category = 'State tax limit rate info';
271: