DBA Data[Home] [Help]

APPS.PER_PMS_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 115: hr_utility.set_location(' Leaving:'||l_proc, 10);

111: where scorecard_id = p_rec.scorecard_id;
112: --
113: --
114: --
115: hr_utility.set_location(' Leaving:'||l_proc, 10);
116: --
117: Exception
118: When hr_api.check_integrity_violated Then
119: -- A check constraint has been violated

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

173: --
174: l_proc varchar2(72) := g_package||'pre_update';
175: --
176: Begin
177: hr_utility.set_location('Entering:'||l_proc, 5);
178: --
179: hr_utility.set_location(' Leaving:'||l_proc, 10);
180: End pre_update;
181: --

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

175: --
176: Begin
177: hr_utility.set_location('Entering:'||l_proc, 5);
178: --
179: hr_utility.set_location(' Leaving:'||l_proc, 10);
180: End pre_update;
181: --
182: -- ----------------------------------------------------------------------------
183: -- |-----------------------------< post_update >------------------------------|

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

219: --
220: l_proc varchar2(72) := g_package||'post_update';
221: --
222: Begin
223: hr_utility.set_location('Entering:'||l_proc, 5);
224: begin
225: --
226: per_pms_rku.after_update
227: (p_effective_date => p_effective_date

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

400: ,p_hook_type => 'AU');
401: --
402: end;
403: --
404: hr_utility.set_location(' Leaving:'||l_proc, 10);
405: End post_update;
406: --
407: -- ----------------------------------------------------------------------------
408: -- |-----------------------------< convert_defs >-----------------------------|

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

632: --
633: l_proc varchar2(72) := g_package||'upd';
634: --
635: Begin
636: hr_utility.set_location('Entering:'||l_proc, 5);
637: --
638: -- We must lock the row which we need to update.
639: --
640: per_pms_shd.lck

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

728: l_rec per_pms_shd.g_rec_type;
729: l_proc varchar2(72) := g_package||'upd';
730: --
731: Begin
732: hr_utility.set_location('Entering:'||l_proc, 5);
733: --
734: -- Call conversion function to turn arguments into the
735: -- l_rec structure.
736: --

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

790: ,p_duplicate_name_warning => p_duplicate_name_warning
791: );
792: p_object_version_number := l_rec.object_version_number;
793: --
794: hr_utility.set_location(' Leaving:'||l_proc, 10);
795: End upd;
796: --
797: end per_pms_upd;