DBA Data[Home] [Help]

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

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

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

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

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

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

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

217: --
218: l_proc varchar2(72) := g_package||'post_update';
219: --
220: Begin
221: hr_utility.set_location('Entering:'||l_proc, 5);
222: --
223: --
224: -- Start of API User Hook for post_update.
225: --

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

327: --
328: -- End of API User Hook for post_update.
329: --
330: --
331: hr_utility.set_location(' Leaving:'||l_proc, 10);
332: End post_update;
333: --
334: -- ----------------------------------------------------------------------------
335: -- |-----------------------------< convert_defs >-----------------------------|

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

379: l_proc varchar2(72) := g_package||'convert_defs';
380: --
381: Begin
382: --
383: hr_utility.set_location('Entering:'||l_proc, 5);
384: --
385: -- We must now examine each argument value in the
386: -- p_rec plsql record structure
387: -- to see if a system default is being used. If a system default

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

554: ben_rvc_shd.g_old_rec.program_update_date;
555: End If;
556:
557: --
558: hr_utility.set_location(' Leaving:'||l_proc, 10);
559: --
560: End convert_defs;
561: --
562: -- ----------------------------------------------------------------------------

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

570: --
571: l_proc varchar2(72) := g_package||'upd';
572: --
573: Begin
574: hr_utility.set_location('Entering:'||l_proc, 5);
575: --
576: -- We must lock the row which we need to update.
577: --
578: ben_rvc_shd.lck

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

659: l_rec ben_rvc_shd.g_rec_type;
660: l_proc varchar2(72) := g_package||'upd';
661: --
662: Begin
663: hr_utility.set_location('Entering:'||l_proc, 5);
664: --
665: -- Call conversion function to turn arguments into the
666: -- l_rec structure.
667: --

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

720: upd(
721: p_effective_date,l_rec);
722: p_object_version_number := l_rec.object_version_number;
723: --
724: hr_utility.set_location(' Leaving:'||l_proc, 10);
725: End upd;
726: --
727: end ben_rvc_upd;