DBA Data[Home] [Help]

APPS.BEN_CPE_UPD dependencies on HR_UTILITY

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

57: --
58: l_proc varchar2(72) := g_package||'update_dml';
59: --
60: Begin
61: hr_utility.set_location('Entering:'||l_proc, 5);
62: --
63: -- Increment the object version
64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --

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

442: where copy_entity_result_id = p_rec.copy_entity_result_id;
443: --
444: ben_cpe_shd.g_api_dml := false; -- Unset the api dml status
445: --
446: hr_utility.set_location(' Leaving:'||l_proc, 10);
447: --
448: Exception
449: When hr_api.check_integrity_violated Then
450: -- A check constraint has been violated

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

504: --
505: l_proc varchar2(72) := g_package||'pre_update';
506: --
507: Begin
508: hr_utility.set_location('Entering:'||l_proc, 5);
509: --
510: hr_utility.set_location(' Leaving:'||l_proc, 10);
511: End pre_update;
512: --

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

506: --
507: Begin
508: hr_utility.set_location('Entering:'||l_proc, 5);
509: --
510: hr_utility.set_location(' Leaving:'||l_proc, 10);
511: End pre_update;
512: --
513: -- ----------------------------------------------------------------------------
514: -- |-----------------------------< post_update >------------------------------|

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

549: --
550: l_proc varchar2(72) := g_package||'post_update';
551: --
552: Begin
553: hr_utility.set_location('Entering:'||l_proc, 5);
554: begin
555: --
556: ben_cpe_rku.after_update
557: (p_effective_date => p_effective_date

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

2006: ,p_hook_type => 'AU');
2007: --
2008: end;
2009: --
2010: hr_utility.set_location(' Leaving:'||l_proc, 10);
2011: End post_update;
2012: --
2013: -- ----------------------------------------------------------------------------
2014: -- |-----------------------------< convert_defs >-----------------------------|

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

3479: --
3480: l_proc varchar2(72) := g_package||'upd';
3481: --
3482: Begin
3483: hr_utility.set_location('Entering:'||l_proc, 5);
3484: --
3485: -- We must lock the row which we need to update.
3486: --
3487: ben_cpe_shd.lck

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

3903: l_rec ben_cpe_shd.g_rec_type;
3904: l_proc varchar2(72) := g_package||'upd';
3905: --
3906: Begin
3907: hr_utility.set_location('Entering:'||l_proc, 5);
3908: --
3909: -- Call conversion function to turn arguments into the
3910: -- l_rec structure.
3911: --

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

4292: ,l_rec
4293: );
4294: p_object_version_number := l_rec.object_version_number;
4295: --
4296: hr_utility.set_location(' Leaving:'||l_proc, 10);
4297: End upd;
4298: --
4299: end ben_cpe_upd;