DBA Data[Home] [Help]

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

137: ,p_api_updating => true);
138: --
139: --
140: --
141: hr_utility.set_location(' Leaving:'||l_proc, 10);
142: --
143: Exception
144: When hr_api.check_integrity_violated Then
145: -- A check constraint has been violated

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

199: --
200: l_proc varchar2(72) := g_package||'pre_update';
201: --
202: Begin
203: hr_utility.set_location('Entering:'||l_proc, 5);
204: --
205: hr_utility.set_location(' Leaving:'||l_proc, 10);
206: End pre_update;
207: --

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

201: --
202: Begin
203: hr_utility.set_location('Entering:'||l_proc, 5);
204: --
205: hr_utility.set_location(' Leaving:'||l_proc, 10);
206: End pre_update;
207: --
208: -- ----------------------------------------------------------------------------
209: -- |-----------------------------< post_update >------------------------------|

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

243: --
244: l_proc varchar2(72) := g_package||'post_update';
245: --
246: Begin
247: hr_utility.set_location('Entering:'||l_proc, 5);
248: begin
249: --
250: irc_ipt_rku.after_update
251: (p_posting_content_id

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

315: ,p_hook_type => 'AU');
316: --
317: end;
318: --
319: hr_utility.set_location(' Leaving:'||l_proc, 10);
320: End post_update;
321: --
322: -- ----------------------------------------------------------------------------
323: -- |-----------------------------< convert_defs >-----------------------------|

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

455: --
456: l_proc varchar2(72) := g_package||'upd';
457: --
458: Begin
459: hr_utility.set_location('Entering:'||l_proc, 5);
460: --
461: -- We must lock the row which we need to update.
462: --
463: irc_ipt_shd.lck

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

517: l_rec irc_ipt_shd.g_rec_type;
518: l_proc varchar2(72) := g_package||'upd';
519: --
520: Begin
521: hr_utility.set_location('Entering:'||l_proc, 5);
522: --
523: -- Call conversion function to turn arguments into the
524: -- l_rec structure.
525: --

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

550: (l_rec
551: );
552: --
553: --
554: hr_utility.set_location(' Leaving:'||l_proc, 10);
555: End upd;
556: --
557: -- ----------------------------------------------------------------------------
558: -- |------------------------------< upd_tl >----------------------------------|

Line 590: hr_utility.set_location('Entering:'||l_proc,10);

586: --
587: l_proc varchar2(72) := g_package||'upd_tl';
588: --
589: Begin
590: hr_utility.set_location('Entering:'||l_proc,10);
591: --
592: -- Update the translated values for every matching row
593: -- setting SOURCE_LANG to the specified language.
594: --

Line 615: hr_utility.set_location(' Leaving:'||l_proc,20);

611: ,p_image_url_alt => p_image_url_alt
612: );
613: end loop;
614: --
615: hr_utility.set_location(' Leaving:'||l_proc,20);
616: End upd_tl;
617: --
618: end irc_ipt_upd;