DBA Data[Home] [Help]

APPS.HR_OFFER_CUSTOM dependencies on FND_MESSAGE

Line 380: fnd_message.set_name('PER','HR_WEB_APPROVAL_DEAD_LOOP');

376: -- set OUT parameters.
377: p_vp_name := null;
378: p_job_name:= null;
379:
380: fnd_message.set_name('PER','HR_WEB_APPROVAL_DEAD_LOOP');
381: --hr_java_script_web.alert(fnd_message.get);
382: raise hr_util_web.g_error_handled;
383: when others then
384: -- set OUT parameters.

Line 381: --hr_java_script_web.alert(fnd_message.get);

377: p_vp_name := null;
378: p_job_name:= null;
379:
380: fnd_message.set_name('PER','HR_WEB_APPROVAL_DEAD_LOOP');
381: --hr_java_script_web.alert(fnd_message.get);
382: raise hr_util_web.g_error_handled;
383: when others then
384: -- set OUT parameters.
385: p_vp_name := null;

Line 781: fnd_message.set_name('PER', 'HR_ASG_DOES_NOT_EXIST');

777: end loop;
778: else
779: -- the assignment was not found as of the sysdate. this is a fatal error
780: -- which we must raise
781: fnd_message.set_name('PER', 'HR_ASG_DOES_NOT_EXIST');
782: hr_utility.raise_error;
783: end if;
784: -- commit any outstanding changes
785: -- commit;