DBA Data[Home] [Help]

APPS.PER_PEOPLE4_PKG dependencies on APP_EXCEPTION

Line 322: app_exception.raise_exception;

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
326: --

Line 370: app_exception.raise_exception;

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'
374: then

Line 890: app_exception.raise_exception;

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
894: hr_utility.set_location('Leaving: '|| g_package || l_proc, 10);

Line 925: app_exception.raise_exception;

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
929: hr_utility.set_location('Leaving: '|| g_package || l_proc, 10);