DBA Data[Home] [Help]

APPS.PER_GB_ABSENCE_EVIDENCE_SWI dependencies on FND_MESSAGE

Line 266: l_error_text := fnd_message.get;

262: end if;
263: l_sqlerrm := sqlerrm;
264: l_error_text := hr_utility.get_message;
265: if l_error_text is null then
266: l_error_text := fnd_message.get;
267: end if;
268:
269: if (((l_error_text is not null) OR (l_sqlerrm is not null)) and (p_validate = hr_api.g_false_num)) then
270: hr_utility.set_location(' Leaving:' || l_proc,45);

Line 546: l_error_text := fnd_message.get;

542: end if;
543: l_sqlerrm := sqlerrm;
544: l_error_text := hr_utility.get_message;
545: if l_error_text is null then
546: l_error_text := fnd_message.get;
547: end if;
548:
549: if (((l_error_text is not null) OR (l_sqlerrm is not null)) and (p_validate = hr_api.g_false_num)) then
550: hr_utility.set_location(' Leaving:' || l_proc,45);