DBA Data[Home] [Help]

APPS.BEN_EPR_UPD dependencies on HR_UTILITY

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

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

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

114: where enrt_prem_id = p_rec.enrt_prem_id;
115: --
116: ben_epr_shd.g_api_dml := false; -- Unset the api dml status
117: --
118: hr_utility.set_location(' Leaving:'||l_proc, 10);
119: --
120: Exception
121: When hr_api.check_integrity_violated Then
122: -- A check constraint has been violated

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

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

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

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

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

216: --
217: l_proc varchar2(72) := g_package||'post_update';
218: --
219: Begin
220: hr_utility.set_location('Entering:'||l_proc, 5);
221: --
222: --
223: -- Start of API User Hook for post_update.
224: --

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

325: --
326: -- End of API User Hook for post_update.
327: --
328: --
329: hr_utility.set_location(' Leaving:'||l_proc, 10);
330: End post_update;
331: --
332: -- ----------------------------------------------------------------------------
333: -- |-----------------------------< convert_defs >-----------------------------|

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

377: l_proc varchar2(72) := g_package||'convert_defs';
378: --
379: Begin
380: --
381: hr_utility.set_location('Entering:'||l_proc, 5);
382: --
383: -- We must now examine each argument value in the
384: -- p_rec plsql record structure
385: -- to see if a system default is being used. If a system default

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

549: p_rec.program_update_date :=
550: ben_epr_shd.g_old_rec.program_update_date;
551: End If;
552: --
553: hr_utility.set_location(' Leaving:'||l_proc, 10);
554: --
555: End convert_defs;
556: --
557: -- ----------------------------------------------------------------------------

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

564: --
565: l_proc varchar2(72) := g_package||'upd';
566: --
567: Begin
568: hr_utility.set_location('Entering:'||l_proc, 5);
569: --
570: -- We must lock the row which we need to update.
571: --
572: ben_epr_shd.lck

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

650: l_rec ben_epr_shd.g_rec_type;
651: l_proc varchar2(72) := g_package||'upd';
652: --
653: Begin
654: hr_utility.set_location('Entering:'||l_proc, 5);
655: --
656: -- Call conversion function to turn arguments into the
657: -- l_rec structure.
658: --

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

710: --
711: upd(l_rec);
712: p_object_version_number := l_rec.object_version_number;
713: --
714: hr_utility.set_location(' Leaving:'||l_proc, 10);
715: End upd;
716: --
717: end ben_epr_upd;