DBA Data[Home] [Help]

APPS.PER_PEOPLE_V7_PKG dependencies on APP_EXCEPTION

Line 2354: app_exception.raise_exception;

2350: fetch future_exists into l_future_exists;
2351: if future_exists%FOUND then
2352: close future_exists;
2353: fnd_message.set_name('PER','HR_7193_PER_FUT_TYPE_EXISTS');
2354: app_exception.raise_exception;
2355: else
2356: close future_exists;
2357: end if;
2358: IF g_debug THEN

Line 2415: app_exception.raise_exception;

2411: fetch get_future_changes into l_dummy;
2412: if get_future_changes%FOUND then
2413: close get_future_changes;
2414: fnd_message.set_name('PER','HR_7510_PER_FUT_CHANGE');
2415: app_exception.raise_exception;
2416: end if;
2417: close get_future_changes;
2418: else
2419:

Line 2429: app_exception.raise_exception;

2425: fetch check_person into l_dummy;
2426: if check_person%FOUND then
2427: close check_person;
2428: fnd_message.set_name('PER','HR_6841_EMP_REF_DATE_CHG');
2429: app_exception.raise_exception;
2430: else
2431: close check_person;
2432: end if;
2433: end if;