DBA Data[Home] [Help]

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

126: where comp_lvl_fctr_id = p_rec.comp_lvl_fctr_id;
127: --
128: ben_clf_shd.g_api_dml := false; -- Unset the api dml status
129: --
130: hr_utility.set_location(' Leaving:'||l_proc, 10);
131: --
132: Exception
133: When hr_api.check_integrity_violated Then
134: -- A check constraint has been violated

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

186: --
187: l_proc varchar2(72) := g_package||'pre_update';
188: --
189: Begin
190: hr_utility.set_location('Entering:'||l_proc, 5);
191: --
192: hr_utility.set_location(' Leaving:'||l_proc, 10);
193: End pre_update;
194: --

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

188: --
189: Begin
190: hr_utility.set_location('Entering:'||l_proc, 5);
191: --
192: hr_utility.set_location(' Leaving:'||l_proc, 10);
193: End pre_update;
194: --
195: -- ----------------------------------------------------------------------------
196: -- |-----------------------------< post_update >------------------------------|

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

229: --
230: l_proc varchar2(72) := g_package||'post_update';
231: --
232: Begin
233: hr_utility.set_location('Entering:'||l_proc, 5);
234: --
235: --
236: -- Start of API User Hook for post_update.
237: --

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

363: --
364: -- End of API User Hook for post_update.
365: --
366: --
367: hr_utility.set_location(' Leaving:'||l_proc, 10);
368: End post_update;
369: --
370: -- ----------------------------------------------------------------------------
371: -- |-----------------------------< convert_defs >-----------------------------|

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

415: l_proc varchar2(72) := g_package||'convert_defs';
416: --
417: Begin
418: --
419: hr_utility.set_location('Entering:'||l_proc, 5);
420: --
421: -- We must now examine each argument value in the
422: -- p_rec plsql record structure
423: -- to see if a system default is being used. If a system default

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

637: p_rec.sttd_sal_prdcty_cd :=
638: ben_clf_shd.g_old_rec.sttd_sal_prdcty_cd;
639: End If;
640: --
641: hr_utility.set_location(' Leaving:'||l_proc, 10);
642: --
643: End convert_defs;
644: --
645: -- ----------------------------------------------------------------------------

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

653: --
654: l_proc varchar2(72) := g_package||'upd';
655: --
656: Begin
657: hr_utility.set_location('Entering:'||l_proc, 5);
658: --
659: -- We must lock the row which we need to update.
660: --
661: ben_clf_shd.lck

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

755: l_rec ben_clf_shd.g_rec_type;
756: l_proc varchar2(72) := g_package||'upd';
757: --
758: Begin
759: hr_utility.set_location('Entering:'||l_proc, 5);
760: --
761: -- Call conversion function to turn arguments into the
762: -- l_rec structure.
763: --

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

828: upd(
829: p_effective_date,l_rec);
830: p_object_version_number := l_rec.object_version_number;
831: --
832: hr_utility.set_location(' Leaving:'||l_proc, 10);
833: End upd;
834: --
835: end ben_clf_upd;