DBA Data[Home] [Help]

APPS.PAY_ESU_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: -- Increment the object version
64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --

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

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

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

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

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

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

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

185: --
186: l_proc varchar2(72) := g_package||'post_update';
187: --
188: Begin
189: hr_utility.set_location('Entering:'||l_proc, 5);
190: begin
191: --
192: pay_esu_rku.after_update
193: (p_effective_date => p_effective_date

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

232: ,p_hook_type => 'AU');
233: --
234: end;
235: --
236: hr_utility.set_location(' Leaving:'||l_proc, 10);
237: End post_update;
238: --
239: -- ----------------------------------------------------------------------------
240: -- |-----------------------------< convert_defs >-----------------------------|

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

327: --
328: l_proc varchar2(72) := g_package||'upd';
329: --
330: Begin
331: hr_utility.set_location('Entering:'||l_proc, 5);
332: --
333: -- We must lock the row which we need to update.
334: --
335: pay_esu_shd.lck

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

387: l_rec pay_esu_shd.g_rec_type;
388: l_proc varchar2(72) := g_package||'upd';
389: --
390: Begin
391: hr_utility.set_location('Entering:'||l_proc, 5);
392: --
393: -- Call conversion function to turn arguments into the
394: -- l_rec structure.
395: --

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

414: ,l_rec
415: );
416: p_object_version_number := l_rec.object_version_number;
417: --
418: hr_utility.set_location(' Leaving:'||l_proc, 10);
419: End upd;
420: --
421: end pay_esu_upd;