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

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

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

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

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

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

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

194: --
195: l_proc varchar2(72) := g_package||'post_update';
196: --
197: Begin
198: hr_utility.set_location('Entering:'||l_proc, 5);
199: begin
200: --
201: irc_ipt_rku.after_update
202: (p_posting_content_id

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

266: ,p_hook_type => 'AU');
267: --
268: end;
269: --
270: hr_utility.set_location(' Leaving:'||l_proc, 10);
271: End post_update;
272: --
273: -- ----------------------------------------------------------------------------
274: -- |-----------------------------< convert_defs >-----------------------------|

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

406: --
407: l_proc varchar2(72) := g_package||'upd';
408: --
409: Begin
410: hr_utility.set_location('Entering:'||l_proc, 5);
411: --
412: -- We must lock the row which we need to update.
413: --
414: irc_ipt_shd.lck

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

468: l_rec irc_ipt_shd.g_rec_type;
469: l_proc varchar2(72) := g_package||'upd';
470: --
471: Begin
472: hr_utility.set_location('Entering:'||l_proc, 5);
473: --
474: -- Call conversion function to turn arguments into the
475: -- l_rec structure.
476: --

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

501: (l_rec
502: );
503: --
504: --
505: hr_utility.set_location(' Leaving:'||l_proc, 10);
506: End upd;
507: --
508: -- ----------------------------------------------------------------------------
509: -- |------------------------------< upd_tl >----------------------------------|

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

537: --
538: l_proc varchar2(72) := g_package||'upd_tl';
539: --
540: Begin
541: hr_utility.set_location('Entering:'||l_proc,10);
542: --
543: -- Update the translated values for every matching row
544: -- setting SOURCE_LANG to the specified language.
545: --

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

562: ,p_image_url_alt => p_image_url_alt
563: );
564: end loop;
565: --
566: hr_utility.set_location(' Leaving:'||l_proc,20);
567: End upd_tl;
568: --
569: end irc_ipt_upd;