DBA Data[Home] [Help]

APPS.HR_POS_HIERARCHY_ELE_SWI dependencies on HR_UTILITY

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

28: --
29: -- Other variables
30: l_proc varchar2(72) := g_package ||'create_pos_hierarchy_ele';
31: Begin
32: hr_utility.set_location(' Entering:' || l_proc,10);
33: --
34: -- Issue a savepoint
35: --
36: savepoint create_pos_hierarchy_ele_swi;

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

76: -- messages of any type exist in the Multiple Message List.
77: -- Also disable Multiple Message Detection.
78: --
79: p_return_status := hr_multi_message.get_return_status_disable;
80: hr_utility.set_location(' Leaving:' || l_proc,20);
81: --
82: exception
83: when hr_multi_message.error_message_exist then
84: --

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

92: --
93: p_pos_structure_element_id := null;
94: p_object_version_number := null;
95: p_return_status := hr_multi_message.get_return_status_disable;
96: hr_utility.set_location(' Leaving:' || l_proc, 30);
97: when others then
98: --
99: -- When Multiple Message Detection is enabled catch
100: -- any Application specific or other unexpected

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

103: -- error.
104: --
105: rollback to create_pos_hierarchy_ele_swi;
106: if hr_multi_message.unexpected_error_add(l_proc) then
107: hr_utility.set_location(' Leaving:' || l_proc,40);
108: raise;
109: end if;
110: --
111: -- Reset IN OUT and set OUT parameters

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

112: --
113: p_pos_structure_element_id := null;
114: p_object_version_number := null;
115: p_return_status := hr_multi_message.get_return_status_disable;
116: hr_utility.set_location(' Leaving:' || l_proc,50);
117: end create_pos_hierarchy_ele;
118: -- ----------------------------------------------------------------------------
119: -- |---------------------< create_pos_hier_elem_internal >--------------------|
120: -- ----------------------------------------------------------------------------

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

136: --
137: -- Other variables
138: l_proc varchar2(72) := g_package ||'create_pos_hier_elem_internal';
139: Begin
140: hr_utility.set_location(' Entering:' || l_proc,10);
141: --
142: -- Issue a savepoint
143: --
144: savepoint create_poshiereleminternal_swi;

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

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

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

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

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

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

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

216: --
217: p_pos_structure_element_id := null;
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_pos_hier_elem_internal;
222: -- ----------------------------------------------------------------------------
223: -- |-----------------------< delete_pos_hierarchy_ele >-----------------------|
224: -- ----------------------------------------------------------------------------

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

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

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

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

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

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

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

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

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

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

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

331: --
332: -- Other variables
333: l_proc varchar2(72) := g_package ||'delete_pos_hier_elem_internal';
334: Begin
335: hr_utility.set_location(' Entering:' || l_proc,10);
336: --
337: -- Issue a savepoint
338: --
339: savepoint delete_poshiereleminternal_swi;

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

370: -- messages of any type exist in the Multiple Message List.
371: -- Also disable Multiple Message Detection.
372: --
373: p_return_status := hr_multi_message.get_return_status_disable;
374: hr_utility.set_location(' Leaving:' || l_proc,20);
375: --
376: exception
377: when hr_multi_message.error_message_exist then
378: --

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

384: --
385: -- Reset IN OUT parameters and set OUT parameters
386: --
387: p_return_status := hr_multi_message.get_return_status_disable;
388: hr_utility.set_location(' Leaving:' || l_proc, 30);
389: when others then
390: --
391: -- When Multiple Message Detection is enabled catch
392: -- any Application specific or other unexpected

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

395: -- error.
396: --
397: rollback to delete_poshiereleminternal_swi;
398: if hr_multi_message.unexpected_error_add(l_proc) then
399: hr_utility.set_location(' Leaving:' || l_proc,40);
400: raise;
401: end if;
402: --
403: -- Reset IN OUT and set OUT parameters

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

402: --
403: -- Reset IN OUT and set OUT parameters
404: --
405: p_return_status := hr_multi_message.get_return_status_disable;
406: hr_utility.set_location(' Leaving:' || l_proc,50);
407: end delete_pos_hier_elem_internal;
408: -- ----------------------------------------------------------------------------
409: -- |-----------------------< update_pos_hierarchy_ele >-----------------------|
410: -- ----------------------------------------------------------------------------

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

426: --
427: -- Other variables
428: l_proc varchar2(72) := g_package ||'update_pos_hierarchy_ele';
429: Begin
430: hr_utility.set_location(' Entering:' || l_proc,10);
431: --
432: -- Issue a savepoint
433: --
434: savepoint update_pos_hierarchy_ele_swi;

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

472: -- messages of any type exist in the Multiple Message List.
473: -- Also disable Multiple Message Detection.
474: --
475: p_return_status := hr_multi_message.get_return_status_disable;
476: hr_utility.set_location(' Leaving:' || l_proc,20);
477: --
478: exception
479: when hr_multi_message.error_message_exist then
480: --

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

487: -- Reset IN OUT parameters and set OUT parameters
488: --
489: p_object_version_number := l_object_version_number;
490: p_return_status := hr_multi_message.get_return_status_disable;
491: hr_utility.set_location(' Leaving:' || l_proc, 30);
492: when others then
493: --
494: -- When Multiple Message Detection is enabled catch
495: -- any Application specific or other unexpected

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

498: -- error.
499: --
500: rollback to update_pos_hierarchy_ele_swi;
501: if hr_multi_message.unexpected_error_add(l_proc) then
502: hr_utility.set_location(' Leaving:' || l_proc,40);
503: raise;
504: end if;
505: --
506: -- Reset IN OUT and set OUT parameters

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

506: -- Reset IN OUT and set OUT parameters
507: --
508: p_object_version_number := l_object_version_number;
509: p_return_status := hr_multi_message.get_return_status_disable;
510: hr_utility.set_location(' Leaving:' || l_proc,50);
511: end update_pos_hierarchy_ele;
512: -- ----------------------------------------------------------------------------
513: -- |---------------------< update_pos_hier_elem_internal >--------------------|
514: -- ----------------------------------------------------------------------------

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

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

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

570: -- messages of any type exist in the Multiple Message List.
571: -- Also disable Multiple Message Detection.
572: --
573: p_return_status := hr_multi_message.get_return_status_disable;
574: hr_utility.set_location(' Leaving:' || l_proc,20);
575: --
576: exception
577: when hr_multi_message.error_message_exist then
578: --

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

585: -- Reset IN OUT parameters and set OUT parameters
586: --
587: p_object_version_number := l_object_version_number;
588: p_return_status := hr_multi_message.get_return_status_disable;
589: hr_utility.set_location(' Leaving:' || l_proc, 30);
590: when others then
591: --
592: -- When Multiple Message Detection is enabled catch
593: -- any Application specific or other unexpected

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

596: -- error.
597: --
598: rollback to update_poshiereleminternal_swi;
599: if hr_multi_message.unexpected_error_add(l_proc) then
600: hr_utility.set_location(' Leaving:' || l_proc,40);
601: raise;
602: end if;
603: --
604: -- Reset IN OUT and set OUT parameters

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

604: -- Reset IN OUT and set OUT parameters
605: --
606: p_object_version_number := l_object_version_number;
607: p_return_status := hr_multi_message.get_return_status_disable;
608: hr_utility.set_location(' Leaving:' || l_proc,50);
609: end update_pos_hier_elem_internal;
610: end hr_pos_hierarchy_ele_swi;