DBA Data[Home] [Help]

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

135: where eligy_criteria_id = p_rec.eligy_criteria_id;
136: --
137: ben_egl_shd.g_api_dml := false; -- Unset the api dml status
138: --
139: hr_utility.set_location(' Leaving:'||l_proc, 10);
140: --
141: Exception
142: When hr_api.check_integrity_violated Then
143: -- A check constraint has been violated

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

195: --
196: l_proc varchar2(72) := g_package||'pre_update';
197: --
198: Begin
199: hr_utility.set_location('Entering:'||l_proc, 5);
200: --
201: hr_utility.set_location(' Leaving:'||l_proc, 10);
202: End pre_update;
203: --

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

197: --
198: Begin
199: hr_utility.set_location('Entering:'||l_proc, 5);
200: --
201: hr_utility.set_location(' Leaving:'||l_proc, 10);
202: End pre_update;
203: --
204: -- ----------------------------------------------------------------------------
205: -- |-----------------------------< post_update >------------------------------|

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

238: --
239: l_proc varchar2(72) := g_package||'post_update';
240: --
241: Begin
242: hr_utility.set_location('Entering:'||l_proc, 5);
243: --
244: --
245: -- Start of API User Hook for post_update.
246: --

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

386: --
387: -- End of API User Hook for post_update.
388: --
389: --
390: hr_utility.set_location(' Leaving:'||l_proc, 10);
391: End post_update;
392: --
393: -- ----------------------------------------------------------------------------
394: -- |-----------------------------< convert_defs >-----------------------------|

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

438: l_proc varchar2(72) := g_package||'convert_defs';
439: --
440: Begin
441: --
442: hr_utility.set_location('Entering:'||l_proc, 5);
443: --
444: -- We must now examine each argument value in the
445: -- p_rec plsql record structure
446: -- to see if a system default is being used. If a system default

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

689: ben_egl_shd.g_old_rec.time_access_calc_rule2;
690: End If;
691:
692: --
693: hr_utility.set_location(' Leaving:'||l_proc, 10);
694: --
695: End convert_defs;
696: --
697: -- ----------------------------------------------------------------------------

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

705: --
706: l_proc varchar2(72) := g_package||'upd';
707: --
708: Begin
709: hr_utility.set_location('Entering:'||l_proc, 5);
710: --
711: -- We must lock the row which we need to update.
712:
713: --

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

809: l_rec ben_egl_shd.g_rec_type;
810: l_proc varchar2(72) := g_package||'upd';
811: --
812: Begin
813: hr_utility.set_location('Entering:'||l_proc, 5);
814: --
815: -- Call conversion function to turn arguments into the
816: -- l_rec structure.
817: --

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

889:
890: upd(l_rec,p_effective_date);
891: p_object_version_number := l_rec.object_version_number;
892: --
893: hr_utility.set_location(' Leaving:'||l_proc, 10);
894: End upd;
895: --
896: end ben_egl_upd;