DBA Data[Home] [Help]

APPS.PAY_MAG_RESUBMIT dependencies on PAY_US_MAGTAPE_REPORTING

Line 27: pay_us_magtape_reporting.redo(l_errbuf,

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 */

Line 32: pay_us_magtape_reporting.redo(l_errbuf,

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: