DBA Data[Home] [Help]

APPS.OTA_ENT_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 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: ota_ent_rku.after_update
190: (p_effective_date => p_effective_date

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

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

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

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

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

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

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

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

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

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

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

412: ,p_title => p_title
413: );
414: end loop;
415: --
416: hr_utility.set_location(' Leaving:'||l_proc,20);
417: End upd_tl;
418: --
419: end ota_ent_upd;