DBA Data[Home] [Help]

APPS.PAY_AU_RECON_SUMMARY dependencies on FND_PROFILE

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

3545: OPEN csr_get_print_options(p_payroll_action_id);
3546: FETCH csr_get_print_options INTO rec_print_options;
3547: CLOSE csr_get_print_options;
3548:
3549: l_print_together := nvl(fnd_profile.value('CONC_PRINT_TOGETHER'), 'N');
3550: --
3551: -- Set printer options
3552: l_print_return := fnd_request.set_print_options
3553: (printer => rec_print_options.printer,