DBA Data[Home] [Help]

APPS.BEN_ETC_UPD dependencies on HR_UTILITY

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

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

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

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

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

138: p_rec.effective_start_date := p_validation_start_date;
139: p_rec.effective_end_date := p_validation_end_date;
140: End If;
141: --
142: hr_utility.set_location(' Leaving:'||l_proc, 15);
143: Exception
144: When hr_api.check_integrity_violated Then
145: -- A check constraint has been violated
146: ben_etc_shd.g_api_dml := false; -- Unset the api dml status

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

196: --
197: l_proc varchar2(72) := g_package||'update_dml';
198: --
199: Begin
200: hr_utility.set_location('Entering:'||l_proc, 5);
201: --
202: dt_update_dml(p_rec => p_rec,
203: p_effective_date => p_effective_date,
204: p_datetrack_mode => p_datetrack_mode,

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

204: p_datetrack_mode => p_datetrack_mode,
205: p_validation_start_date => p_validation_start_date,
206: p_validation_end_date => p_validation_end_date);
207: --
208: hr_utility.set_location(' Leaving:'||l_proc, 10);
209: End update_dml;
210: --
211: -- ----------------------------------------------------------------------------
212: -- |----------------------------< dt_pre_update >-----------------------------|

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

261: l_proc varchar2(72) := g_package||'dt_pre_update';
262: l_dummy_version_number number;
263: --
264: Begin
265: hr_utility.set_location('Entering:'||l_proc, 5);
266: If (p_datetrack_mode <> 'CORRECTION') then
267: hr_utility.set_location(l_proc, 10);
268: --
269: -- Update the current effective end date

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

263: --
264: Begin
265: hr_utility.set_location('Entering:'||l_proc, 5);
266: If (p_datetrack_mode <> 'CORRECTION') then
267: hr_utility.set_location(l_proc, 10);
268: --
269: -- Update the current effective end date
270: --
271: ben_etc_shd.upd_effective_end_date

Line 280: hr_utility.set_location(l_proc, 15);

276: p_validation_end_date => p_validation_end_date,
277: p_object_version_number => l_dummy_version_number);
278: --
279: If (p_datetrack_mode = 'UPDATE_OVERRIDE') then
280: hr_utility.set_location(l_proc, 15);
281: --
282: -- As the datetrack mode is 'UPDATE_OVERRIDE' then we must
283: -- delete any future rows
284: --

Line 292: hr_utility.set_location(l_proc, 20);

288: p_datetrack_mode => p_datetrack_mode,
289: p_validation_start_date => p_validation_start_date,
290: p_validation_end_date => p_validation_end_date);
291: End If;
292: hr_utility.set_location(l_proc, 20);
293: --
294: -- We must now insert the updated row
295: --
296: ben_etc_ins.insert_dml

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

299: p_datetrack_mode => p_datetrack_mode,
300: p_validation_start_date => p_validation_start_date,
301: p_validation_end_date => p_validation_end_date);
302: End If;
303: hr_utility.set_location(' Leaving:'||l_proc, 20);
304: End dt_pre_update;
305: --
306: -- ----------------------------------------------------------------------------
307: -- |------------------------------< pre_update >------------------------------|

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

345: --
346: l_proc varchar2(72) := g_package||'pre_update';
347: --
348: Begin
349: hr_utility.set_location('Entering:'||l_proc, 5);
350: --
351: --
352: --
353: dt_pre_update

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

356: p_datetrack_mode => p_datetrack_mode,
357: p_validation_start_date => p_validation_start_date,
358: p_validation_end_date => p_validation_end_date);
359: --
360: hr_utility.set_location(' Leaving:'||l_proc, 10);
361: End pre_update;
362: --
363: -- ----------------------------------------------------------------------------
364: -- |-----------------------------< post_update >------------------------------|

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

401: --
402: l_proc varchar2(72) := g_package||'post_update';
403: --
404: Begin
405: hr_utility.set_location('Entering:'||l_proc, 5);
406: --
407: --
408: -- Start of API User Hook for post_update.
409: --

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

518: --
519: -- End of API User Hook for post_update.
520: --
521: --
522: hr_utility.set_location(' Leaving:'||l_proc, 10);
523: End post_update;
524: --
525: -- ----------------------------------------------------------------------------
526: -- |-----------------------------< convert_defs >-----------------------------|

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

570: l_proc varchar2(72) := g_package||'convert_defs';
571: --
572: Begin
573: --
574: hr_utility.set_location('Entering:'||l_proc, 5);
575: --
576: -- We must now examine each argument value in the
577: -- p_rec plsql record structure
578: -- to see if a system default is being used. If a system default

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

743: ben_etc_shd.g_old_rec.etc_attribute30;
744: End If;
745:
746: --
747: hr_utility.set_location(' Leaving:'||l_proc, 10);
748: --
749: End convert_defs;
750: --
751: -- ----------------------------------------------------------------------------

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

762: l_validation_start_date date;
763: l_validation_end_date date;
764: --
765: Begin
766: hr_utility.set_location('Entering:'||l_proc, 5);
767: --
768: -- Ensure that the DateTrack update mode is valid
769: --
770: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

878: l_rec ben_etc_shd.g_rec_type;
879: l_proc varchar2(72) := g_package||'upd';
880: --
881: Begin
882: hr_utility.set_location('Entering:'||l_proc, 5);
883: --
884: -- Call conversion function to turn arguments into the
885: -- l_rec structure.
886: --

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

943: p_effective_start_date := l_rec.effective_start_date;
944: p_effective_end_date := l_rec.effective_end_date;
945: --
946: --
947: hr_utility.set_location(' Leaving:'||l_proc, 10);
948: End upd;
949: --
950: end ben_etc_upd;