DBA Data[Home] [Help]

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

79: and language = p_rec.language;
80: --
81: --
82: --
83: hr_utility.set_location(' Leaving:'||l_proc, 10);
84: --
85: Exception
86: When hr_api.check_integrity_violated Then
87: -- A check constraint has been violated

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

141: --
142: l_proc varchar2(72) := g_package||'pre_update';
143: --
144: Begin
145: hr_utility.set_location('Entering:'||l_proc, 5);
146: --
147: hr_utility.set_location(' Leaving:'||l_proc, 10);
148: End pre_update;
149: --

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

143: --
144: Begin
145: hr_utility.set_location('Entering:'||l_proc, 5);
146: --
147: hr_utility.set_location(' Leaving:'||l_proc, 10);
148: End pre_update;
149: --
150: -- ----------------------------------------------------------------------------
151: -- |-----------------------------< post_update >------------------------------|

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

185: --
186: l_proc varchar2(72) := g_package||'post_update';
187: --
188: Begin
189: hr_utility.set_location('Entering:'||l_proc, 5);
190: begin
191: --
192: hr_ipt_rku.after_update
193: (p_item_property_id

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

229: ,p_hook_type => 'AU');
230: --
231: end;
232: --
233: hr_utility.set_location(' Leaving:'||l_proc, 10);
234: End post_update;
235: --
236: -- ----------------------------------------------------------------------------
237: -- |-----------------------------< convert_defs >-----------------------------|

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

323: --
324: l_proc varchar2(72) := g_package||'upd';
325: --
326: Begin
327: hr_utility.set_location('Entering:'||l_proc, 5);
328: --
329: -- We must lock the row which we need to update.
330: --
331: hr_ipt_shd.lck

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

376: l_rec hr_ipt_shd.g_rec_type;
377: l_proc varchar2(72) := g_package||'upd';
378: --
379: Begin
380: hr_utility.set_location('Entering:'||l_proc, 5);
381: --
382: -- Call conversion function to turn arguments into the
383: -- l_rec structure.
384: --

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

402: (l_rec
403: );
404: --
405: --
406: hr_utility.set_location(' Leaving:'||l_proc, 10);
407: End upd;
408: --
409: -- ----------------------------------------------------------------------------
410: -- |------------------------------< upd_tl >----------------------------------|

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

431: --
432: l_proc varchar2(72) := g_package||'upd_tl';
433: --
434: Begin
435: hr_utility.set_location('Entering:'||l_proc,10);
436: --
437: -- Update the translated values for every matching row
438: -- setting SOURCE_LANG to the specified language.
439: --

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

449: ,p_tooltip_text => p_tooltip_text
450: );
451: end loop;
452: --
453: hr_utility.set_location(' Leaving:'||l_proc,20);
454: End upd_tl;
455: --
456: end hr_ipt_upd;