DBA Data[Home] [Help]

APPS.PAY_IN_UTILS dependencies on FND_FILE

Line 2768: fnd_file.put(fnd_file.log, FND_MESSAGE.GET);

2764: hr_utility.set_location('Leaving: '||l_procedure,25);
2765:
2766: fnd_message.set_name('PER','PER_IN_PAYROLL_ACTIONS_EXIST');
2767: fnd_message.set_token('PAYROLL_ID', p_payroll_id);
2768: fnd_file.put(fnd_file.log, FND_MESSAGE.GET);
2769: hr_utility.raise_error;
2770: end if;
2771:
2772: select nvl(PRL_INFORMATION1,'N'),nvl(PAY_DATE_OFFSET,0) into l_public_sector_flag,l_date_offset

Line 2796: fnd_file.put(fnd_file.log, FND_MESSAGE.GET);

2792: end if ;
2793:
2794: fnd_message.set_name('PER','PER_IN_PUBLIC_PAYROLL_SUCCESS');
2795: fnd_message.set_token('PAYROLL_ID', p_payroll_id);
2796: fnd_file.put(fnd_file.log, FND_MESSAGE.GET);
2797: pay_in_utils.set_location(g_debug,'Inside: '||l_procedure, 40);
2798: RETURN;
2799: else
2800: if g_debug then

Line 2809: fnd_file.put(fnd_file.log, FND_MESSAGE.GET);

2805:
2806: pay_in_utils.set_location(g_debug,'Inside: '||l_procedure, 45);
2807: fnd_message.set_name('PER','PER_IN_DISALLOW_PERIOD_MODIFY');
2808: fnd_message.set_token('PAYROLL_ID', p_payroll_id);
2809: fnd_file.put(fnd_file.log, FND_MESSAGE.GET);
2810: hr_utility.raise_error;
2811: end if;
2812: else
2813: pay_in_utils.set_location(g_debug,'Inside: '||l_procedure, 50);

Line 2817: fnd_file.put(fnd_file.log, FND_MESSAGE.GET);

2813: pay_in_utils.set_location(g_debug,'Inside: '||l_procedure, 50);
2814:
2815: fnd_message.set_name('PER','PER_IN_PUBLIC_FLAG_UNSELECTED');
2816: fnd_message.set_token('PAYROLL_ID', p_payroll_id);
2817: fnd_file.put(fnd_file.log, FND_MESSAGE.GET);
2818: hr_utility.raise_error;
2819: end if;
2820:
2821: pay_in_utils.set_location(g_debug,'Leaving: '||l_procedure, 60);