DBA Data[Home] [Help]

APPS.HR_PROCESS_CONTACT_SS dependencies on HR_MESSAGE

Line 3886: hr_message.provide_error;

3882: -- an application error has been raised so we must
3883: -- redisplay the web form to display the error
3884: -- --------------------------------------------
3885: hr_utility.set_location('Exception:'||l_proc,560);
3886: hr_message.provide_error;
3887: l_message_number := hr_message.last_message_number;
3888: --
3889: -- 99999 What error messages I have to trap here.
3890: --

Line 3887: l_message_number := hr_message.last_message_number;

3883: -- redisplay the web form to display the error
3884: -- --------------------------------------------
3885: hr_utility.set_location('Exception:'||l_proc,560);
3886: hr_message.provide_error;
3887: l_message_number := hr_message.last_message_number;
3888: --
3889: -- 99999 What error messages I have to trap here.
3890: --
3891: IF l_message_number = 'APP-7165' OR

Line 9110: hr_message.provide_error;

9106: -- an application error has been raised so we must
9107: -- redisplay the web form to display the error
9108: -- --------------------------------------------
9109: hr_utility.set_location('Exception:'||l_proc,565);
9110: hr_message.provide_error;
9111: l_message_number := hr_message.last_message_number;
9112: --
9113: -- 99999 What error messages I have to trap here.
9114: --

Line 9111: l_message_number := hr_message.last_message_number;

9107: -- redisplay the web form to display the error
9108: -- --------------------------------------------
9109: hr_utility.set_location('Exception:'||l_proc,565);
9110: hr_message.provide_error;
9111: l_message_number := hr_message.last_message_number;
9112: --
9113: -- 99999 What error messages I have to trap here.
9114: --
9115: IF l_message_number = 'APP-7165' OR

Line 15351: hr_message.provide_error;

15347: -- -------------------------------------------
15348: -- an application error has been raised so we must
15349: -- redisplay the web form to display the error
15350: -- --------------------------------------------
15351: hr_message.provide_error;
15352: l_message_number := hr_message.Last_message_number;
15353: --
15354: -- 99999 What error messages I have to trap here.
15355: --

Line 15352: l_message_number := hr_message.Last_message_number;

15348: -- an application error has been raised so we must
15349: -- redisplay the web form to display the error
15350: -- --------------------------------------------
15351: hr_message.provide_error;
15352: l_message_number := hr_message.Last_message_number;
15353: --
15354: -- 99999 What error messages I have to trap here.
15355: --
15356: IF l_message_number = 'APP-7165' OR