DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

506: if (p_rec.pl_gd_or_svc_id = hr_api.g_number) then
507: p_rec.pl_gd_or_svc_id := ben_pcg_shd.g_old_rec.pl_gd_or_svc_id ;
508: end if ;
509: --
510: hr_utility.set_location(' Leaving:'||l_proc, 10);
511: --
512: End convert_defs;
513: --
514: -- ----------------------------------------------------------------------------

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

521: --
522: l_proc varchar2(72) := g_package||'upd';
523: --
524: Begin
525: hr_utility.set_location('Entering:'||l_proc, 5);
526: --
527: -- We must lock the row which we need to update.
528: --
529: ben_pcg_shd.lck

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

601: l_rec ben_pcg_shd.g_rec_type;
602: l_proc varchar2(72) := g_package||'upd';
603: --
604: Begin
605: hr_utility.set_location('Entering:'||l_proc, 5);
606: --
607: -- Call conversion function to turn arguments into the
608: -- l_rec structure.
609: --

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

655: --
656: upd(l_rec);
657: p_object_version_number := l_rec.object_version_number;
658: --
659: hr_utility.set_location(' Leaving:'||l_proc, 10);
660: End upd;
661: --
662: end ben_pcg_upd;