DBA Data[Home] [Help]

APPS.OTA_ONT_UPD dependencies on HR_UTILITY

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

58: --
59: l_proc varchar2(72) := g_package||'update_dml';
60: --
61: Begin
62: hr_utility.set_location('Entering:'||l_proc, 5);
63: --
64: --
65: --
66: --

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

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

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

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

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

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

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

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

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

221: ,p_hook_type => 'AU');
222: --
223: end;
224: --
225: hr_utility.set_location(' Leaving:'||l_proc, 10);
226: End post_update;
227: --
228: -- ----------------------------------------------------------------------------
229: -- |-----------------------------< convert_defs >-----------------------------|

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

304: --
305: l_proc varchar2(72) := g_package||'upd';
306: --
307: Begin
308: hr_utility.set_location('Entering:'||l_proc, 5);
309: --
310: -- We must lock the row which we need to update.
311: --
312: ota_ont_shd.lck

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

363: l_rec ota_ont_shd.g_rec_type;
364: l_proc varchar2(72) := g_package||'upd';
365: --
366: Begin
367: hr_utility.set_location('Entering:'||l_proc, 5);
368: --
369: -- Call conversion function to turn arguments into the
370: -- l_rec structure.
371: --

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

387: ,l_rec
388: );
389: --
390: --
391: hr_utility.set_location(' Leaving:'||l_proc, 10);
392: End upd;
393: --
394: -- ----------------------------------------------------------------------------
395: -- |------------------------------< upd_tl >----------------------------------|

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

414: --
415: l_proc varchar2(72) := g_package||'upd_tl';
416: --
417: Begin
418: hr_utility.set_location('Entering:'||l_proc,10);
419: --
420: -- Update the translated values for every matching row
421: -- setting SOURCE_LANG to the specified language.
422: --

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

430: ,p_description => p_description
431: );
432: end loop;
433: --
434: hr_utility.set_location(' Leaving:'||l_proc,20);
435: End upd_tl;
436: --
437: end ota_ont_upd;