DBA Data[Home] [Help]

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

89: --
90: --
91: --
92: --
93: hr_utility.set_location(' Leaving:'||l_proc, 10);
94: --
95: Exception
96: When hr_api.check_integrity_violated Then
97: -- A check constraint has been violated

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

151: --
152: l_proc varchar2(72) := g_package||'pre_update';
153: --
154: Begin
155: hr_utility.set_location('Entering:'||l_proc, 5);
156: --
157: hr_utility.set_location(' Leaving:'||l_proc, 10);
158: End pre_update;
159: --

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

153: --
154: Begin
155: hr_utility.set_location('Entering:'||l_proc, 5);
156: --
157: hr_utility.set_location(' Leaving:'||l_proc, 10);
158: End pre_update;
159: --
160: -- ----------------------------------------------------------------------------
161: -- |-----------------------------< post_update >------------------------------|

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

196: --
197: l_proc varchar2(72) := g_package||'post_update';
198: --
199: Begin
200: hr_utility.set_location('Entering:'||l_proc, 5);
201: begin
202: --
203: per_ent_rku.after_update
204: (p_effective_date

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

276: ,p_hook_type => 'AU');
277: --
278: end;
279: --
280: hr_utility.set_location(' Leaving:'||l_proc, 10);
281: End post_update;
282: --
283: -- ----------------------------------------------------------------------------
284: -- |-----------------------------< convert_defs >-----------------------------|

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

411: --
412: l_proc varchar2(72) := g_package||'upd';
413: --
414: Begin
415: hr_utility.set_location('Entering:'||l_proc, 5);
416: --
417: -- We must lock the row which we need to update.
418: --
419: per_ent_shd.lck

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

481: l_rec per_ent_shd.g_rec_type;
482: l_proc varchar2(72) := g_package||'upd';
483: --
484: Begin
485: hr_utility.set_location('Entering:'||l_proc, 5);
486: --
487: -- Call conversion function to turn arguments into the
488: -- l_rec structure.
489: --

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

518: ,l_rec
519: );
520: p_object_version_number := l_rec.object_version_number;
521: --
522: hr_utility.set_location(' Leaving:'||l_proc, 10);
523: End upd;
524: --
525: end per_ent_upd;