DBA Data[Home] [Help]

APPS.PAY_AU_PAYTAX_PKG dependencies on FND_PROFILE

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

1248: OPEN csr_get_print_options(p_payroll_action_id);
1249: FETCH csr_get_print_options INTO rec_print_options;
1250: CLOSE csr_get_print_options;
1251: --
1252: l_print_together := nvl(fnd_profile.value('CONC_PRINT_TOGETHER'), 'N');
1253: --
1254: -- Set printer options
1255: l_print_return := fnd_request.set_print_options
1256: (printer => rec_print_options.printer,