DBA Data[Home] [Help]

APPS.PAY_AU_RECONCILIATION_PKG dependencies on FND_PROFILE

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

3482: OPEN csr_get_print_options(p_payroll_action_id);
3483: FETCH csr_get_print_options INTO rec_print_options;
3484: CLOSE csr_get_print_options;
3485: --
3486: l_print_together := nvl(fnd_profile.value('CONC_PRINT_TOGETHER'), 'N');
3487: --
3488: -- Set printer options
3489: l_print_return := fnd_request.set_print_options
3490: (printer => rec_print_options.printer,