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 353: app_exception.raise_exception;

349: open fut_upd_asg;
350: fetch fut_upd_asg into l_dummy;
351: if fut_upd_asg%FOUND then
352: hr_utility.set_message('801','HR_7975_ASG_INV_FUTURE_ASA');
353: app_exception.raise_exception;
354: end if;
355: close fut_upd_asg;
356: end if;
357:

Line 362: app_exception.raise_exception;

358: open other_asg;
359: fetch other_asg into l_dummy;
360: if other_asg%FOUND then
361: hr_utility.set_message('801','HR_7975_ASG_INV_FUTURE_ASA');
362: app_exception.raise_exception;
363: end if;
364: close other_asg;
365:
366: end;

Line 416: app_exception.raise_exception;

412: if fut_apl%FOUND then
413: close fut_apl;
414: hr_utility.trace('12345');
415: hr_utility.set_message('801','HR_7975_ASG_INV_FUTURE_ASA');
416: app_exception.raise_exception;
417: end if;
418: hr_utility.trace('123458');
419: close fut_apl;
420: end if;

Line 706: app_exception.raise_exception;

702: null;
703: when too_many_rows then
704: fnd_message.set_name('PER','HR_EMP_VAC_FILLED');
705: fnd_message.set_token('VAC','Too many rows');
706: app_exception.raise_exception;
707: end;
708: end loop;
709: --
710: close app_ass;