DBA Data[Home] [Help]

APPS.PER_SST_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: per_sst_rku.after_update
190: (p_setup_sub_task_code => p_rec.setup_sub_task_code

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

207: ,p_hook_type => 'AU');
208: --
209: end;
210: --
211: hr_utility.set_location(' Leaving:'||l_proc, 10);
212: End post_update;
213: --
214: -- ----------------------------------------------------------------------------
215: -- |-----------------------------< convert_defs >-----------------------------|

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

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

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

348: l_rec per_sst_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_setup_sub_task_description => p_setup_sub_task_description
413: );
414: end loop;
415: --
416: hr_utility.set_location(' Leaving:'||l_proc,20);
417: End upd_tl;
418: --
419: end per_sst_upd;