DBA Data[Home] [Help]

APPS.HR_NEW_USER_REG_SS dependencies on HR_MESSAGE

Line 248: hr_message.provide_error;

244: when hr_utility.hr_error then
245: -- an application error has been raised. set the error flag
246: -- to indicate an application error
247: -- the error message should of been set already
248: hr_message.provide_error;
249: l_api_error_name := hr_message.last_message_name;
250: if l_api_error_name = 'HR_7155_OBJECT_INVALID' then
251: l_obj_fatal_error := true;
252: exit;

Line 249: l_api_error_name := hr_message.last_message_name;

245: -- an application error has been raised. set the error flag
246: -- to indicate an application error
247: -- the error message should of been set already
248: hr_message.provide_error;
249: l_api_error_name := hr_message.last_message_name;
250: if l_api_error_name = 'HR_7155_OBJECT_INVALID' then
251: l_obj_fatal_error := true;
252: exit;
253: else

Line 352: hr_message.provide_error;

348: when hr_utility.hr_error then
349: -- an application error has been raised. set the error flag
350: -- to indicate an application error
351: -- the error message should of been set already
352: hr_message.provide_error;
353: l_api_error_name := hr_message.last_message_name;
354: if l_api_error_name = 'HR_7155_OBJECT_INVALID' then
355: l_obj_fatal_error := true;
356: exit;

Line 353: l_api_error_name := hr_message.last_message_name;

349: -- an application error has been raised. set the error flag
350: -- to indicate an application error
351: -- the error message should of been set already
352: hr_message.provide_error;
353: l_api_error_name := hr_message.last_message_name;
354: if l_api_error_name = 'HR_7155_OBJECT_INVALID' then
355: l_obj_fatal_error := true;
356: exit;
357: --if i.api_name = 'BEN_PROCESS_COMPENSATION_W.PROCESS_API' then