DBA Data[Home] [Help]

APPS.PAY_AU_RECONCILIATION_PKG dependencies on FND_PROFILE

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

2208: OPEN csr_get_print_options(p_payroll_action_id);
2209: FETCH csr_get_print_options INTO rec_print_options;
2210: CLOSE csr_get_print_options;
2211: --
2212: l_print_together := nvl(fnd_profile.value('CONC_PRINT_TOGETHER'), 'N');
2213: --
2214: -- Set printer options
2215: l_print_return := fnd_request.set_print_options
2216: (printer => rec_print_options.printer,