DBA Data[Home] [Help]

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

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

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

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

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

172: --
173: Begin
174: hr_utility.set_location('Entering:'||l_proc, 5);
175: --
176: hr_utility.set_location(' Leaving:'||l_proc, 10);
177: End pre_update;
178: --
179: -- ----------------------------------------------------------------------------
180: -- |-----------------------------< 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 319: hr_utility.set_location(' Leaving:'||l_proc, 10);

315: --
316: -- End of API User Hook for post_update.
317: --
318: --
319: hr_utility.set_location(' Leaving:'||l_proc, 10);
320: End post_update;
321: --
322: -- ----------------------------------------------------------------------------
323: -- |-----------------------------< convert_defs >-----------------------------|

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

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

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

524: ben_crp_shd.g_old_rec.crp_attribute30;
525: End If;
526:
527: --
528: hr_utility.set_location(' Leaving:'||l_proc, 10);
529: --
530: End convert_defs;
531: --
532: -- ----------------------------------------------------------------------------

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

540: --
541: l_proc varchar2(72) := g_package||'upd';
542: --
543: Begin
544: hr_utility.set_location('Entering:'||l_proc, 5);
545: --
546: -- We must lock the row which we need to update.
547: --
548: ben_crp_shd.lck

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

625: l_rec ben_crp_shd.g_rec_type;
626: l_proc varchar2(72) := g_package||'upd';
627: --
628: Begin
629: hr_utility.set_location('Entering:'||l_proc, 5);
630: --
631: -- Call conversion function to turn arguments into the
632: -- l_rec structure.
633: --

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

682: upd(
683: p_effective_date,l_rec);
684: p_object_version_number := l_rec.object_version_number;
685: --
686: hr_utility.set_location(' Leaving:'||l_proc, 10);
687: End upd;
688: --
689: end ben_crp_upd;