DBA Data[Home] [Help]

APPS.HR_H2PI_DOWNLOAD dependencies on FND_MESSAGE

Line 55: fnd_message.set_name('PER','HR_6673_PO_EMP_NO_BG');

51: hr_utility.set_location('Leaving:' || l_proc,20);
52: exception
53: when no_data_found then
54: hr_utility.set_location(l_proc || l_proc,30);
55: fnd_message.set_name('PER','HR_6673_PO_EMP_NO_BG');
56: fnd_message.raise_error;
57: END record_extract_history;
58: --
59: --

Line 56: fnd_message.raise_error;

52: exception
53: when no_data_found then
54: hr_utility.set_location(l_proc || l_proc,30);
55: fnd_message.set_name('PER','HR_6673_PO_EMP_NO_BG');
56: fnd_message.raise_error;
57: END record_extract_history;
58: --
59: --
60: -- --------------------------------------------------------------------------------

Line 241: fnd_message.raise_error;

237: return l_request_id;
238: EXCEPTION
239: when others then
240: hr_utility.set_location(l_proc,30);
241: fnd_message.raise_error;
242: END get_request_id;
243: --
244: -- --------------------------------------------------------------------------------
245: --