DBA Data[Home] [Help]

APPS.PER_ALLOCATED_CHECKLIST_SWI dependencies on HR_UTILITY

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

72: -- Other variables
73: l_allocated_checklist_id number;
74: l_proc varchar2(72) := g_package ||'create_alloc_checklist';
75: Begin
76: hr_utility.set_location(' Entering:' || l_proc,10);
77: --
78: -- Issue a savepoint
79: --
80: savepoint create_alloc_checklist_swi;

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

166: -- messages of any type exist in the Multiple Message List.
167: -- Also disable Multiple Message Detection.
168: --
169: p_return_status := hr_multi_message.get_return_status_disable;
170: hr_utility.set_location(' Leaving:' || l_proc,20);
171: --
172: exception
173: when hr_multi_message.error_message_exist then
174: --

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

181: -- Reset IN OUT parameters and set OUT parameters
182: --
183: p_object_version_number := null;
184: p_return_status := hr_multi_message.get_return_status_disable;
185: hr_utility.set_location(' Leaving:' || l_proc, 30);
186: when others then
187: --
188: -- When Multiple Message Detection is enabled catch
189: -- any Application specific or other unexpected

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

192: -- error.
193: --
194: rollback to create_alloc_checklist_swi;
195: if hr_multi_message.unexpected_error_add(l_proc) then
196: hr_utility.set_location(' Leaving:' || l_proc,40);
197: raise;
198: end if;
199: --
200: -- Reset IN OUT and set OUT parameters

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

200: -- Reset IN OUT and set OUT parameters
201: --
202: p_object_version_number := null;
203: p_return_status := hr_multi_message.get_return_status_disable;
204: hr_utility.set_location(' Leaving:' || l_proc,50);
205: end create_alloc_checklist;
206: -- ----------------------------------------------------------------------------
207: -- |------------------------< delete_alloc_checklist >------------------------|
208: -- ----------------------------------------------------------------------------

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

220: --
221: -- Other variables
222: l_proc varchar2(72) := g_package ||'delete_alloc_checklist';
223: Begin
224: hr_utility.set_location(' Entering:' || l_proc,10);
225: --
226: -- Issue a savepoint
227: --
228: savepoint delete_alloc_checklist_swi;

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

262: -- messages of any type exist in the Multiple Message List.
263: -- Also disable Multiple Message Detection.
264: --
265: p_return_status := hr_multi_message.get_return_status_disable;
266: hr_utility.set_location(' Leaving:' || l_proc,20);
267: --
268: exception
269: when hr_multi_message.error_message_exist then
270: --

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

276: --
277: -- Reset IN OUT parameters and set OUT parameters
278: --
279: p_return_status := hr_multi_message.get_return_status_disable;
280: hr_utility.set_location(' Leaving:' || l_proc, 30);
281: when others then
282: --
283: -- When Multiple Message Detection is enabled catch
284: -- any Application specific or other unexpected

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

287: -- error.
288: --
289: rollback to delete_alloc_checklist_swi;
290: if hr_multi_message.unexpected_error_add(l_proc) then
291: hr_utility.set_location(' Leaving:' || l_proc,40);
292: raise;
293: end if;
294: --
295: -- Reset IN OUT and set OUT parameters

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

294: --
295: -- Reset IN OUT and set OUT parameters
296: --
297: p_return_status := hr_multi_message.get_return_status_disable;
298: hr_utility.set_location(' Leaving:' || l_proc,50);
299: end delete_alloc_checklist;
300: -- ----------------------------------------------------------------------------
301: -- |------------------------< update_alloc_checklist >------------------------|
302: -- ----------------------------------------------------------------------------

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

364: --
365: -- Other variables
366: l_proc varchar2(72) := g_package ||'update_alloc_checklist';
367: Begin
368: hr_utility.set_location(' Entering:' || l_proc,10);
369: --
370: -- Issue a savepoint
371: --
372: savepoint update_alloc_checklist_swi;

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

456: -- messages of any type exist in the Multiple Message List.
457: -- Also disable Multiple Message Detection.
458: --
459: p_return_status := hr_multi_message.get_return_status_disable;
460: hr_utility.set_location(' Leaving:' || l_proc,20);
461: --
462: exception
463: when hr_multi_message.error_message_exist then
464: --

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

471: -- Reset IN OUT parameters and set OUT parameters
472: --
473: p_object_version_number := l_object_version_number;
474: p_return_status := hr_multi_message.get_return_status_disable;
475: hr_utility.set_location(' Leaving:' || l_proc, 30);
476: when others then
477: --
478: -- When Multiple Message Detection is enabled catch
479: -- any Application specific or other unexpected

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

482: -- error.
483: --
484: rollback to update_alloc_checklist_swi;
485: if hr_multi_message.unexpected_error_add(l_proc) then
486: hr_utility.set_location(' Leaving:' || l_proc,40);
487: raise;
488: end if;
489: --
490: -- Reset IN OUT and set OUT parameters

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

490: -- Reset IN OUT and set OUT parameters
491: --
492: p_object_version_number := l_object_version_number;
493: p_return_status := hr_multi_message.get_return_status_disable;
494: hr_utility.set_location(' Leaving:' || l_proc,50);
495: end update_alloc_checklist;
496: end per_allocated_checklist_swi;