DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

378: --
379: -- End of API User Hook for post_update.
380: --
381: --
382: hr_utility.set_location(' Leaving:'||l_proc, 10);
383: End post_update;
384: --
385: -- ----------------------------------------------------------------------------
386: -- |-----------------------------< convert_defs >-----------------------------|

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

430: l_proc varchar2(72) := g_package||'convert_defs';
431: --
432: Begin
433: --
434: hr_utility.set_location('Entering:'||l_proc, 5);
435: --
436: -- We must now examine each argument value in the
437: -- p_rec plsql record structure
438: -- to see if a system default is being used. If a system default

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

669: ben_dpnt_egd_shd.g_old_rec.time_access_calc_rule2;
670: End If;
671:
672: --
673: hr_utility.set_location(' Leaving:'||l_proc, 10);
674: --
675: End convert_defs;
676: --
677: -- ----------------------------------------------------------------------------

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

685: --
686: l_proc varchar2(72) := g_package||'upd';
687: --
688: Begin
689: hr_utility.set_location('Entering:'||l_proc, 5);
690: --
691: -- We must lock the row which we need to update.
692:
693: --

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

786: l_rec ben_dpnt_egd_shd.g_rec_type;
787: l_proc varchar2(72) := g_package||'upd';
788: --
789: Begin
790: hr_utility.set_location('Entering:'||l_proc, 5);
791: --
792: -- Call conversion function to turn arguments into the
793: -- l_rec structure.
794: --

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

863:
864: upd(l_rec,p_effective_date);
865: p_object_version_number := l_rec.object_version_number;
866: --
867: hr_utility.set_location(' Leaving:'||l_proc, 10);
868: End upd;
869: --
870: end ben_dpnt_egd_upd;