DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

212:
213:
214: end;
215: --
216: hr_utility.set_location(' Leaving:'||l_proc, 10);
217: End post_update;
218: --
219: -- ----------------------------------------------------------------------------
220: -- |-----------------------------< convert_defs >-----------------------------|

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

291: --
292: l_proc varchar2(72) := g_package||'upd';
293: --
294: Begin
295: hr_utility.set_location('Entering:'||l_proc, 5);
296: --
297: -- We must lock the row which we need to update.
298: --
299: hr_ott_shd.lck

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

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

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

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

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

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

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

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