DBA Data[Home] [Help]

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

88: where batch_elctbl_id = p_rec.batch_elctbl_id;
89: --
90: ben_bec_shd.g_api_dml := false; -- Unset the api dml status
91: --
92: hr_utility.set_location(' Leaving:'||l_proc, 10);
93: --
94: Exception
95: When hr_api.check_integrity_violated Then
96: -- A check constraint has been violated

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

148: --
149: l_proc varchar2(72) := g_package||'pre_update';
150: --
151: Begin
152: hr_utility.set_location('Entering:'||l_proc, 5);
153: --
154: hr_utility.set_location(' Leaving:'||l_proc, 10);
155: End pre_update;
156: --

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

150: --
151: Begin
152: hr_utility.set_location('Entering:'||l_proc, 5);
153: --
154: hr_utility.set_location(' Leaving:'||l_proc, 10);
155: End pre_update;
156: --
157: -- ----------------------------------------------------------------------------
158: -- |-----------------------------< post_update >------------------------------|

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

191: --
192: l_proc varchar2(72) := g_package||'post_update';
193: --
194: Begin
195: hr_utility.set_location('Entering:'||l_proc, 5);
196: --
197: --
198: -- Start of API User Hook for post_update.
199: --

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

246: end;
247: --
248: -- End of API User Hook for post_update.
249: --
250: hr_utility.set_location(' Leaving:'||l_proc, 10);
251: End post_update;
252: --
253: -- ----------------------------------------------------------------------------
254: -- |-----------------------------< convert_defs >-----------------------------|

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

298: l_proc varchar2(72) := g_package||'convert_defs';
299: --
300: Begin
301: --
302: hr_utility.set_location('Entering:'||l_proc, 5);
303: --
304: -- We must now examine each argument value in the
305: -- p_rec plsql record structure
306: -- to see if a system default is being used. If a system default

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

366: p_rec.business_group_id :=
367: ben_bec_shd.g_old_rec.business_group_id;
368: End If;
369: --
370: hr_utility.set_location(' Leaving:'||l_proc, 10);
371: --
372: End convert_defs;
373: --
374: -- ----------------------------------------------------------------------------

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

382: --
383: l_proc varchar2(72) := g_package||'upd';
384: --
385: Begin
386: hr_utility.set_location('Entering:'||l_proc, 5);
387: --
388: -- We must lock the row which we need to update.
389: --
390: ben_bec_shd.lck

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

444: l_rec ben_bec_shd.g_rec_type;
445: l_proc varchar2(72) := g_package||'upd';
446: --
447: Begin
448: hr_utility.set_location('Entering:'||l_proc, 5);
449: --
450: -- Call conversion function to turn arguments into the
451: -- l_rec structure.
452: --

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

478: --
479: upd(p_effective_date,l_rec);
480: p_object_version_number := l_rec.object_version_number;
481: --
482: hr_utility.set_location(' Leaving:'||l_proc, 10);
483: End upd;
484: --
485: end ben_bec_upd;