DBA Data[Home] [Help]

APPS.PER_PEOPLE4_PKG dependencies on FND_MESSAGE

Line 321: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');

317: if hr_person.chk_future_person_type(p_s_system_person_type
318: ,p_person_id
319: ,p_business_group_id
320: ,p_effective_start_date) then
321: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');
322: app_exception.raise_exception;
323: end if;
324: --
325: -- Ensure there are no future applicant assignments

Line 369: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');

365: if hr_person.chk_future_person_type(p_s_system_person_type
366: ,p_person_id
367: ,p_business_group_id
368: ,p_effective_start_date) then
369: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');
370: app_exception.raise_exception;
371: end if;
372: --
373: if p_s_system_person_type = 'EX_EMP'

Line 433: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');

429: if hr_person.chk_future_person_type(p_s_system_person_type
430: ,p_person_id
431: ,p_business_group_id
432: ,p_effective_start_date) then
433: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');
434: hr_utility.raise_error;
435: end if;
436: --
437: -- Ensure there are no future applicant assignments

Line 889: fnd_message.set_name('PAY','HR_7510_PER_FUT_CHANGE');

885: END IF;
886: open future_exists;
887: fetch future_exists into l_dummy;
888: if future_exists%found then
889: fnd_message.set_name('PAY','HR_7510_PER_FUT_CHANGE');
890: app_exception.raise_exception;
891: end if;
892: close future_exists;
893: IF g_debug THEN

Line 924: fnd_message.set_name('PAY','HR_51031_INV_HIRE_CHG_IS_SUPER');

920: open supervisor;
921: fetch supervisor into l_dummy;
922: if supervisor%FOUND then
923: close supervisor;
924: fnd_message.set_name('PAY','HR_51031_INV_HIRE_CHG_IS_SUPER');
925: app_exception.raise_exception;
926: end if;
927: close supervisor;
928: IF g_debug THEN