DBA Data[Home] [Help]

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

117: where lp_enrollment_id = p_rec.lp_enrollment_id;
118: --
119: --
120: --
121: hr_utility.set_location(' Leaving:'||l_proc, 10);
122: --
123: Exception
124: When hr_api.check_integrity_violated Then
125: -- A check constraint has been violated

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

179: --
180: l_proc varchar2(72) := g_package||'pre_update';
181: --
182: Begin
183: hr_utility.set_location('Entering:'||l_proc, 5);
184: --
185: hr_utility.set_location(' Leaving:'||l_proc, 10);
186: End pre_update;
187: --

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

181: --
182: Begin
183: hr_utility.set_location('Entering:'||l_proc, 5);
184: --
185: hr_utility.set_location(' Leaving:'||l_proc, 10);
186: End pre_update;
187: --
188: -- ----------------------------------------------------------------------------
189: -- |-----------------------------< post_update >------------------------------|

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

224: --
225: l_proc varchar2(72) := g_package||'post_update';
226: --
227: Begin
228: hr_utility.set_location('Entering:'||l_proc, 5);
229: begin
230: --
231: ota_lpe_rku.after_update
232: (p_effective_date => p_effective_date

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

419: ,p_hook_type => 'AU');
420: --
421: end;
422: --
423: hr_utility.set_location(' Leaving:'||l_proc, 10);
424: End post_update;
425: --
426: -- ----------------------------------------------------------------------------
427: -- |-----------------------------< convert_defs >-----------------------------|

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

662: --
663: l_proc varchar2(72) := g_package||'upd';
664: --
665: Begin
666: hr_utility.set_location('Entering:'||l_proc, 5);
667: --
668: -- We must lock the row which we need to update.
669: --
670: ota_lpe_shd.lck

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

761: l_rec ota_lpe_shd.g_rec_type;
762: l_proc varchar2(72) := g_package||'upd';
763: --
764: Begin
765: hr_utility.set_location('Entering:'||l_proc, 5);
766: --
767: -- Call conversion function to turn arguments into the
768: -- l_rec structure.
769: --

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

825: ,l_rec
826: );
827: p_object_version_number := l_rec.object_version_number;
828: --
829: hr_utility.set_location(' Leaving:'||l_proc, 10);
830: End upd;
831: --
832: end ota_lpe_upd;