DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

664: If (p_rec.mx_wo_ctfn_flag = hr_api.g_varchar2) then
665: p_rec.mx_wo_ctfn_flag :=
666: ben_enb_shd.g_old_rec.mx_wo_ctfn_flag;
667: End If;
668: hr_utility.set_location(' Leaving:'||l_proc, 10);
669: --
670: End convert_defs;
671: --
672: -- ----------------------------------------------------------------------------

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

680: --
681: l_proc varchar2(72) := g_package||'upd';
682: --
683: Begin
684: hr_utility.set_location('Entering:'||l_proc, 5);
685: --
686: -- We must lock the row which we need to update.
687: --
688: ben_enb_shd.lck

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

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

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

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