DBA Data[Home] [Help]

APPS.PER_ORGANIZATION_STRUCTURE_SWI dependencies on HR_UTILITY

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

53: --
54: -- Other variables
55: l_proc varchar2(72) := g_package ||'create_organization_structure';
56: Begin
57: hr_utility.set_location(' Entering:' || l_proc,10);
58: --
59: -- Issue a savepoint
60: --
61: savepoint create_org_structure_swi;

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

126: -- messages of any type exist in the Multiple Message List.
127: -- Also disable Multiple Message Detection.
128: --
129: p_return_status := hr_multi_message.get_return_status_disable;
130: hr_utility.set_location(' Leaving:' || l_proc,20);
131: --
132: exception
133: when hr_multi_message.error_message_exist then
134: --

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

142: --
143: p_organization_structure_id := null;
144: p_object_version_number := null;
145: p_return_status := hr_multi_message.get_return_status_disable;
146: hr_utility.set_location(' Leaving:' || l_proc, 30);
147: when others then
148: --
149: -- When Multiple Message Detection is enabled catch
150: -- any Application specific or other unexpected

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

153: -- error.
154: --
155: rollback to create_org_structure_swi;
156: if hr_multi_message.unexpected_error_add(l_proc) then
157: hr_utility.set_location(' Leaving:' || l_proc,40);
158: raise;
159: end if;
160: --
161: -- Reset IN OUT and set OUT parameters

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

162: --
163: p_organization_structure_id := null;
164: p_object_version_number := null;
165: p_return_status := hr_multi_message.get_return_status_disable;
166: hr_utility.set_location(' Leaving:' || l_proc,50);
167: end create_organization_structure;
168: -- ----------------------------------------------------------------------------
169: -- |---------------------< create_org_struct_and_def_ver >--------------------|
170: -- ----------------------------------------------------------------------------

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

213: --
214: -- Other variables
215: l_proc varchar2(72) := g_package ||'create_org_struct_and_def_ver';
216: Begin
217: hr_utility.set_location(' Entering:' || l_proc,10);
218: --
219: -- Issue a savepoint
220: --
221: savepoint create_org_struct_def_ver_swi;

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

286: -- messages of any type exist in the Multiple Message List.
287: -- Also disable Multiple Message Detection.
288: --
289: p_return_status := hr_multi_message.get_return_status_disable;
290: hr_utility.set_location(' Leaving:' || l_proc,20);
291: --
292: exception
293: when hr_multi_message.error_message_exist then
294: --

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

302: --
303: p_organization_structure_id := null;
304: p_object_version_number := null;
305: p_return_status := hr_multi_message.get_return_status_disable;
306: hr_utility.set_location(' Leaving:' || l_proc, 30);
307: when others then
308: --
309: -- When Multiple Message Detection is enabled catch
310: -- any Application specific or other unexpected

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

313: -- error.
314: --
315: rollback to create_org_struct_def_ver_swi;
316: if hr_multi_message.unexpected_error_add(l_proc) then
317: hr_utility.set_location(' Leaving:' || l_proc,40);
318: raise;
319: end if;
320: --
321: -- Reset IN OUT and set OUT parameters

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

322: --
323: p_organization_structure_id := null;
324: p_object_version_number := null;
325: p_return_status := hr_multi_message.get_return_status_disable;
326: hr_utility.set_location(' Leaving:' || l_proc,50);
327: end create_org_struct_and_def_ver;
328: -- ----------------------------------------------------------------------------
329: -- |---------------------< delete_organization_structure >--------------------|
330: -- ----------------------------------------------------------------------------

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

342: --
343: -- Other variables
344: l_proc varchar2(72) := g_package ||'delete_organization_structure';
345: Begin
346: hr_utility.set_location(' Entering:' || l_proc,10);
347: --
348: -- Issue a savepoint
349: --
350: savepoint delete_org_structure_swi;

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

384: -- messages of any type exist in the Multiple Message List.
385: -- Also disable Multiple Message Detection.
386: --
387: p_return_status := hr_multi_message.get_return_status_disable;
388: hr_utility.set_location(' Leaving:' || l_proc,20);
389: --
390: exception
391: when hr_multi_message.error_message_exist then
392: --

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

398: --
399: -- Reset IN OUT parameters and set OUT parameters
400: --
401: p_return_status := hr_multi_message.get_return_status_disable;
402: hr_utility.set_location(' Leaving:' || l_proc, 30);
403: when others then
404: --
405: -- When Multiple Message Detection is enabled catch
406: -- any Application specific or other unexpected

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

409: -- error.
410: --
411: rollback to delete_org_structure_swi;
412: if hr_multi_message.unexpected_error_add(l_proc) then
413: hr_utility.set_location(' Leaving:' || l_proc,40);
414: raise;
415: end if;
416: --
417: -- Reset IN OUT and set OUT parameters

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

416: --
417: -- Reset IN OUT and set OUT parameters
418: --
419: p_return_status := hr_multi_message.get_return_status_disable;
420: hr_utility.set_location(' Leaving:' || l_proc,50);
421: end delete_organization_structure;
422: -- ----------------------------------------------------------------------------
423: -- |---------------------< update_organization_structure >--------------------|
424: -- ----------------------------------------------------------------------------

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

467: --
468: -- Other variables
469: l_proc varchar2(72) := g_package ||'update_organization_structure';
470: Begin
471: hr_utility.set_location(' Entering:' || l_proc,10);
472: --
473: -- Issue a savepoint
474: --
475: savepoint update_org_structure_swi;

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

540: -- messages of any type exist in the Multiple Message List.
541: -- Also disable Multiple Message Detection.
542: --
543: p_return_status := hr_multi_message.get_return_status_disable;
544: hr_utility.set_location(' Leaving:' || l_proc,20);
545: --
546: exception
547: when hr_multi_message.error_message_exist then
548: --

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

555: -- Reset IN OUT parameters and set OUT parameters
556: --
557: p_object_version_number := l_object_version_number;
558: p_return_status := hr_multi_message.get_return_status_disable;
559: hr_utility.set_location(' Leaving:' || l_proc, 30);
560: when others then
561: --
562: -- When Multiple Message Detection is enabled catch
563: -- any Application specific or other unexpected

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

566: -- error.
567: --
568: rollback to update_org_structure_swi;
569: if hr_multi_message.unexpected_error_add(l_proc) then
570: hr_utility.set_location(' Leaving:' || l_proc,40);
571: raise;
572: end if;
573: --
574: -- Reset IN OUT and set OUT parameters

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

574: -- Reset IN OUT and set OUT parameters
575: --
576: p_object_version_number := l_object_version_number;
577: p_return_status := hr_multi_message.get_return_status_disable;
578: hr_utility.set_location(' Leaving:' || l_proc,50);
579: end update_organization_structure;
580: end per_organization_structure_swi;