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 825: hr_utility.set_location(' Leaving:'||l_proc, 12);

821: p_object_version_number := l_ovn;
822: p_weighting_over_100_warning := l_weighting_over_100_warning;
823: p_weighting_appraisal_warning := l_weighting_appraisal_warning;
824:
825: hr_utility.set_location(' Leaving:'||l_proc, 12);
826: --
827: when others then
828: --
829: -- A validation or unexpected error has occured

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

866: --
867: --
868: l_proc varchar2(72) := g_package||'delete_objective';
869: begin
870: hr_utility.set_location('Entering:'|| l_proc, 5);
871: --
872: -- Issue a savepoint
873: --
874: savepoint delete_objective;

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

891: end;
892: --
893: -- End of API User Hook for the before hook of delete_objective
894: --
895: hr_utility.set_location(l_proc, 6);
896: --
897: -- Validation in addition to Table Handlers
898: --
899: hr_utility.set_location(l_proc, 7);

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

895: hr_utility.set_location(l_proc, 6);
896: --
897: -- Validation in addition to Table Handlers
898: --
899: hr_utility.set_location(l_proc, 7);
900: --
901: -- Process Logic
902: --
903: -- flemonni added cascade delete of obj performance rating

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

936: (p_objective_id => p_objective_id
937: ,p_object_version_number => p_object_version_number
938: );
939: --
940: hr_utility.set_location(l_proc, 8);
941: --
942: begin
943: --
944: -- Start of API User Hook for the after hook delete_objective

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

962: if p_validate then
963: raise hr_api.validate_enabled;
964: end if;
965: --
966: hr_utility.set_location(' Leaving:'||l_proc, 11);
967: exception
968: when hr_api.validate_enabled then
969: --
970: -- As the Validate_Enabled exception has been raised

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

975: -- Only set output warning arguments
976: -- (Any key or derived arguments must be set to null
977: -- when validation only mode is being used.)
978: --
979: hr_utility.set_location(' Leaving:'||l_proc, 12);
980: --
981: when others then
982: --
983: -- A validation or unexpected error has occured