DBA Data[Home] [Help]

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

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

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

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

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

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

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

224: --
225: l_proc varchar2(72) := g_package||'post_update';
226: --
227: Begin
228: hr_utility.set_location('Entering:'||l_proc, 5);
229: begin
230: --
231: irc_inp_rku.after_update
232: (p_effective_date => p_effective_date

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

403: ,p_hook_type => 'AU');
404: --
405: end;
406: --
407: hr_utility.set_location(' Leaving:'||l_proc, 10);
408: End post_update;
409: --
410: -- ----------------------------------------------------------------------------
411: -- |-----------------------------< convert_defs >-----------------------------|

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

634: --
635: l_proc varchar2(72) := g_package||'upd';
636: --
637: Begin
638: hr_utility.set_location('Entering:'||l_proc, 5);
639: --
640: -- We must lock the row which we need to update.
641: --
642: irc_inp_shd.lck

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

735: l_rec irc_inp_shd.g_rec_type;
736: l_proc varchar2(72) := g_package||'upd';
737: --
738: Begin
739: hr_utility.set_location('Entering:'||l_proc, 5);
740: --
741: -- Call conversion function to turn arguments into the
742: -- l_rec structure.
743: --

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

796: ,l_rec
797: );
798: p_object_version_number := l_rec.object_version_number;
799: --
800: hr_utility.set_location(' Leaving:'||l_proc, 10);
801: End upd;
802: --
803: end irc_inp_upd;