DBA Data[Home] [Help]

APPS.PER_PEOPLE3_PKG dependencies on APP_EXCEPTION

Line 273: app_exception.raise_exception;

269: open fut_apl;
270: fetch fut_apl into l_dummy;
271: if fut_apl%FOUND then
272: hr_utility.set_message('801','HR_7975_ASG_INV_FUTURE_ASA');
273: app_exception.raise_exception;
274: end if;
275: close fut_apl;
276: end;
277: --

Line 315: app_exception.raise_exception;

311: if fut_apl%FOUND then
312: close fut_apl;
313: hr_utility.trace('12345');
314: hr_utility.set_message('801','HR_7975_ASG_INV_FUTURE_ASA');
315: app_exception.raise_exception;
316: end if;
317: hr_utility.trace('123458');
318: close fut_apl;
319: end if;

Line 602: app_exception.raise_exception;

598: null;
599: when too_many_rows then
600: fnd_message.set_name('PER','HR_EMP_VAC_FILLED');
601: fnd_message.set_token('VAC','Too many rows');
602: app_exception.raise_exception;
603: end;
604: end loop;
605: --
606: close app_ass;