DBA Data[Home] [Help]

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

172: where elig_per_elctbl_chc_id = p_rec.elig_per_elctbl_chc_id;
173: --
174: ben_epe_shd.g_api_dml := false; -- Unset the api dml status
175: --
176: hr_utility.set_location(' Leaving:'||l_proc, 10);
177: --
178: Exception
179: When hr_api.check_integrity_violated Then
180: -- A check constraint has been violated

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

232: --
233: l_proc varchar2(72) := g_package||'pre_update';
234: --
235: Begin
236: hr_utility.set_location('Entering:'||l_proc, 5);
237: --
238: hr_utility.set_location(' Leaving:'||l_proc, 10);
239: End pre_update;
240: --

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

234: --
235: Begin
236: hr_utility.set_location('Entering:'||l_proc, 5);
237: --
238: hr_utility.set_location(' Leaving:'||l_proc, 10);
239: End pre_update;
240: --
241: -- ----------------------------------------------------------------------------
242: -- |-----------------------------< post_update >------------------------------|

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

274: --
275: l_proc varchar2(72) := g_package||'post_update';
276: --
277: Begin
278: hr_utility.set_location('Entering:'||l_proc, 5);
279: --
280: hr_utility.set_location(' Leaving:'||l_proc, 10);
281: End post_update;
282: --

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

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

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

329: l_proc varchar2(72) := g_package||'convert_defs';
330: --
331: Begin
332: --
333: hr_utility.set_location('Entering:'||l_proc, 5);
334: --
335: -- We must now examine each argument value in the
336: -- p_rec plsql record structure
337: -- to see if a system default is being used. If a system default

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

728: ben_epe_shd.g_old_rec.program_update_date;
729: End If;
730:
731: --
732: hr_utility.set_location(' Leaving:'||l_proc, 10);
733: --
734: End convert_defs;
735: --
736: -- ----------------------------------------------------------------------------

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

744: --
745: l_proc varchar2(72) := g_package||'upd';
746: --
747: Begin
748: hr_utility.set_location('Entering:'||l_proc, 5);
749: --
750: -- We must lock the row which we need to update.
751: --
752: ben_epe_shd.lck

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

889: l_rec ben_epe_shd.g_rec_type;
890: l_proc varchar2(72) := g_package||'upd';
891: --
892: Begin
893: hr_utility.set_location('Entering:'||l_proc, 5);
894: --
895: -- Call conversion function to turn arguments into the
896: -- l_rec structure.
897: --

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

1007: --
1008: upd(p_effective_date,l_rec);
1009: p_object_version_number := l_rec.object_version_number;
1010: --
1011: hr_utility.set_location(' Leaving:'||l_proc, 10);
1012: End upd;
1013: --
1014: end ben_epe_upd;