DBA Data[Home] [Help]

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

111: where ext_crit_prfl_id = p_rec.ext_crit_prfl_id;
112: --
113: ben_xcr_shd.g_api_dml := false; -- Unset the api dml status
114: --
115: hr_utility.set_location(' Leaving:'||l_proc, 10);
116: --
117: Exception
118: When hr_api.check_integrity_violated Then
119: -- A check constraint has been violated

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

171: --
172: l_proc varchar2(72) := g_package||'pre_update';
173: --
174: Begin
175: hr_utility.set_location('Entering:'||l_proc, 5);
176: --
177: hr_utility.set_location(' Leaving:'||l_proc, 10);
178: End pre_update;
179: --

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

173: --
174: Begin
175: hr_utility.set_location('Entering:'||l_proc, 5);
176: --
177: hr_utility.set_location(' Leaving:'||l_proc, 10);
178: End pre_update;
179: --
180: -- ----------------------------------------------------------------------------
181: -- |-----------------------------< post_update >------------------------------|

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

213: --
214: l_proc varchar2(72) := g_package||'post_update';
215: --
216: Begin
217: hr_utility.set_location('Entering:'||l_proc, 5);
218: --
219: --
220: -- Start of API User Hook for post_update.
221: --

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

310: --
311: -- End of API User Hook for post_update.
312: --
313: --
314: hr_utility.set_location(' Leaving:'||l_proc, 10);
315: End post_update;
316: --
317: -- ----------------------------------------------------------------------------
318: -- |-----------------------------< convert_defs >-----------------------------|

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

362: l_proc varchar2(72) := g_package||'convert_defs';
363: --
364: Begin
365: --
366: hr_utility.set_location('Entering:'||l_proc, 5);
367: --
368: -- We must now examine each argument value in the
369: -- p_rec plsql record structure
370: -- to see if a system default is being used. If a system default

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

512: ben_xcr_shd.g_old_rec.ext_global_flag;
513: End If;
514:
515: --
516: hr_utility.set_location(' Leaving:'||l_proc, 10);
517: --
518: End convert_defs;
519: --
520: -- ----------------------------------------------------------------------------

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

527: --
528: l_proc varchar2(72) := g_package||'upd';
529: --
530: Begin
531: hr_utility.set_location('Entering:'||l_proc, 5);
532: --
533: -- We must lock the row which we need to update.
534: --
535: ben_xcr_shd.lck

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

612: l_rec ben_xcr_shd.g_rec_type;
613: l_proc varchar2(72) := g_package||'upd';
614: --
615: Begin
616: hr_utility.set_location('Entering:'||l_proc, 5);
617: --
618: -- Call conversion function to turn arguments into the
619: -- l_rec structure.
620: --

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

671: --
672: upd(l_rec);
673: p_object_version_number := l_rec.object_version_number;
674: --
675: hr_utility.set_location(' Leaving:'||l_proc, 10);
676: End upd;
677: --
678: end ben_xcr_upd;