DBA Data[Home] [Help]

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

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

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

173: --
174: l_proc varchar2(72) := g_package||'pre_update';
175: --
176: Begin
177: hr_utility.set_location('Entering:'||l_proc, 5);
178: --
179: hr_utility.set_location(' Leaving:'||l_proc, 10);
180: End pre_update;
181: --

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

175: --
176: Begin
177: hr_utility.set_location('Entering:'||l_proc, 5);
178: --
179: hr_utility.set_location(' Leaving:'||l_proc, 10);
180: End pre_update;
181: --
182: -- ----------------------------------------------------------------------------
183: -- |-----------------------------< post_update >------------------------------|

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

218: --
219: l_proc varchar2(72) := g_package||'post_update';
220: --
221: Begin
222: hr_utility.set_location('Entering:'||l_proc, 5);
223: begin
224: --
225: irc_ilp_rku.after_update
226: (p_effective_date => p_effective_date

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

389: ,p_hook_type => 'AU');
390: --
391: end;
392: --
393: hr_utility.set_location(' Leaving:'||l_proc, 10);
394: End post_update;
395: --
396: -- ----------------------------------------------------------------------------
397: -- |-----------------------------< convert_defs >-----------------------------|

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

608: --
609: l_proc varchar2(72) := g_package||'upd';
610: --
611: Begin
612: hr_utility.set_location('Entering:'||l_proc, 5);
613: --
614: -- We must lock the row which we need to update.
615: --
616: irc_ilp_shd.lck

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

701: l_rec irc_ilp_shd.g_rec_type;
702: l_proc varchar2(72) := g_package||'upd';
703: --
704: Begin
705: hr_utility.set_location('Entering:'||l_proc, 5);
706: --
707: -- Call conversion function to turn arguments into the
708: -- l_rec structure.
709: --

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

759: ,l_rec
760: );
761: p_object_version_number := l_rec.object_version_number;
762: --
763: hr_utility.set_location(' Leaving:'||l_proc, 10);
764: End upd;
765: --
766: end irc_ilp_upd;