DBA Data[Home] [Help]

APPS.AME_ATTRIBUTE_SWI dependencies on HR_UTILITY

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

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

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

98: -- messages of any type exist in the Multiple Message List.
99: -- Also disable Multiple Message Detection.
100: --
101: p_return_status := hr_multi_message.get_return_status_disable;
102: hr_utility.set_location(' Leaving:' || l_proc,20);
103: --
104: exception
105: when hr_multi_message.error_message_exist then
106: --

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

118: p_atu_object_version_number := null;
119: p_atu_start_date := null;
120: p_atu_end_date := null;
121: p_return_status := hr_multi_message.get_return_status_disable;
122: hr_utility.set_location(' Leaving:' || l_proc, 30);
123: when others then
124: --
125: -- When Multiple Message Detection is enabled catch
126: -- any Application specific or other unexpected

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

129: -- error.
130: --
131: rollback to create_ame_attribute_swi;
132: if hr_multi_message.unexpected_error_add(l_proc) then
133: hr_utility.set_location(' Leaving:' || l_proc,40);
134: raise;
135: end if;
136: --
137: -- Reset IN OUT and set OUT parameters

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

142: p_atu_object_version_number := null;
143: p_atu_start_date := null;
144: p_atu_end_date := null;
145: p_return_status := hr_multi_message.get_return_status_disable;
146: hr_utility.set_location(' Leaving:' || l_proc,50);
147: end create_ame_attribute;
148: -- ----------------------------------------------------------------------------
149: -- |----------------------< create_ame_attribute_usage >----------------------|
150: -- ----------------------------------------------------------------------------

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

169: --
170: -- Other variables
171: l_proc varchar2(72) := g_package ||'create_ame_attribute_usage';
172: Begin
173: hr_utility.set_location(' Entering:' || l_proc,10);
174: --
175: -- Issue a savepoint
176: --
177: savepoint create_ame_attribute_usage_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 := null;
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 create_ame_attribute_usage_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 := null;
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 create_ame_attribute_usage;
262: -- ----------------------------------------------------------------------------
263: -- |-------------------------< update_ame_attribute >-------------------------|
264: -- ----------------------------------------------------------------------------

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

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

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

326: -- messages of any type exist in the Multiple Message List.
327: -- Also disable Multiple Message Detection.
328: --
329: p_return_status := hr_multi_message.get_return_status_disable;
330: hr_utility.set_location(' Leaving:' || l_proc,20);
331: --
332: exception
333: when hr_multi_message.error_message_exist then
334: --

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

343: p_object_version_number := l_object_version_number;
344: p_start_date := null;
345: p_end_date := null;
346: p_return_status := hr_multi_message.get_return_status_disable;
347: hr_utility.set_location(' Leaving:' || l_proc, 30);
348: when others then
349: --
350: -- When Multiple Message Detection is enabled catch
351: -- any Application specific or other unexpected

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

354: -- error.
355: --
356: rollback to update_ame_attribute_swi;
357: if hr_multi_message.unexpected_error_add(l_proc) then
358: hr_utility.set_location(' Leaving:' || l_proc,40);
359: raise;
360: end if;
361: --
362: -- Reset IN OUT and set OUT parameters

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

364: p_object_version_number := l_object_version_number;
365: p_start_date := null;
366: p_end_date := null;
367: p_return_status := hr_multi_message.get_return_status_disable;
368: hr_utility.set_location(' Leaving:' || l_proc,50);
369: end update_ame_attribute;
370: -- ----------------------------------------------------------------------------
371: -- |----------------------< update_ame_attribute_usage >----------------------|
372: -- ----------------------------------------------------------------------------

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

391: --
392: -- Other variables
393: l_proc varchar2(72) := g_package ||'update_ame_attribute_usage';
394: Begin
395: hr_utility.set_location(' Entering:' || l_proc,10);
396: --
397: -- Issue a savepoint
398: --
399: savepoint update_ame_attribute_usage_swi;

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

440: -- messages of any type exist in the Multiple Message List.
441: -- Also disable Multiple Message Detection.
442: --
443: p_return_status := hr_multi_message.get_return_status_disable;
444: hr_utility.set_location(' Leaving:' || l_proc,20);
445: --
446: exception
447: when hr_multi_message.error_message_exist then
448: --

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

457: p_object_version_number := l_object_version_number;
458: p_start_date := null;
459: p_end_date := null;
460: p_return_status := hr_multi_message.get_return_status_disable;
461: hr_utility.set_location(' Leaving:' || l_proc, 30);
462: when others then
463: --
464: -- When Multiple Message Detection is enabled catch
465: -- any Application specific or other unexpected

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

468: -- error.
469: --
470: rollback to update_ame_attribute_usage_swi;
471: if hr_multi_message.unexpected_error_add(l_proc) then
472: hr_utility.set_location(' Leaving:' || l_proc,40);
473: raise;
474: end if;
475: --
476: -- Reset IN OUT and set OUT parameters

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

478: p_object_version_number := l_object_version_number;
479: p_start_date := null;
480: p_end_date := null;
481: p_return_status := hr_multi_message.get_return_status_disable;
482: hr_utility.set_location(' Leaving:' || l_proc,50);
483: end update_ame_attribute_usage;
484: -- ----------------------------------------------------------------------------
485: -- |----------------------< delete_ame_attribute_usage >----------------------|
486: -- ----------------------------------------------------------------------------

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

502: --
503: -- Other variables
504: l_proc varchar2(72) := g_package ||'delete_ame_attribute_usage';
505: Begin
506: hr_utility.set_location(' Entering:' || l_proc,10);
507: --
508: -- Issue a savepoint
509: --
510: savepoint delete_ame_attribute_usage_swi;

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

548: -- messages of any type exist in the Multiple Message List.
549: -- Also disable Multiple Message Detection.
550: --
551: p_return_status := hr_multi_message.get_return_status_disable;
552: hr_utility.set_location(' Leaving:' || l_proc,20);
553: --
554: exception
555: when hr_multi_message.error_message_exist then
556: --

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

565: p_object_version_number := l_object_version_number;
566: p_start_date := null;
567: p_end_date := null;
568: p_return_status := hr_multi_message.get_return_status_disable;
569: hr_utility.set_location(' Leaving:' || l_proc, 30);
570: when others then
571: --
572: -- When Multiple Message Detection is enabled catch
573: -- any Application specific or other unexpected

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

576: -- error.
577: --
578: rollback to delete_ame_attribute_usage_swi;
579: if hr_multi_message.unexpected_error_add(l_proc) then
580: hr_utility.set_location(' Leaving:' || l_proc,40);
581: raise;
582: end if;
583: --
584: -- Reset IN OUT and set OUT parameters

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

586: p_object_version_number := l_object_version_number;
587: p_start_date := null;
588: p_end_date := null;
589: p_return_status := hr_multi_message.get_return_status_disable;
590: hr_utility.set_location(' Leaving:' || l_proc,50);
591: end delete_ame_attribute_usage;
592: end ame_attribute_swi;