DBA Data[Home] [Help]

APPS.PAY_PTT_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: pay_ptt_rku.after_update
190: (p_user_table_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: pay_ptt_shd.lck

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

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

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

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

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

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

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

414: ,p_user_row_title => p_user_row_title
415: );
416: end loop;
417: --
418: hr_utility.set_location(' Leaving:'||l_proc,20);
419: End upd_tl;
420: --
421: end pay_ptt_upd;