DBA Data[Home] [Help]

APPS.PER_PML_UPD dependencies on HR_UTILITY

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

57: --
58: l_proc varchar2(72) := g_package||'update_dml';
59: --
60: Begin
61: hr_utility.set_location('Entering:'||l_proc, 5);
62: --
63: -- Increment the object version
64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --

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

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

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

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

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

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

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

234: --
235: l_proc varchar2(72) := g_package||'post_update';
236: --
237: Begin
238: hr_utility.set_location('Entering:'||l_proc, 5);
239: begin
240: --
241: per_pml_rku.after_update
242: (p_effective_date => p_effective_date

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

463: ,p_hook_type => 'AU');
464: --
465: end;
466: --
467: hr_utility.set_location(' Leaving:'||l_proc, 10);
468: End post_update;
469: --
470: -- ----------------------------------------------------------------------------
471: -- |-----------------------------< convert_defs >-----------------------------|

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

737: --
738: l_proc varchar2(72) := g_package||'upd';
739: --
740: Begin
741: hr_utility.set_location('Entering:'||l_proc, 5);
742: --
743: -- We must lock the row which we need to update.
744: --
745: per_pml_shd.lck

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

857: l_weighting_appraisal_warning boolean;
858:
859: --
860: Begin
861: hr_utility.set_location('Entering:'||l_proc, 5);
862: --
863: -- Call conversion function to turn arguments into the
864: -- l_rec structure.
865: --

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

935: p_weighting_over_100_warning := l_weighting_over_100_warning;
936: p_weighting_appraisal_warning := l_weighting_appraisal_warning;
937:
938: --
939: hr_utility.set_location(' Leaving:'||l_proc, 10);
940: End upd;
941: --
942: end per_pml_upd;