DBA Data[Home] [Help]

APPS.PER_PEOPLE_V7_PKG dependencies on APP_EXCEPTION

Line 2374: app_exception.raise_exception;

2370: open fpt_future_exists;
2371: fetch fpt_future_exists into l_future_exists;
2372: if fpt_future_exists%found then
2373: fnd_message.set_name('PER','HR_7193_PER_FUT_TYPE_EXISTS');
2374: app_exception.raise_exception;
2375: end if;
2376: close fpt_future_exists;
2377: else
2378: fnd_message.set_name('PER','HR_7193_PER_FUT_TYPE_EXISTS');

Line 2379: app_exception.raise_exception;

2375: end if;
2376: close fpt_future_exists;
2377: else
2378: fnd_message.set_name('PER','HR_7193_PER_FUT_TYPE_EXISTS');
2379: app_exception.raise_exception;
2380: end if;
2381: end if;
2382: close future_exists;
2383: -- ER FPT

Line 2442: app_exception.raise_exception;

2438: fetch get_future_changes into l_dummy;
2439: if get_future_changes%FOUND then
2440: close get_future_changes;
2441: fnd_message.set_name('PER','HR_7510_PER_FUT_CHANGE');
2442: app_exception.raise_exception;
2443: end if;
2444: close get_future_changes;
2445: else
2446:

Line 2456: app_exception.raise_exception;

2452: fetch check_person into l_dummy;
2453: if check_person%FOUND then
2454: close check_person;
2455: fnd_message.set_name('PER','HR_6841_EMP_REF_DATE_CHG');
2456: app_exception.raise_exception;
2457: else
2458: close check_person;
2459: end if;
2460: end if;