DBA Data[Home] [Help]

APPS.PER_OBJ_UPD dependencies on HR_UTILITY

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

49: --
50: l_proc varchar2(72) := g_package||'update_dml';
51: --
52: Begin
53: hr_utility.set_location('Entering:'||l_proc, 5);
54: --
55: -- Increment the object version
56: --
57: p_rec.object_version_number := p_rec.object_version_number + 1;

Line 132: hr_utility.set_location(' Leaving:'||l_proc, 10);

128:
129: where objective_id = p_rec.objective_id;
130: --
131: --
132: hr_utility.set_location(' Leaving:'||l_proc, 10);
133: --
134: Exception
135: When hr_api.check_integrity_violated Then
136: -- A check constraint has been violated

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

184: --
185: l_proc varchar2(72) := g_package||'pre_update';
186: --
187: Begin
188: hr_utility.set_location('Entering:'||l_proc, 5);
189: --
190: hr_utility.set_location(' Leaving:'||l_proc, 10);
191: End pre_update;
192: --

Line 190: hr_utility.set_location(' Leaving:'||l_proc, 10);

186: --
187: Begin
188: hr_utility.set_location('Entering:'||l_proc, 5);
189: --
190: hr_utility.set_location(' Leaving:'||l_proc, 10);
191: End pre_update;
192: --
193: -- ----------------------------------------------------------------------------
194: -- |-----------------------------< post_update >------------------------------|

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

231: --
232: l_proc varchar2(72) := g_package||'post_update';
233: --
234: Begin
235: hr_utility.set_location('Entering:'||l_proc, 5);
236: --
237: -- Start of API User Hook for post_update.
238: begin
239: per_obj_rku.after_update

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

384: );
385: end;
386: -- End of API User Hook for post_update.
387: --
388: hr_utility.set_location(' Leaving:'||l_proc, 10);
389: End post_update;
390: --
391: -- ----------------------------------------------------------------------------
392: -- |-----------------------------< convert_defs >-----------------------------|

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

437: l_proc varchar2(72) := g_package||'convert_defs';
438: --
439: Begin
440: --
441: hr_utility.set_location('Entering:'||l_proc, 5);
442: --
443: -- We must now examine each argument value in the
444: -- p_rec plsql record structure
445: -- to see if a system default is being used. If a system default

Line 696: hr_utility.set_location(' Leaving:'||l_proc, 10);

692: End If;
693:
694:
695: --
696: hr_utility.set_location(' Leaving:'||l_proc, 10);
697: --
698: End convert_defs;
699: --
700: -- ----------------------------------------------------------------------------

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

712: l_proc varchar2(72) := g_package||'upd';
713: l_effective_date date;
714: --
715: Begin
716: hr_utility.set_location('Entering:'||l_proc, 5);
717: --
718: -- Determine if the business process is to be validated.
719: --
720: If p_validate then

Line 780: hr_utility.set_location(' Leaving:'||l_proc, 10);

776: If p_validate then
777: Raise HR_Api.Validate_Enabled;
778: End If;
779: --
780: hr_utility.set_location(' Leaving:'||l_proc, 10);
781: Exception
782: When HR_Api.Validate_Enabled Then
783: --
784: -- As the Validate_Enabled exception has been raised

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

871: l_weighting_appraisal_warning boolean;
872:
873: --
874: Begin
875: hr_utility.set_location('Entering:'||l_proc, 5);
876: --
877: -- Call conversion function to turn arguments into the
878: -- l_rec structure.
879: --

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

962: p_object_version_number := l_rec.object_version_number;
963: p_weighting_over_100_warning := l_weighting_over_100_warning;
964: p_weighting_appraisal_warning := l_weighting_appraisal_warning;
965: --
966: hr_utility.set_location(' Leaving:'||l_proc, 10);
967: End upd;
968: --
969: end per_obj_upd;