DBA Data[Home] [Help]

APPS.HR_PROCESS_CONTACT_SS dependencies on HR_MESSAGE

Line 3955: hr_message.provide_error;

3951: -- an application error has been raised so we must
3952: -- redisplay the web form to display the error
3953: -- --------------------------------------------
3954: hr_utility.set_location('Exception:'||l_proc,560);
3955: hr_message.provide_error;
3956: l_message_number := hr_message.last_message_number;
3957: --
3958: -- 99999 What error messages I have to trap here.
3959: --

Line 3956: l_message_number := hr_message.last_message_number;

3952: -- redisplay the web form to display the error
3953: -- --------------------------------------------
3954: hr_utility.set_location('Exception:'||l_proc,560);
3955: hr_message.provide_error;
3956: l_message_number := hr_message.last_message_number;
3957: --
3958: -- 99999 What error messages I have to trap here.
3959: --
3960: IF l_message_number = 'APP-7165' OR

Line 9179: hr_message.provide_error;

9175: -- an application error has been raised so we must
9176: -- redisplay the web form to display the error
9177: -- --------------------------------------------
9178: hr_utility.set_location('Exception:'||l_proc,565);
9179: hr_message.provide_error;
9180: l_message_number := hr_message.last_message_number;
9181: --
9182: -- 99999 What error messages I have to trap here.
9183: --

Line 9180: l_message_number := hr_message.last_message_number;

9176: -- redisplay the web form to display the error
9177: -- --------------------------------------------
9178: hr_utility.set_location('Exception:'||l_proc,565);
9179: hr_message.provide_error;
9180: l_message_number := hr_message.last_message_number;
9181: --
9182: -- 99999 What error messages I have to trap here.
9183: --
9184: IF l_message_number = 'APP-7165' OR

Line 15519: hr_message.provide_error;

15515: -- -------------------------------------------
15516: -- an application error has been raised so we must
15517: -- redisplay the web form to display the error
15518: -- --------------------------------------------
15519: hr_message.provide_error;
15520: l_message_number := hr_message.Last_message_number;
15521: --
15522: -- 99999 What error messages I have to trap here.
15523: --

Line 15520: l_message_number := hr_message.Last_message_number;

15516: -- an application error has been raised so we must
15517: -- redisplay the web form to display the error
15518: -- --------------------------------------------
15519: hr_message.provide_error;
15520: l_message_number := hr_message.Last_message_number;
15521: --
15522: -- 99999 What error messages I have to trap here.
15523: --
15524: IF l_message_number = 'APP-7165' OR