DBA Data[Home] [Help]

APPS.PER_ALLOCATED_TASK_SWI dependencies on HR_UTILITY

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

80: -- Other variables
81: l_allocated_task_id number;
82: l_proc varchar2(72) := g_package ||'create_alloc_task';
83: Begin
84: hr_utility.set_location(' Entering:' || l_proc,10);
85: --
86: -- Issue a savepoint
87: --
88: savepoint create_alloc_task_swi;

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

182: -- messages of any type exist in the Multiple Message List.
183: -- Also disable Multiple Message Detection.
184: --
185: p_return_status := hr_multi_message.get_return_status_disable;
186: hr_utility.set_location(' Leaving:' || l_proc,20);
187: --
188: exception
189: when hr_multi_message.error_message_exist then
190: --

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

197: -- Reset IN OUT parameters and set OUT parameters
198: --
199: p_object_version_number := null;
200: p_return_status := hr_multi_message.get_return_status_disable;
201: hr_utility.set_location(' Leaving:' || l_proc, 30);
202: when others then
203: --
204: -- When Multiple Message Detection is enabled catch
205: -- any Application specific or other unexpected

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

208: -- error.
209: --
210: rollback to create_alloc_task_swi;
211: if hr_multi_message.unexpected_error_add(l_proc) then
212: hr_utility.set_location(' Leaving:' || l_proc,40);
213: raise;
214: end if;
215: --
216: -- Reset IN OUT and set OUT parameters

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

216: -- Reset IN OUT and set OUT parameters
217: --
218: p_object_version_number := null;
219: p_return_status := hr_multi_message.get_return_status_disable;
220: hr_utility.set_location(' Leaving:' || l_proc,50);
221: end create_alloc_task;
222: -- ----------------------------------------------------------------------------
223: -- |---------------------------< delete_alloc_task >--------------------------|
224: -- ----------------------------------------------------------------------------

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

236: --
237: -- Other variables
238: l_proc varchar2(72) := g_package ||'delete_alloc_task';
239: Begin
240: hr_utility.set_location(' Entering:' || l_proc,10);
241: --
242: -- Issue a savepoint
243: --
244: savepoint delete_alloc_task_swi;

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

278: -- messages of any type exist in the Multiple Message List.
279: -- Also disable Multiple Message Detection.
280: --
281: p_return_status := hr_multi_message.get_return_status_disable;
282: hr_utility.set_location(' Leaving:' || l_proc,20);
283: --
284: exception
285: when hr_multi_message.error_message_exist then
286: --

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

292: --
293: -- Reset IN OUT parameters and set OUT parameters
294: --
295: p_return_status := hr_multi_message.get_return_status_disable;
296: hr_utility.set_location(' Leaving:' || l_proc, 30);
297: when others then
298: --
299: -- When Multiple Message Detection is enabled catch
300: -- any Application specific or other unexpected

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

303: -- error.
304: --
305: rollback to delete_alloc_task_swi;
306: if hr_multi_message.unexpected_error_add(l_proc) then
307: hr_utility.set_location(' Leaving:' || l_proc,40);
308: raise;
309: end if;
310: --
311: -- Reset IN OUT and set OUT parameters

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

310: --
311: -- Reset IN OUT and set OUT parameters
312: --
313: p_return_status := hr_multi_message.get_return_status_disable;
314: hr_utility.set_location(' Leaving:' || l_proc,50);
315: end delete_alloc_task;
316: -- ----------------------------------------------------------------------------
317: -- |---------------------------< update_alloc_task >--------------------------|
318: -- ----------------------------------------------------------------------------

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

388: --
389: -- Other variables
390: l_proc varchar2(72) := g_package ||'update_alloc_task';
391: Begin
392: hr_utility.set_location(' Entering:' || l_proc,10);
393: --
394: -- Issue a savepoint
395: --
396: savepoint update_alloc_task_swi;

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

488: -- messages of any type exist in the Multiple Message List.
489: -- Also disable Multiple Message Detection.
490: --
491: p_return_status := hr_multi_message.get_return_status_disable;
492: hr_utility.set_location(' Leaving:' || l_proc,20);
493: --
494: exception
495: when hr_multi_message.error_message_exist then
496: --

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

503: -- Reset IN OUT parameters and set OUT parameters
504: --
505: p_object_version_number := l_object_version_number;
506: p_return_status := hr_multi_message.get_return_status_disable;
507: hr_utility.set_location(' Leaving:' || l_proc, 30);
508: when others then
509: --
510: -- When Multiple Message Detection is enabled catch
511: -- any Application specific or other unexpected

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

514: -- error.
515: --
516: rollback to update_alloc_task_swi;
517: if hr_multi_message.unexpected_error_add(l_proc) then
518: hr_utility.set_location(' Leaving:' || l_proc,40);
519: raise;
520: end if;
521: --
522: -- Reset IN OUT and set OUT parameters

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

522: -- Reset IN OUT and set OUT parameters
523: --
524: p_object_version_number := l_object_version_number;
525: p_return_status := hr_multi_message.get_return_status_disable;
526: hr_utility.set_location(' Leaving:' || l_proc,50);
527: end update_alloc_task;
528: end per_allocated_task_swi;