DBA Data[Home] [Help]

APPS.PER_FDL_UPD dependencies on HR_UTILITY

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

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

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

98: --
99: per_fdl_shd.g_api_dml := false; -- Unset the api dml status
100:
101: --
102: hr_utility.set_location(' Leaving:'||l_proc, 10);
103: --
104: Exception
105: When hr_api.check_integrity_violated Then
106: -- A check constraint has been violated

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

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

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

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

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

211: --
212: l_proc varchar2(72) := g_package||'post_update';
213: --
214: Begin
215: hr_utility.set_location('Entering:'||l_proc, 5);
216: begin
217: -- For Future Use
218: /*
219: per_fdl_rku.after_update

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

324: --
325: end;
326:
327: --
328: hr_utility.set_location(' Leaving:'||l_proc, 10);
329: End post_update;
330:
331: --
332: -- ----------------------------------------------------------------------------

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

485: --
486: l_proc varchar2(72) := g_package||'upd';
487: --
488: Begin
489: hr_utility.set_location('Entering:'||l_proc, 5);
490: --
491: -- We must lock the row which we need to update.
492: --
493: per_fdl_shd.lck

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

561: l_rec per_fdl_shd.g_rec_type;
562: l_proc varchar2(72) := g_package||'upd';
563: --
564: Begin
565: hr_utility.set_location('Entering:'||l_proc, 5);
566: --
567: -- Call conversion function to turn arguments into the
568: -- l_rec structure.
569: --

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

603: (l_rec
604: );
605: p_object_version_number := l_rec.object_version_number;
606: --
607: hr_utility.set_location(' Leaving:'||l_proc, 10);
608: End upd;
609:
610: --
611: end per_fdl_upd;