DBA Data[Home] [Help]

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

86: irc_idt_shd.clob_dml(p_rec => p_rec
87: ,p_api_updating => true);
88: --
89: --
90: hr_utility.set_location(' Leaving:'||l_proc, 10);
91: --
92: Exception
93: When hr_api.check_integrity_violated Then
94: -- A check constraint has been violated

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

148: --
149: l_proc varchar2(72) := g_package||'pre_update';
150: --
151: Begin
152: hr_utility.set_location('Entering:'||l_proc, 5);
153: --
154: hr_utility.set_location(' Leaving:'||l_proc, 10);
155: End pre_update;
156: --

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

150: --
151: Begin
152: hr_utility.set_location('Entering:'||l_proc, 5);
153: --
154: hr_utility.set_location(' Leaving:'||l_proc, 10);
155: End pre_update;
156: --
157: -- ----------------------------------------------------------------------------
158: -- |-----------------------------< post_update >------------------------------|

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

192: --
193: l_proc varchar2(72) := g_package||'post_update';
194: --
195: Begin
196: hr_utility.set_location('Entering:'||l_proc, 5);
197: begin
198: --
199: irc_idt_rku.after_update
200: (p_default_posting_id

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

256: ,p_hook_type => 'AU');
257: --
258: end;
259: --
260: hr_utility.set_location(' Leaving:'||l_proc, 10);
261: End post_update;
262: --
263: -- ----------------------------------------------------------------------------
264: -- |-----------------------------< convert_defs >-----------------------------|

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

386: --
387: l_proc varchar2(72) := g_package||'upd';
388: --
389: Begin
390: hr_utility.set_location('Entering:'||l_proc, 5);
391: --
392: -- We must lock the row which we need to update.
393: --
394: irc_idt_shd.lck

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

444: l_rec irc_idt_shd.g_rec_type;
445: l_proc varchar2(72) := g_package||'upd';
446: --
447: Begin
448: hr_utility.set_location('Entering:'||l_proc, 5);
449: --
450: -- Call conversion function to turn arguments into the
451: -- l_rec structure.
452: --

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

475: (l_rec
476: );
477: --
478: --
479: hr_utility.set_location(' Leaving:'||l_proc, 10);
480: End upd;
481: --
482: -- ----------------------------------------------------------------------------
483: -- |------------------------------< upd_tl >----------------------------------|

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

509: --
510: l_proc varchar2(72) := g_package||'upd_tl';
511: --
512: Begin
513: hr_utility.set_location('Entering:'||l_proc,10);
514: --
515: -- Update the translated values for every matching row
516: -- setting SOURCE_LANG to the specified language.
517: --

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

532: ,p_image_url_alt => p_image_url_alt
533: );
534: end loop;
535: --
536: hr_utility.set_location(' Leaving:'||l_proc,20);
537: End upd_tl;
538: --
539: end irc_idt_upd;