DBA Data[Home] [Help]

APPS.AME_CONDITION_SWI dependencies on HR_MULTI_MESSAGE

Line 49: hr_multi_message.enable_message_list;

45: savepoint create_ame_condition_swi;
46: --
47: -- Initialise Multiple Message Detection
48: --
49: hr_multi_message.enable_message_list;
50: --
51: -- Remember IN OUT parameter IN values
52: --
53: --

Line 99: p_return_status := hr_multi_message.get_return_status_disable;

95: -- Derive the API return status value based on whether
96: -- messages of any type exist in the Multiple Message List.
97: -- Also disable Multiple Message Detection.
98: --
99: p_return_status := hr_multi_message.get_return_status_disable;
100: hr_utility.set_location(' Leaving:' || l_proc,20);
101: --
102: exception
103: when hr_multi_message.error_message_exist then

Line 103: when hr_multi_message.error_message_exist then

99: p_return_status := hr_multi_message.get_return_status_disable;
100: hr_utility.set_location(' Leaving:' || l_proc,20);
101: --
102: exception
103: when hr_multi_message.error_message_exist then
104: --
105: -- Catch the Multiple Message List exception which
106: -- indicates API processing has been aborted because
107: -- at least one message exists in the list.

Line 119: p_return_status := hr_multi_message.get_return_status_disable;

115: p_con_object_version_number := null;
116: p_stv_start_date := null;
117: p_stv_end_date := null;
118: p_stv_object_version_number := null;
119: p_return_status := hr_multi_message.get_return_status_disable;
120: hr_utility.set_location(' Leaving:' || l_proc, 30);
121: when others then
122: --
123: -- When Multiple Message Detection is enabled catch

Line 130: if hr_multi_message.unexpected_error_add(l_proc) then

126: -- Multiple Message List. Otherwise re-raise the
127: -- error.
128: --
129: rollback to create_ame_condition_swi;
130: if hr_multi_message.unexpected_error_add(l_proc) then
131: hr_utility.set_location(' Leaving:' || l_proc,40);
132: raise;
133: end if;
134: --

Line 143: p_return_status := hr_multi_message.get_return_status_disable;

139: p_con_object_version_number := null;
140: p_stv_start_date := null;
141: p_stv_end_date := null;
142: p_stv_object_version_number := null;
143: p_return_status := hr_multi_message.get_return_status_disable;
144: hr_utility.set_location(' Leaving:' || l_proc,50);
145: end create_ame_condition;
146: -- ----------------------------------------------------------------------------
147: -- |-------------------------< update_ame_condition >-------------------------|

Line 180: hr_multi_message.enable_message_list;

176: savepoint update_ame_condition_swi;
177: --
178: -- Initialise Multiple Message Detection
179: --
180: hr_multi_message.enable_message_list;
181: --
182: -- Remember IN OUT parameter IN values
183: --
184: l_object_version_number := p_object_version_number;

Line 221: p_return_status := hr_multi_message.get_return_status_disable;

217: -- Derive the API return status value based on whether
218: -- messages of any type exist in the Multiple Message List.
219: -- Also disable Multiple Message Detection.
220: --
221: p_return_status := hr_multi_message.get_return_status_disable;
222: hr_utility.set_location(' Leaving:' || l_proc,20);
223: --
224: exception
225: when hr_multi_message.error_message_exist then

Line 225: when hr_multi_message.error_message_exist then

221: p_return_status := hr_multi_message.get_return_status_disable;
222: hr_utility.set_location(' Leaving:' || l_proc,20);
223: --
224: exception
225: when hr_multi_message.error_message_exist then
226: --
227: -- Catch the Multiple Message List exception which
228: -- indicates API processing has been aborted because
229: -- at least one message exists in the list.

Line 238: p_return_status := hr_multi_message.get_return_status_disable;

234: --
235: p_object_version_number := l_object_version_number;
236: p_start_date := null;
237: p_end_date := null;
238: p_return_status := hr_multi_message.get_return_status_disable;
239: hr_utility.set_location(' Leaving:' || l_proc, 30);
240: when others then
241: --
242: -- When Multiple Message Detection is enabled catch

Line 249: if hr_multi_message.unexpected_error_add(l_proc) then

245: -- Multiple Message List. Otherwise re-raise the
246: -- error.
247: --
248: rollback to update_ame_condition_swi;
249: if hr_multi_message.unexpected_error_add(l_proc) then
250: hr_utility.set_location(' Leaving:' || l_proc,40);
251: raise;
252: end if;
253: --

Line 259: p_return_status := hr_multi_message.get_return_status_disable;

255: --
256: p_object_version_number := l_object_version_number;
257: p_start_date := null;
258: p_end_date := null;
259: p_return_status := hr_multi_message.get_return_status_disable;
260: hr_utility.set_location(' Leaving:' || l_proc,50);
261: end update_ame_condition;
262: -- ----------------------------------------------------------------------------
263: -- |-------------------------< delete_ame_condition >-------------------------|

Line 291: hr_multi_message.enable_message_list;

287: savepoint delete_ame_condition_swi;
288: --
289: -- Initialise Multiple Message Detection
290: --
291: hr_multi_message.enable_message_list;
292: --
293: -- Remember IN OUT parameter IN values
294: --
295: l_object_version_number := p_object_version_number;

Line 327: p_return_status := hr_multi_message.get_return_status_disable;

323: -- Derive the API return status value based on whether
324: -- messages of any type exist in the Multiple Message List.
325: -- Also disable Multiple Message Detection.
326: --
327: p_return_status := hr_multi_message.get_return_status_disable;
328: hr_utility.set_location(' Leaving:' || l_proc,20);
329: --
330: exception
331: when hr_multi_message.error_message_exist then

Line 331: when hr_multi_message.error_message_exist then

327: p_return_status := hr_multi_message.get_return_status_disable;
328: hr_utility.set_location(' Leaving:' || l_proc,20);
329: --
330: exception
331: when hr_multi_message.error_message_exist then
332: --
333: -- Catch the Multiple Message List exception which
334: -- indicates API processing has been aborted because
335: -- at least one message exists in the list.

Line 344: p_return_status := hr_multi_message.get_return_status_disable;

340: --
341: p_object_version_number := l_object_version_number;
342: p_start_date := null;
343: p_end_date := null;
344: p_return_status := hr_multi_message.get_return_status_disable;
345: hr_utility.set_location(' Leaving:' || l_proc, 30);
346: when others then
347: --
348: -- When Multiple Message Detection is enabled catch

Line 355: if hr_multi_message.unexpected_error_add(l_proc) then

351: -- Multiple Message List. Otherwise re-raise the
352: -- error.
353: --
354: rollback to delete_ame_condition_swi;
355: if hr_multi_message.unexpected_error_add(l_proc) then
356: hr_utility.set_location(' Leaving:' || l_proc,40);
357: raise;
358: end if;
359: --

Line 365: p_return_status := hr_multi_message.get_return_status_disable;

361: --
362: p_object_version_number := l_object_version_number;
363: p_start_date := null;
364: p_end_date := null;
365: p_return_status := hr_multi_message.get_return_status_disable;
366: hr_utility.set_location(' Leaving:' || l_proc,50);
367: end delete_ame_condition;
368: -- ----------------------------------------------------------------------------
369: -- |------------------------< create_ame_string_value >-----------------------|

Line 397: hr_multi_message.enable_message_list;

393: savepoint create_ame_string_value_swi;
394: --
395: -- Initialise Multiple Message Detection
396: --
397: hr_multi_message.enable_message_list;
398: --
399: -- Remember IN OUT parameter IN values
400: --
401: --

Line 433: p_return_status := hr_multi_message.get_return_status_disable;

429: -- Derive the API return status value based on whether
430: -- messages of any type exist in the Multiple Message List.
431: -- Also disable Multiple Message Detection.
432: --
433: p_return_status := hr_multi_message.get_return_status_disable;
434: hr_utility.set_location(' Leaving:' || l_proc,20);
435: --
436: exception
437: when hr_multi_message.error_message_exist then

Line 437: when hr_multi_message.error_message_exist then

433: p_return_status := hr_multi_message.get_return_status_disable;
434: hr_utility.set_location(' Leaving:' || l_proc,20);
435: --
436: exception
437: when hr_multi_message.error_message_exist then
438: --
439: -- Catch the Multiple Message List exception which
440: -- indicates API processing has been aborted because
441: -- at least one message exists in the list.

Line 450: p_return_status := hr_multi_message.get_return_status_disable;

446: --
447: p_object_version_number := null;
448: p_start_date := null;
449: p_end_date := null;
450: p_return_status := hr_multi_message.get_return_status_disable;
451: hr_utility.set_location(' Leaving:' || l_proc, 30);
452: when others then
453: --
454: -- When Multiple Message Detection is enabled catch

Line 461: if hr_multi_message.unexpected_error_add(l_proc) then

457: -- Multiple Message List. Otherwise re-raise the
458: -- error.
459: --
460: rollback to create_ame_string_value_swi;
461: if hr_multi_message.unexpected_error_add(l_proc) then
462: hr_utility.set_location(' Leaving:' || l_proc,40);
463: raise;
464: end if;
465: --

Line 471: p_return_status := hr_multi_message.get_return_status_disable;

467: --
468: p_object_version_number := null;
469: p_start_date := null;
470: p_end_date := null;
471: p_return_status := hr_multi_message.get_return_status_disable;
472: hr_utility.set_location(' Leaving:' || l_proc,50);
473: end create_ame_string_value;
474: -- ----------------------------------------------------------------------------
475: -- |------------------------< delete_ame_string_value >-----------------------|

Line 504: hr_multi_message.enable_message_list;

500: savepoint delete_ame_string_value_swi;
501: --
502: -- Initialise Multiple Message Detection
503: --
504: hr_multi_message.enable_message_list;
505: --
506: -- Remember IN OUT parameter IN values
507: --
508: l_object_version_number := p_object_version_number;

Line 541: p_return_status := hr_multi_message.get_return_status_disable;

537: -- Derive the API return status value based on whether
538: -- messages of any type exist in the Multiple Message List.
539: -- Also disable Multiple Message Detection.
540: --
541: p_return_status := hr_multi_message.get_return_status_disable;
542: hr_utility.set_location(' Leaving:' || l_proc,20);
543: --
544: exception
545: when hr_multi_message.error_message_exist then

Line 545: when hr_multi_message.error_message_exist then

541: p_return_status := hr_multi_message.get_return_status_disable;
542: hr_utility.set_location(' Leaving:' || l_proc,20);
543: --
544: exception
545: when hr_multi_message.error_message_exist then
546: --
547: -- Catch the Multiple Message List exception which
548: -- indicates API processing has been aborted because
549: -- at least one message exists in the list.

Line 558: p_return_status := hr_multi_message.get_return_status_disable;

554: --
555: p_object_version_number := l_object_version_number;
556: p_start_date := null;
557: p_end_date := null;
558: p_return_status := hr_multi_message.get_return_status_disable;
559: hr_utility.set_location(' Leaving:' || l_proc, 30);
560: when others then
561: --
562: -- When Multiple Message Detection is enabled catch

Line 569: if hr_multi_message.unexpected_error_add(l_proc) then

565: -- Multiple Message List. Otherwise re-raise the
566: -- error.
567: --
568: rollback to delete_ame_string_value_swi;
569: if hr_multi_message.unexpected_error_add(l_proc) then
570: hr_utility.set_location(' Leaving:' || l_proc,40);
571: raise;
572: end if;
573: --

Line 579: p_return_status := hr_multi_message.get_return_status_disable;

575: --
576: p_object_version_number := l_object_version_number;
577: p_start_date := null;
578: p_end_date := null;
579: p_return_status := hr_multi_message.get_return_status_disable;
580: hr_utility.set_location(' Leaving:' || l_proc,50);
581: end delete_ame_string_value;
582: end ame_condition_swi;