DBA Data[Home] [Help]

APPS.PAY_US_PAYROLL_UTILS dependencies on DUAL

Line 617: select 'Y' into lv_value from dual

613: elsif p_tax_type = 'FUTA ' then
614: lv_value := 'Y'; -- Bug3969061
615: elsif p_tax_type in ('WC EE', 'WC2 EE') then
616: begin
617: select 'Y' into lv_value from dual
618: where exists (
619: select 'x'
620: from pay_wc_funds wcf, pay_us_states uss
621: where uss.state_code = lv_state_code