DBA Data[Home] [Help]

APPS.PAY_US_PAYROLL_UTILS dependencies on DUAL

Line 631: select 'Y' into lv_value from dual

627: elsif p_tax_type = 'FUTA ' then
628: lv_value := 'Y'; -- Bug3969061
629: elsif p_tax_type in ('WC EE', 'WC2 EE') then
630: begin
631: select 'Y' into lv_value from dual
632: where exists (
633: select 'x'
634: from pay_wc_funds wcf, pay_us_states uss
635: where uss.state_code = lv_state_code