DBA Data[Home] [Help]

APPS.IRC_IPD_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: --
64: --
65: --

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

123: where pending_data_id = p_rec.pending_data_id;
124: --
125: --
126: --
127: hr_utility.set_location(' Leaving:'||l_proc, 10);
128: --
129: Exception
130: When hr_api.check_integrity_violated Then
131: -- A check constraint has been violated

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

185: --
186: l_proc varchar2(72) := g_package||'pre_update';
187: --
188: Begin
189: hr_utility.set_location('Entering:'||l_proc, 5);
190: --
191: hr_utility.set_location(' Leaving:'||l_proc, 10);
192: End pre_update;
193: --

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

187: --
188: Begin
189: hr_utility.set_location('Entering:'||l_proc, 5);
190: --
191: hr_utility.set_location(' Leaving:'||l_proc, 10);
192: End pre_update;
193: --
194: -- ----------------------------------------------------------------------------
195: -- |-----------------------------< post_update >------------------------------|

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

229: --
230: l_proc varchar2(72) := g_package||'post_update';
231: --
232: Begin
233: hr_utility.set_location('Entering:'||l_proc, 5);
234: begin
235: --
236: irc_ipd_rku.after_update
237: (p_pending_data_id

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

455: ,p_hook_type => 'AU');
456: --
457: end;
458: --
459: hr_utility.set_location(' Leaving:'||l_proc, 10);
460: End post_update;
461: --
462: -- ----------------------------------------------------------------------------
463: -- |-----------------------------< convert_defs >-----------------------------|

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

738: --
739: l_proc varchar2(72) := g_package||'upd';
740: --
741: Begin
742: hr_utility.set_location('Entering:'||l_proc, 5);
743: --
744: -- We must lock the row which we need to update.
745: --
746: irc_ipd_shd.lck

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

841: l_rec irc_ipd_shd.g_rec_type;
842: l_proc varchar2(72) := g_package||'upd';
843: --
844: Begin
845: hr_utility.set_location('Entering:'||l_proc, 5);
846: --
847: -- Call conversion function to turn arguments into the
848: -- l_rec structure.
849: --

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

914: (l_rec
915: );
916: --
917: --
918: hr_utility.set_location(' Leaving:'||l_proc, 10);
919: End upd;
920: --
921: end irc_ipd_upd;