DBA Data[Home] [Help]

APPS.HR_SIT_SWI dependencies on HR_MULTI_MESSAGE

Line 100: hr_multi_message.enable_message_list;

96: savepoint create_sit_swi;
97: --
98: -- Initialise Multiple Message Detection
99: --
100: hr_multi_message.enable_message_list;
101: --
102: -- Remember IN OUT parameter IN values
103: --
104: l_analysis_criteria_id := p_analysis_criteria_id;

Line 201: p_return_status := hr_multi_message.get_return_status_disable;

197: -- Derive the API return status value based on whether
198: -- messages of any type exist in the Multiple Message List.
199: -- Also disable Multiple Message Detection.
200: --
201: p_return_status := hr_multi_message.get_return_status_disable;
202: hr_utility.set_location(' Leaving:' || l_proc,20);
203: --
204: exception
205: when hr_multi_message.error_message_exist then

Line 205: when hr_multi_message.error_message_exist then

201: p_return_status := hr_multi_message.get_return_status_disable;
202: hr_utility.set_location(' Leaving:' || l_proc,20);
203: --
204: exception
205: when hr_multi_message.error_message_exist then
206: --
207: -- Catch the Multiple Message List exception which
208: -- indicates API processing has been aborted because
209: -- at least one message exists in the list.

Line 217: p_return_status := hr_multi_message.get_return_status_disable;

213: -- Reset IN OUT parameters and set OUT parameters
214: --
215: p_analysis_criteria_id := l_analysis_criteria_id;
216: p_pea_object_version_number := null;
217: p_return_status := hr_multi_message.get_return_status_disable;
218: hr_utility.set_location(' Leaving:' || l_proc, 30);
219: when others then
220: --
221: -- When Multiple Message Detection is enabled catch

Line 228: if hr_multi_message.unexpected_error_add(l_proc) then

224: -- Multiple Message List. Otherwise re-raise the
225: -- error.
226: --
227: rollback to create_sit_swi;
228: if hr_multi_message.unexpected_error_add(l_proc) then
229: hr_utility.set_location(' Leaving:' || l_proc,40);
230: raise;
231: end if;
232: --

Line 237: p_return_status := hr_multi_message.get_return_status_disable;

233: -- Reset IN OUT and set OUT parameters
234: --
235: p_analysis_criteria_id := l_analysis_criteria_id;
236: p_pea_object_version_number := null;
237: p_return_status := hr_multi_message.get_return_status_disable;
238: hr_utility.set_location(' Leaving:' || l_proc,50);
239: end create_sit;
240: -- ----------------------------------------------------------------------------
241: -- |------------------------------< delete_sit >------------------------------|

Line 266: hr_multi_message.enable_message_list;

262: savepoint delete_sit_swi;
263: --
264: -- Initialise Multiple Message Detection
265: --
266: hr_multi_message.enable_message_list;
267: --
268: -- Remember IN OUT parameter IN values
269: --
270: --

Line 299: p_return_status := hr_multi_message.get_return_status_disable;

295: -- Derive the API return status value based on whether
296: -- messages of any type exist in the Multiple Message List.
297: -- Also disable Multiple Message Detection.
298: --
299: p_return_status := hr_multi_message.get_return_status_disable;
300: hr_utility.set_location(' Leaving:' || l_proc,20);
301: --
302: exception
303: when hr_multi_message.error_message_exist then

Line 303: when hr_multi_message.error_message_exist then

299: p_return_status := hr_multi_message.get_return_status_disable;
300: hr_utility.set_location(' Leaving:' || l_proc,20);
301: --
302: exception
303: when hr_multi_message.error_message_exist then
304: --
305: -- Catch the Multiple Message List exception which
306: -- indicates API processing has been aborted because
307: -- at least one message exists in the list.

Line 313: p_return_status := hr_multi_message.get_return_status_disable;

309: rollback to delete_sit_swi;
310: --
311: -- Reset IN OUT parameters and set OUT parameters
312: --
313: p_return_status := hr_multi_message.get_return_status_disable;
314: hr_utility.set_location(' Leaving:' || l_proc, 30);
315: when others then
316: --
317: -- When Multiple Message Detection is enabled catch

Line 324: if hr_multi_message.unexpected_error_add(l_proc) then

320: -- Multiple Message List. Otherwise re-raise the
321: -- error.
322: --
323: rollback to delete_sit_swi;
324: if hr_multi_message.unexpected_error_add(l_proc) then
325: hr_utility.set_location(' Leaving:' || l_proc,40);
326: raise;
327: end if;
328: --

Line 331: p_return_status := hr_multi_message.get_return_status_disable;

327: end if;
328: --
329: -- Reset IN OUT and set OUT parameters
330: --
331: p_return_status := hr_multi_message.get_return_status_disable;
332: hr_utility.set_location(' Leaving:' || l_proc,50);
333: end delete_sit;
334: -- ----------------------------------------------------------------------------
335: -- |------------------------------< update_sit >------------------------------|

Line 422: hr_multi_message.enable_message_list;

418: savepoint update_sit_swi;
419: --
420: -- Initialise Multiple Message Detection
421: --
422: hr_multi_message.enable_message_list;
423: --
424: -- Remember IN OUT parameter IN values
425: --
426: l_pea_object_version_number := p_pea_object_version_number;

Line 517: p_return_status := hr_multi_message.get_return_status_disable;

513: -- Derive the API return status value based on whether
514: -- messages of any type exist in the Multiple Message List.
515: -- Also disable Multiple Message Detection.
516: --
517: p_return_status := hr_multi_message.get_return_status_disable;
518: hr_utility.set_location(' Leaving:' || l_proc,20);
519: --
520: exception
521: when hr_multi_message.error_message_exist then

Line 521: when hr_multi_message.error_message_exist then

517: p_return_status := hr_multi_message.get_return_status_disable;
518: hr_utility.set_location(' Leaving:' || l_proc,20);
519: --
520: exception
521: when hr_multi_message.error_message_exist then
522: --
523: -- Catch the Multiple Message List exception which
524: -- indicates API processing has been aborted because
525: -- at least one message exists in the list.

Line 533: p_return_status := hr_multi_message.get_return_status_disable;

529: -- Reset IN OUT parameters and set OUT parameters
530: --
531: p_pea_object_version_number := l_pea_object_version_number;
532: p_analysis_criteria_id := l_analysis_criteria_id;
533: p_return_status := hr_multi_message.get_return_status_disable;
534: hr_utility.set_location(' Leaving:' || l_proc, 30);
535: when others then
536: --
537: -- When Multiple Message Detection is enabled catch

Line 544: if hr_multi_message.unexpected_error_add(l_proc) then

540: -- Multiple Message List. Otherwise re-raise the
541: -- error.
542: --
543: rollback to update_sit_swi;
544: if hr_multi_message.unexpected_error_add(l_proc) then
545: hr_utility.set_location(' Leaving:' || l_proc,40);
546: raise;
547: end if;
548: --

Line 553: p_return_status := hr_multi_message.get_return_status_disable;

549: -- Reset IN OUT and set OUT parameters
550: --
551: p_pea_object_version_number := l_pea_object_version_number;
552: p_analysis_criteria_id := l_analysis_criteria_id;
553: p_return_status := hr_multi_message.get_return_status_disable;
554: hr_utility.set_location(' Leaving:' || l_proc,50);
555: end update_sit;
556: end hr_sit_swi;