DBA Data[Home] [Help]

APPS.PAY_EVC_UPD dependencies on HR_UTILITY

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

64: --
65: l_proc varchar2(72) := g_package||'dt_update_dml';
66: --
67: Begin
68: hr_utility.set_location('Entering:'||l_proc, 5);
69: --
70: If (p_datetrack_mode = hr_api.g_correction) then
71: hr_utility.set_location(l_proc, 10);
72: --

Line 71: hr_utility.set_location(l_proc, 10);

67: Begin
68: hr_utility.set_location('Entering:'||l_proc, 5);
69: --
70: If (p_datetrack_mode = hr_api.g_correction) then
71: hr_utility.set_location(l_proc, 10);
72: --
73: -- Because we are updating a row we must get the next object
74: -- version number.
75: --

Line 113: hr_utility.set_location(' Leaving:'||l_proc, 15);

109: p_rec.effective_start_date := p_validation_start_date;
110: p_rec.effective_end_date := p_validation_end_date;
111: End If;
112: --
113: hr_utility.set_location(' Leaving:'||l_proc, 15);
114: Exception
115: When hr_api.check_integrity_violated Then
116: -- A check constraint has been violated
117: --

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

168: --
169: l_proc varchar2(72) := g_package||'update_dml';
170: --
171: Begin
172: hr_utility.set_location('Entering:'||l_proc, 5);
173: --
174: pay_evc_upd.dt_update_dml
175: (p_rec => p_rec
176: ,p_effective_date => p_effective_date

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

178: ,p_validation_start_date => p_validation_start_date
179: ,p_validation_end_date => p_validation_end_date
180: );
181: --
182: hr_utility.set_location(' Leaving:'||l_proc, 10);
183: End update_dml;
184: --
185: -- ----------------------------------------------------------------------------
186: -- |----------------------------< dt_pre_update >-----------------------------|

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

236: l_proc varchar2(72) := g_package||'dt_pre_update';
237: l_dummy_version_number number;
238: --
239: Begin
240: hr_utility.set_location('Entering:'||l_proc, 5);
241: If (p_datetrack_mode <> hr_api.g_correction) then
242: --
243: -- Update the current effective end date
244: --

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

274: ,p_validation_start_date => p_validation_start_date
275: ,p_validation_end_date => p_validation_end_date
276: );
277: End If;
278: hr_utility.set_location(' Leaving:'||l_proc, 20);
279: End dt_pre_update;
280: --
281: -- ----------------------------------------------------------------------------
282: -- |------------------------------< pre_update >------------------------------|

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

320: --
321: l_proc varchar2(72) := g_package||'pre_update';
322: --
323: Begin
324: hr_utility.set_location('Entering:'||l_proc, 5);
325: --
326: --
327: --
328: dt_pre_update

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

332: ,p_validation_start_date => p_validation_start_date
333: ,p_validation_end_date => p_validation_end_date
334: );
335: --
336: hr_utility.set_location(' Leaving:'||l_proc, 10);
337: End pre_update;
338: --
339: -- ----------------------------------------------------------------------------
340: -- |----------------------------< post_update >-------------------------------|

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

378: --
379: l_proc varchar2(72) := g_package||'post_update';
380: --
381: Begin
382: hr_utility.set_location('Entering:'||l_proc, 5);
383: begin
384: --
385: pay_evc_rku.after_update
386: (p_effective_date

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

444: ,p_hook_type => 'AU');
445: --
446: end;
447: --
448: hr_utility.set_location(' Leaving:'||l_proc, 10);
449: End post_update;
450: --
451: -- ----------------------------------------------------------------------------
452: -- |-----------------------------< convert_defs >-----------------------------|

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

558: l_validation_start_date date;
559: l_validation_end_date date;
560: --
561: Begin
562: hr_utility.set_location('Entering:'||l_proc, 5);
563: --
564: -- Ensure that the DateTrack update mode is valid
565: --
566: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

649: l_rec pay_evc_shd.g_rec_type;
650: l_proc varchar2(72) := g_package||'upd';
651: --
652: Begin
653: hr_utility.set_location('Entering:'||l_proc, 5);
654: --
655: -- Call conversion function to turn arguments into the
656: -- l_rec structure.
657: --

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

689: p_effective_start_date := l_rec.effective_start_date;
690: p_effective_end_date := l_rec.effective_end_date;
691: --
692: --
693: hr_utility.set_location(' Leaving:'||l_proc, 10);
694: End upd;
695: --
696: end pay_evc_upd;