DBA Data[Home] [Help]

APPS.PAY_P45_PKG dependencies on FND_PROFILE

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

4151: OPEN csr_get_print_options(l_payroll_action_id);
4152: FETCH csr_get_print_options INTO rec_print_options;
4153: CLOSE csr_get_print_options;
4154: --
4155: l_print_together := nvl(fnd_profile.value('CONC_PRINT_TOGETHER'), 'N');
4156: --
4157:
4158: -- Get the stationary and defer printing options
4159: OPEN csr_get_stationary_defer(l_payroll_action_id);