DBA Data[Home] [Help]

APPS.HR_FMP_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: --
64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --

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

107: where form_property_id = p_rec.form_property_id;
108: --
109: --
110: --
111: hr_utility.set_location(' Leaving:'||l_proc, 10);
112: --
113: Exception
114: When hr_api.check_integrity_violated Then
115: -- A check constraint has been violated

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

169: --
170: l_proc varchar2(72) := g_package||'pre_update';
171: --
172: Begin
173: hr_utility.set_location('Entering:'||l_proc, 5);
174: --
175: hr_utility.set_location(' Leaving:'||l_proc, 10);
176: End pre_update;
177: --

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

171: --
172: Begin
173: hr_utility.set_location('Entering:'||l_proc, 5);
174: --
175: hr_utility.set_location(' Leaving:'||l_proc, 10);
176: End pre_update;
177: --
178: -- ----------------------------------------------------------------------------
179: -- |-----------------------------< post_update >------------------------------|

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

213: --
214: l_proc varchar2(72) := g_package||'post_update';
215: --
216: Begin
217: hr_utility.set_location('Entering:'||l_proc, 5);
218: begin
219: --
220: hr_fmp_rku.after_update
221: (p_form_property_id

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

375: ,p_hook_type => 'AU');
376: --
377: end;
378: --
379: hr_utility.set_location(' Leaving:'||l_proc, 10);
380: End post_update;
381: --
382: -- ----------------------------------------------------------------------------
383: -- |-----------------------------< convert_defs >-----------------------------|

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

585: --
586: l_proc varchar2(72) := g_package||'upd';
587: --
588: Begin
589: hr_utility.set_location('Entering:'||l_proc, 5);
590: --
591: -- We must lock the row which we need to update.
592: --
593: hr_fmp_shd.lck

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

667: l_rec hr_fmp_shd.g_rec_type;
668: l_proc varchar2(72) := g_package||'upd';
669: --
670: Begin
671: hr_utility.set_location('Entering:'||l_proc, 5);
672: --
673: -- Call conversion function to turn arguments into the
674: -- l_rec structure.
675: --

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

722: (l_rec
723: );
724: p_object_version_number := l_rec.object_version_number;
725: --
726: hr_utility.set_location(' Leaving:'||l_proc, 10);
727: End upd;
728: --
729: end hr_fmp_upd;