DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

219: ,p_hook_type => 'AU');
220: --
221: end;
222: --
223: hr_utility.set_location(' Leaving:'||l_proc, 10);
224: End post_update;
225: --
226: -- ----------------------------------------------------------------------------
227: -- |-----------------------------< convert_defs >-----------------------------|

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

305: --
306: l_proc varchar2(72) := g_package||'upd';
307: --
308: Begin
309: hr_utility.set_location('Entering:'||l_proc, 5);
310: --
311: -- We must lock the row which we need to update.
312: --
313: pay_ett_shd.lck

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

362: l_rec pay_ett_shd.g_rec_type;
363: l_proc varchar2(72) := g_package||'upd';
364: --
365: Begin
366: hr_utility.set_location('Entering:'||l_proc, 5);
367: --
368: -- Call conversion function to turn arguments into the
369: -- l_rec structure.
370: --

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

386: (l_rec
387: );
388: --
389: --
390: hr_utility.set_location(' Leaving:'||l_proc, 10);
391: End upd;
392: --
393: -- ----------------------------------------------------------------------------
394: -- |------------------------------< upd_tl >----------------------------------|

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

413: --
414: l_proc varchar2(72) := g_package||'upd_tl';
415: --
416: Begin
417: hr_utility.set_location('Entering:'||l_proc,10);
418: --
419: -- Update the translated values for every matching row
420: -- setting SOURCE_LANG to the specified language.
421: --

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

429: ,p_description => p_description
430: );
431: end loop;
432: --
433: hr_utility.set_location(' Leaving:'||l_proc,20);
434: End upd_tl;
435: --
436: end pay_ett_upd;