DBA Data[Home] [Help]

APPS.PAY_P45_PKG dependencies on FND_PROFILE

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

3442: OPEN csr_get_print_options(l_payroll_action_id);
3443: FETCH csr_get_print_options INTO rec_print_options;
3444: CLOSE csr_get_print_options;
3445: --
3446: l_print_together := nvl(fnd_profile.value('CONC_PRINT_TOGETHER'), 'N');
3447: --
3448: -- Set printer options
3449: l_print_return := fnd_request.set_print_options
3450: (printer => rec_print_options.printer,