DBA Data[Home] [Help]

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

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

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

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

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

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

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

182: --
183: l_proc varchar2(72) := g_package||'post_update';
184: --
185: Begin
186: hr_utility.set_location('Entering:'||l_proc, 5);
187: begin
188: --
189: hr_ftt_rku.after_update
190: (p_form_tab_page_id

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

214: ,p_hook_type => 'AU');
215: --
216: end;
217: --
218: hr_utility.set_location(' Leaving:'||l_proc, 10);
219: End post_update;
220: --
221: -- ----------------------------------------------------------------------------
222: -- |-----------------------------< convert_defs >-----------------------------|

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

296: --
297: l_proc varchar2(72) := g_package||'upd';
298: --
299: Begin
300: hr_utility.set_location('Entering:'||l_proc, 5);
301: --
302: -- We must lock the row which we need to update.
303: --
304: hr_ftt_shd.lck

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

346: l_rec hr_ftt_shd.g_rec_type;
347: l_proc varchar2(72) := g_package||'upd';
348: --
349: Begin
350: hr_utility.set_location('Entering:'||l_proc, 5);
351: --
352: -- Call conversion function to turn arguments into the
353: -- l_rec structure.
354: --

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

369: (l_rec
370: );
371: --
372: --
373: hr_utility.set_location(' Leaving:'||l_proc, 10);
374: End upd;
375: --
376: -- ----------------------------------------------------------------------------
377: -- |------------------------------< upd_tl >----------------------------------|

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

395: --
396: l_proc varchar2(72) := g_package||'upd_tl';
397: --
398: Begin
399: hr_utility.set_location('Entering:'||l_proc,10);
400: --
401: -- Update the translated values for every matching row
402: -- setting SOURCE_LANG to the specified language.
403: --

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

410: ,p_description => p_description
411: );
412: end loop;
413: --
414: hr_utility.set_location(' Leaving:'||l_proc,20);
415: End upd_tl;
416: --
417: end hr_ftt_upd;