DBA Data[Home] [Help]

APPS.PAY_AU_RECON_SUMMARY dependencies on FND_PROFILE

Line 2308: l_print_together := nvl(fnd_profile.value('CONC_PRINT_TOGETHER'), 'N');

2304: OPEN csr_get_print_options(p_payroll_action_id);
2305: FETCH csr_get_print_options INTO rec_print_options;
2306: CLOSE csr_get_print_options;
2307:
2308: l_print_together := nvl(fnd_profile.value('CONC_PRINT_TOGETHER'), 'N');
2309: --
2310: -- Set printer options
2311: l_print_return := fnd_request.set_print_options
2312: (printer => rec_print_options.printer,