DBA Data[Home] [Help]

APPS.PER_HIERARCHY_VERSIONS_SWI dependencies on HR_UTILITY

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

96: --
97: -- Other variables
98: l_proc varchar2(72) := g_package ||'create_hierarchy_versions';
99: Begin
100: hr_utility.set_location(' Entering:' || l_proc,10);
101: --
102: -- Issue a savepoint
103: --
104: savepoint create_hierarchy_versions_swi;

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

212: -- messages of any type exist in the Multiple Message List.
213: -- Also disable Multiple Message Detection.
214: --
215: p_return_status := hr_multi_message.get_return_status_disable;
216: hr_utility.set_location(' Leaving:' || l_proc,20);
217: --
218: exception
219: when hr_multi_message.error_message_exist then
220: --

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

228: --
229: p_hierarchy_version_id := null;
230: p_object_version_number := null;
231: p_return_status := hr_multi_message.get_return_status_disable;
232: hr_utility.set_location(' Leaving:' || l_proc, 30);
233: when others then
234: --
235: -- When Multiple Message Detection is enabled catch
236: -- any Application specific or other unexpected

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

239: -- error.
240: --
241: rollback to create_hierarchy_versions_swi;
242: if hr_multi_message.unexpected_error_add(l_proc) then
243: hr_utility.set_location(' Leaving:' || l_proc,40);
244: raise;
245: end if;
246: --
247: -- Reset IN OUT and set OUT parameters

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

248: --
249: p_hierarchy_version_id := null;
250: p_object_version_number := null;
251: p_return_status := hr_multi_message.get_return_status_disable;
252: hr_utility.set_location(' Leaving:' || l_proc,50);
253: end create_hierarchy_versions;
254: -- ----------------------------------------------------------------------------
255: -- |-----------------------< delete_hierarchy_versions >----------------------|
256: -- ----------------------------------------------------------------------------

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

270: --
271: -- Other variables
272: l_proc varchar2(72) := g_package ||'delete_hierarchy_versions';
273: Begin
274: hr_utility.set_location(' Entering:' || l_proc,10);
275: --
276: -- Issue a savepoint
277: --
278: savepoint delete_hierarchy_versions_swi;

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

314: -- messages of any type exist in the Multiple Message List.
315: -- Also disable Multiple Message Detection.
316: --
317: p_return_status := hr_multi_message.get_return_status_disable;
318: hr_utility.set_location(' Leaving:' || l_proc,20);
319: --
320: exception
321: when hr_multi_message.error_message_exist then
322: --

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

329: -- Reset IN OUT parameters and set OUT parameters
330: --
331: p_object_version_number := l_object_version_number;
332: p_return_status := hr_multi_message.get_return_status_disable;
333: hr_utility.set_location(' Leaving:' || l_proc, 30);
334: when others then
335: --
336: -- When Multiple Message Detection is enabled catch
337: -- any Application specific or other unexpected

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

340: -- error.
341: --
342: rollback to delete_hierarchy_versions_swi;
343: if hr_multi_message.unexpected_error_add(l_proc) then
344: hr_utility.set_location(' Leaving:' || l_proc,40);
345: raise;
346: end if;
347: --
348: -- Reset IN OUT and set OUT parameters

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

348: -- Reset IN OUT and set OUT parameters
349: --
350: p_object_version_number := l_object_version_number;
351: p_return_status := hr_multi_message.get_return_status_disable;
352: hr_utility.set_location(' Leaving:' || l_proc,50);
353: end delete_hierarchy_versions;
354: -- ----------------------------------------------------------------------------
355: -- |----------------------------------< lck >---------------------------------|
356: -- ----------------------------------------------------------------------------

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

366: --
367: -- Other variables
368: l_proc varchar2(72) := g_package ||'lck';
369: Begin
370: hr_utility.set_location(' Entering:' || l_proc,10);
371: --
372: -- Issue a savepoint
373: --
374: savepoint lck_swi;

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

404: -- messages of any type exist in the Multiple Message List.
405: -- Also disable Multiple Message Detection.
406: --
407: p_return_status := hr_multi_message.get_return_status_disable;
408: hr_utility.set_location(' Leaving:' || l_proc,20);
409: --
410: exception
411: when hr_multi_message.error_message_exist then
412: --

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

418: --
419: -- Reset IN OUT parameters and set OUT parameters
420: --
421: p_return_status := hr_multi_message.get_return_status_disable;
422: hr_utility.set_location(' Leaving:' || l_proc, 30);
423: when others then
424: --
425: -- When Multiple Message Detection is enabled catch
426: -- any Application specific or other unexpected

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

429: -- error.
430: --
431: rollback to lck_swi;
432: if hr_multi_message.unexpected_error_add(l_proc) then
433: hr_utility.set_location(' Leaving:' || l_proc,40);
434: raise;
435: end if;
436: --
437: -- Reset IN OUT and set OUT parameters

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

436: --
437: -- Reset IN OUT and set OUT parameters
438: --
439: p_return_status := hr_multi_message.get_return_status_disable;
440: hr_utility.set_location(' Leaving:' || l_proc,50);
441: end lck;
442: -- ----------------------------------------------------------------------------
443: -- |-----------------------< update_hierarchy_versions >----------------------|
444: -- ----------------------------------------------------------------------------

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

529: --
530: -- Other variables
531: l_proc varchar2(72) := g_package ||'update_hierarchy_versions';
532: Begin
533: hr_utility.set_location(' Entering:' || l_proc,10);
534: --
535: -- Issue a savepoint
536: --
537: savepoint update_hierarchy_versions_swi;

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

644: -- messages of any type exist in the Multiple Message List.
645: -- Also disable Multiple Message Detection.
646: --
647: p_return_status := hr_multi_message.get_return_status_disable;
648: hr_utility.set_location(' Leaving:' || l_proc,20);
649: --
650: exception
651: when hr_multi_message.error_message_exist then
652: --

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

659: -- Reset IN OUT parameters and set OUT parameters
660: --
661: p_object_version_number := l_object_version_number;
662: p_return_status := hr_multi_message.get_return_status_disable;
663: hr_utility.set_location(' Leaving:' || l_proc, 30);
664: when others then
665: --
666: -- When Multiple Message Detection is enabled catch
667: -- any Application specific or other unexpected

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

670: -- error.
671: --
672: rollback to update_hierarchy_versions_swi;
673: if hr_multi_message.unexpected_error_add(l_proc) then
674: hr_utility.set_location(' Leaving:' || l_proc,40);
675: raise;
676: end if;
677: --
678: -- Reset IN OUT and set OUT parameters

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

678: -- Reset IN OUT and set OUT parameters
679: --
680: p_object_version_number := l_object_version_number;
681: p_return_status := hr_multi_message.get_return_status_disable;
682: hr_utility.set_location(' Leaving:' || l_proc,50);
683: end update_hierarchy_versions;
684: end per_hierarchy_versions_swi;