DBA Data[Home] [Help]

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

132: where element_type_extra_info_id = p_rec.element_type_extra_info_id;
133: --
134: pay_eei_mig_shd.g_api_dml := false; -- Unset the api dml status
135: --
136: hr_utility.set_location(' Leaving:'||l_proc, 10);
137: --
138: Exception
139: When hr_api.check_integrity_violated Then
140: -- A check constraint has been violated

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

194: --
195: l_proc varchar2(72) := g_package||'pre_update';
196: --
197: Begin
198: hr_utility.set_location('Entering:'||l_proc, 5);
199: --
200: hr_utility.set_location(' Leaving:'||l_proc, 10);
201: End pre_update;
202: --

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

196: --
197: Begin
198: hr_utility.set_location('Entering:'||l_proc, 5);
199: --
200: hr_utility.set_location(' Leaving:'||l_proc, 10);
201: End pre_update;
202: --
203: -- ----------------------------------------------------------------------------
204: -- |-----------------------------< post_update >------------------------------|

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

238: --
239: l_proc varchar2(72) := g_package||'post_update';
240: --
241: Begin
242: hr_utility.set_location('Entering:'||l_proc, 5);
243: begin
244: --
245: pay_eei_rku.after_update
246: (p_element_type_extra_info_id

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

492: ,p_hook_type => 'AU');
493: --
494: end;
495: --
496: hr_utility.set_location(' Leaving:'||l_proc, 10);
497: End post_update;
498: --
499: -- ----------------------------------------------------------------------------
500: -- |-----------------------------< convert_defs >-----------------------------|

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

794: --
795: l_proc varchar2(72) := g_package||'upd';
796: --
797: Begin
798: hr_utility.set_location('Entering:'||l_proc, 5);
799: --
800: -- We must lock the row which we need to update.
801: --
802: pay_eei_mig_shd.lck

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

899: l_rec pay_eei_mig_shd.g_rec_type;
900: l_proc varchar2(72) := g_package||'upd';
901: --
902: Begin
903: hr_utility.set_location('Entering:'||l_proc, 5);
904: --
905: -- Call conversion function to turn arguments into the
906: -- l_rec structure.
907: --

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

977: (l_rec
978: );
979: p_object_version_number := l_rec.object_version_number;
980: --
981: hr_utility.set_location(' Leaving:'||l_proc, 10);
982: End upd;
983: --
984: end pay_eei_mig_upd;