[Home] [Help]
23: p_payroll_action_id);
24:
25: elsif (instr(l_report_type,'1099',1,1) > 0) /* 1099R */
26: then
27: pay_us_magtape_reporting.redo(l_errbuf,
28: l_retcode,
29: p_payroll_action_id);
30:
31: else /* W2 */
28: l_retcode,
29: p_payroll_action_id);
30:
31: else /* W2 */
32: pay_us_magtape_reporting.redo(l_errbuf,
33: l_retcode,
34: p_payroll_action_id);
35: end if;
36: