DBA Data[Home] [Help]

APPS.HR_OBJECTIVES_API dependencies on HR_UTILITY

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

99:
100: l_weighting_over_100_warning boolean := false;
101: l_weighting_appraisal_warning boolean := false;
102: begin
103: hr_utility.set_location('Entering:'|| l_proc, 5);
104: --
105: -- Issue a savepoint
106: --
107: savepoint create_objective;

Line 109: hr_utility.set_location(l_proc, 6);

105: -- Issue a savepoint
106: --
107: savepoint create_objective;
108: --
109: hr_utility.set_location(l_proc, 6);
110: --
111: -- Validation in addition to Table Handlers
112: --
113: l_effective_date := trunc(p_effective_date);

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

199: -- End of API User Hook for the before hook of create_objective
200: --
201: end;
202: --
203: hr_utility.set_location(l_proc, 7);
204: --
205: -- Process Logic
206: --
207: per_obj_ins.ins

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

278: p_objective_id => l_objective_id,
279: p_object_version_number => l_object_version_number
280: );
281: --
282: hr_utility.set_location(l_proc, 8);
283: --
284: begin
285: --
286: -- Start of API User Hook for the after hook of create_objective

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

383: p_object_version_number := l_object_version_number;
384: p_weighting_over_100_warning := l_weighting_over_100_warning;
385: p_weighting_appraisal_warning := l_weighting_appraisal_warning;
386: --
387: hr_utility.set_location(' Leaving:'||l_proc, 11);
388: exception
389: when hr_api.validate_enabled then
390: --
391: -- As the Validate_Enabled exception has been raised

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

401: p_object_version_number := null;
402: p_weighting_over_100_warning := l_weighting_over_100_warning;
403: p_weighting_appraisal_warning := l_weighting_appraisal_warning;
404: --
405: hr_utility.set_location(' Leaving:'||l_proc, 12);
406: --
407: when others then
408: --
409: -- A validation or unexpected error has occurred

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

513: l_weighting_over_100_warning boolean := false;
514: l_weighting_appraisal_warning boolean := false;
515: --
516: begin
517: hr_utility.set_location('Entering:'|| l_proc, 5);
518: --
519: -- Issue a savepoint
520: --
521: savepoint update_objective;

Line 622: hr_utility.set_location(l_proc, 6);

618: -- End of API User Hook for the before hook of update_objective
619: --
620: end;
621: --
622: hr_utility.set_location(l_proc, 6);
623: --
624: -- Validation in addition to Table Handlers
625: --
626: hr_utility.set_location(l_proc, 7);

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

622: hr_utility.set_location(l_proc, 6);
623: --
624: -- Validation in addition to Table Handlers
625: --
626: hr_utility.set_location(l_proc, 7);
627: --
628: per_obj_upd.upd
629: (p_effective_date => l_effective_date,
630: p_objective_id => p_objective_id,

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

698:
699: );
700: --
701: --
702: hr_utility.set_location(l_proc, 8);
703: --
704: begin
705: --
706: -- Start of API User Hook for the after hook of update_objective

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

801: p_object_version_number := l_object_version_number;
802: p_weighting_over_100_warning := l_weighting_over_100_warning;
803: p_weighting_appraisal_warning := l_weighting_appraisal_warning;
804: --
805: hr_utility.set_location(' Leaving:'||l_proc, 11);
806: --
807: exception
808: --
809: when hr_api.validate_enabled then

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

817: -- to their IN value
818: -- (Any key or derived arguments must be set to null
819: -- when validation only mode is being used.)
820: --
821: hr_utility.set_location(' Leaving:'||l_proc, 12);
822: --
823: when others then
824: --
825: -- A validation or unexpected error has occured

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

854: --
855: --
856: l_proc varchar2(72) := g_package||'delete_objective';
857: begin
858: hr_utility.set_location('Entering:'|| l_proc, 5);
859: --
860: -- Issue a savepoint
861: --
862: savepoint delete_objective;

Line 883: hr_utility.set_location(l_proc, 6);

879: end;
880: --
881: -- End of API User Hook for the before hook of delete_objective
882: --
883: hr_utility.set_location(l_proc, 6);
884: --
885: -- Validation in addition to Table Handlers
886: --
887: hr_utility.set_location(l_proc, 7);

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

883: hr_utility.set_location(l_proc, 6);
884: --
885: -- Validation in addition to Table Handlers
886: --
887: hr_utility.set_location(l_proc, 7);
888: --
889: -- Process Logic
890: --
891: -- flemonni added cascade delete of obj performance rating

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

917: (p_objective_id => p_objective_id
918: ,p_object_version_number => p_object_version_number
919: );
920: --
921: hr_utility.set_location(l_proc, 8);
922: --
923: begin
924: --
925: -- Start of API User Hook for the after hook delete_objective

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

943: if p_validate then
944: raise hr_api.validate_enabled;
945: end if;
946: --
947: hr_utility.set_location(' Leaving:'||l_proc, 11);
948: exception
949: when hr_api.validate_enabled then
950: --
951: -- As the Validate_Enabled exception has been raised

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

956: -- Only set output warning arguments
957: -- (Any key or derived arguments must be set to null
958: -- when validation only mode is being used.)
959: --
960: hr_utility.set_location(' Leaving:'||l_proc, 12);
961: --
962: when others then
963: --
964: -- A validation or unexpected error has occured