DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

336: --
337: -- End of API User Hook for post_update.
338: --
339: --
340: hr_utility.set_location(' Leaving:'||l_proc, 10);
341: End post_update;
342: --
343: -- ----------------------------------------------------------------------------
344: -- |-----------------------------< convert_defs >-----------------------------|

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

388: l_proc varchar2(72) := g_package||'convert_defs';
389: --
390: Begin
391: --
392: hr_utility.set_location('Entering:'||l_proc, 5);
393: --
394: -- We must now examine each argument value in the
395: -- p_rec plsql record structure
396: -- to see if a system default is being used. If a system default

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

573: ben_agf_shd.g_old_rec.agf_attribute30;
574: End If;
575:
576: --
577: hr_utility.set_location(' Leaving:'||l_proc, 10);
578: --
579: End convert_defs;
580: --
581: -- ----------------------------------------------------------------------------

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

589: --
590: l_proc varchar2(72) := g_package||'upd';
591: --
592: Begin
593: hr_utility.set_location('Entering:'||l_proc, 5);
594: --
595: -- We must lock the row which we need to update.
596: --
597: ben_agf_shd.lck

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

681: l_rec ben_agf_shd.g_rec_type;
682: l_proc varchar2(72) := g_package||'upd';
683: --
684: Begin
685: hr_utility.set_location('Entering:'||l_proc, 5);
686: --
687: -- Call conversion function to turn arguments into the
688: -- l_rec structure.
689: --

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

745: upd(
746: p_effective_date,l_rec);
747: p_object_version_number := l_rec.object_version_number;
748: --
749: hr_utility.set_location(' Leaving:'||l_proc, 10);
750: End upd;
751: --
752: end ben_agf_upd;