DBA Data[Home] [Help]

APPS.PER_SPP_UPD dependencies on FND_MESSAGE

Line 454: fnd_message.set_name('PER', 'HR_50439_SP_GAP_ERROR');

450: hr_utility.set_location(l_proc, 7);
451: if l_next_placement_st_date is not null then
452: hr_utility.set_location(l_proc, 8);
453: if l_next_placement_st_date > l_step_end_date + 1 then
454: fnd_message.set_name('PER', 'HR_50439_SP_GAP_ERROR');
455: fnd_message.set_token('END_DATE',l_step_end_date);
456: fnd_message.raise_error;
457: end if;
458: hr_utility.set_location(l_proc, 9);

Line 455: fnd_message.set_token('END_DATE',l_step_end_date);

451: if l_next_placement_st_date is not null then
452: hr_utility.set_location(l_proc, 8);
453: if l_next_placement_st_date > l_step_end_date + 1 then
454: fnd_message.set_name('PER', 'HR_50439_SP_GAP_ERROR');
455: fnd_message.set_token('END_DATE',l_step_end_date);
456: fnd_message.raise_error;
457: end if;
458: hr_utility.set_location(l_proc, 9);
459: else

Line 456: fnd_message.raise_error;

452: hr_utility.set_location(l_proc, 8);
453: if l_next_placement_st_date > l_step_end_date + 1 then
454: fnd_message.set_name('PER', 'HR_50439_SP_GAP_ERROR');
455: fnd_message.set_token('END_DATE',l_step_end_date);
456: fnd_message.raise_error;
457: end if;
458: hr_utility.set_location(l_proc, 9);
459: else
460: hr_utility.set_location(l_proc, 10);