DBA Data[Home] [Help]

APPS.HR_CALENDAR_NODE_TYPE_API dependencies on HR_UTILITY

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

45: l_lookup_code varchar2(30);
46: l_effective_date date;
47: --
48: begin
49: hr_utility.set_location('Entering:'|| l_proc, 10);
50: --
51: -- Issue a savepoint
52: --
53: savepoint create_node_type;

Line 207: hr_utility.set_location(' Leaving:'||l_proc, 70);

203: --
204: p_hier_node_type_id := l_hier_node_type_id;
205: p_object_version_number := l_object_version_number;
206: --
207: hr_utility.set_location(' Leaving:'||l_proc, 70);
208: exception
209: when hr_api.validate_enabled then
210: --
211: -- As the Validate_Enabled exception has been raised

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

218: -- when validation only mode is being used.)
219: --
220: p_hier_node_type_id := null;
221: p_object_version_number := null;
222: hr_utility.set_location(' Leaving:'||l_proc, 80);
223: when others then
224: --
225: -- A validation or unexpected error has occured
226: --

Line 228: hr_utility.set_location(' Leaving:'||l_proc, 90);

224: --
225: -- A validation or unexpected error has occured
226: --
227: rollback to create_node_type;
228: hr_utility.set_location(' Leaving:'||l_proc, 90);
229: raise;
230: end create_node_type;
231: --
232: -- ----------------------------------------------------------------------------

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

267: l_object_version_number per_gen_hier_node_types.object_version_number%TYPE;
268: l_effective_date date;
269: --
270: begin
271: hr_utility.set_location('Entering:'|| l_proc, 10);
272: --
273: hr_api.mandatory_arg_error(P_API_NAME => l_proc
274: ,P_ARGUMENT => 'p_hier_node_type_id'
275: ,P_ARGUMENT_VALUE => p_hier_node_type_id );

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

429: -- Set all output arguments
430: --
431: p_object_version_number := l_object_version_number;
432: --
433: hr_utility.set_location(' Leaving:'||l_proc, 70);
434: exception
435: when hr_api.validate_enabled then
436: --
437: -- As the Validate_Enabled exception has been raised

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

442: -- Only set output warning arguments
443: -- (Any key or derived arguments must be set to null
444: -- when validation only mode is being used.)
445: --
446: hr_utility.set_location(' Leaving:'||l_proc, 80);
447: when others then
448: --
449: -- A validation or unexpected error has occured
450: --

Line 452: hr_utility.set_location(' Leaving:'||l_proc, 90);

448: --
449: -- A validation or unexpected error has occured
450: --
451: rollback to update_node_type;
452: hr_utility.set_location(' Leaving:'||l_proc, 90);
453: raise;
454: end update_node_type;
455: --
456: --

Line 479: hr_utility.set_location('Entering:'|| l_proc, 5);

475: l_proc varchar2(72) := g_package||'delete_node_type';
476: l_child_node_type per_gen_hier_node_types.child_node_type%Type;
477: --
478: begin
479: hr_utility.set_location('Entering:'|| l_proc, 5);
480: --
481:
482: hr_api.mandatory_arg_error(P_API_NAME => l_proc
483: ,P_ARGUMENT => 'p_hier_node_type_id'

Line 523: hr_utility.set_location(l_proc, 7);

519: );
520: end;
521: --
522: --
523: hr_utility.set_location(l_proc, 7);
524: --
525: -- Process Logic
526: --
527: per_pgt_del.del

Line 532: hr_utility.set_location(l_proc, 8);

528: (p_hier_node_type_id => p_hier_node_type_id
529: ,p_object_version_number => p_object_version_number
530: );
531: --
532: hr_utility.set_location(l_proc, 8);
533: --
534: --
535: BEGIN
536: -- Delete the lookup code now the node_type has gone

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

566: if p_validate then
567: raise hr_api.validate_enabled;
568: end if;
569: --
570: hr_utility.set_location(' Leaving:'||l_proc, 11);
571: exception
572: when hr_api.validate_enabled then
573: --
574: -- As the Validate_Enabled exception has been raised

Line 579: hr_utility.set_location(' Leaving:'||l_proc, 12);

575: -- we must rollback to the savepoint
576: --
577: ROLLBACK TO delete_node_type;
578: --
579: hr_utility.set_location(' Leaving:'||l_proc, 12);
580: --
581: when others then
582: --
583: --