DBA Data[Home] [Help]

APPS.OTA_LPT_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 190: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

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

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

388: l_rec ota_lpt_shd.g_rec_type;
389: l_proc varchar2(72) := g_package||'upd';
390: --
391: Begin
392: hr_utility.set_location('Entering:'||l_proc, 5);
393: --
394: -- Call conversion function to turn arguments into the
395: -- l_rec structure.
396: --

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

415: ,l_rec
416: );
417: --
418: --
419: hr_utility.set_location(' Leaving:'||l_proc, 10);
420: End upd;
421: --
422: -- ----------------------------------------------------------------------------
423: -- |------------------------------< upd_tl >----------------------------------|

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

445: --
446: l_proc varchar2(72) := g_package||'upd_tl';
447: --
448: Begin
449: hr_utility.set_location('Entering:'||l_proc,10);
450: --
451: -- Update the translated values for every matching row
452: -- setting SOURCE_LANG to the specified language.
453: --

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

464: ,p_keywords => p_keywords
465: );
466: end loop;
467: --
468: hr_utility.set_location(' Leaving:'||l_proc,20);
469: End upd_tl;
470: --
471: end ota_lpt_upd;