DBA Data[Home] [Help]

APPS.AME_CONDITION_SWI dependencies on HR_UTILITY

Line 41: hr_utility.set_location(' Entering:' || l_proc,10);

37: -- Other variables
38: l_condition_id number;
39: l_proc varchar2(72) := g_package ||'create_ame_condition';
40: Begin
41: hr_utility.set_location(' Entering:' || l_proc,10);
42: --
43: -- Issue a savepoint
44: --
45: savepoint create_ame_condition_swi;

Line 100: hr_utility.set_location(' Leaving:' || l_proc,20);

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
104: --

Line 120: hr_utility.set_location(' Leaving:' || l_proc, 30);

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
124: -- any Application specific or other unexpected

Line 131: hr_utility.set_location(' Leaving:' || l_proc,40);

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: --
135: -- Reset IN OUT and set OUT parameters

Line 144: hr_utility.set_location(' Leaving:' || l_proc,50);

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 >-------------------------|
148: -- ----------------------------------------------------------------------------

Line 172: hr_utility.set_location(' Entering:' || l_proc,10);

168: --
169: -- Other variables
170: l_proc varchar2(72) := g_package ||'update_ame_condition';
171: Begin
172: hr_utility.set_location(' Entering:' || l_proc,10);
173: --
174: -- Issue a savepoint
175: --
176: savepoint update_ame_condition_swi;

Line 222: hr_utility.set_location(' Leaving:' || l_proc,20);

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
226: --

Line 239: hr_utility.set_location(' Leaving:' || l_proc, 30);

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
243: -- any Application specific or other unexpected

Line 250: hr_utility.set_location(' Leaving:' || l_proc,40);

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: --
254: -- Reset IN OUT and set OUT parameters

Line 260: hr_utility.set_location(' Leaving:' || l_proc,50);

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 >-------------------------|
264: -- ----------------------------------------------------------------------------

Line 283: hr_utility.set_location(' Entering:' || l_proc,10);

279: --
280: -- Other variables
281: l_proc varchar2(72) := g_package ||'delete_ame_condition';
282: Begin
283: hr_utility.set_location(' Entering:' || l_proc,10);
284: --
285: -- Issue a savepoint
286: --
287: savepoint delete_ame_condition_swi;

Line 328: hr_utility.set_location(' Leaving:' || l_proc,20);

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
332: --

Line 345: hr_utility.set_location(' Leaving:' || l_proc, 30);

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
349: -- any Application specific or other unexpected

Line 356: hr_utility.set_location(' Leaving:' || l_proc,40);

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: --
360: -- Reset IN OUT and set OUT parameters

Line 366: hr_utility.set_location(' Leaving:' || l_proc,50);

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 >-----------------------|
370: -- ----------------------------------------------------------------------------

Line 389: hr_utility.set_location(' Entering:' || l_proc,10);

385: --
386: -- Other variables
387: l_proc varchar2(72) := g_package ||'create_ame_string_value';
388: Begin
389: hr_utility.set_location(' Entering:' || l_proc,10);
390: --
391: -- Issue a savepoint
392: --
393: savepoint create_ame_string_value_swi;

Line 434: hr_utility.set_location(' Leaving:' || l_proc,20);

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
438: --

Line 451: hr_utility.set_location(' Leaving:' || l_proc, 30);

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
455: -- any Application specific or other unexpected

Line 462: hr_utility.set_location(' Leaving:' || l_proc,40);

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: --
466: -- Reset IN OUT and set OUT parameters

Line 472: hr_utility.set_location(' Leaving:' || l_proc,50);

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 >-----------------------|
476: -- ----------------------------------------------------------------------------

Line 496: hr_utility.set_location(' Entering:' || l_proc,10);

492: --
493: -- Other variables
494: l_proc varchar2(72) := g_package ||'delete_ame_string_value';
495: Begin
496: hr_utility.set_location(' Entering:' || l_proc,10);
497: --
498: -- Issue a savepoint
499: --
500: savepoint delete_ame_string_value_swi;

Line 542: hr_utility.set_location(' Leaving:' || l_proc,20);

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
546: --

Line 559: hr_utility.set_location(' Leaving:' || l_proc, 30);

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
563: -- any Application specific or other unexpected

Line 570: hr_utility.set_location(' Leaving:' || l_proc,40);

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: --
574: -- Reset IN OUT and set OUT parameters

Line 580: hr_utility.set_location(' Leaving:' || l_proc,50);

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;