DBA Data[Home] [Help]

APPS.BEN_PRG_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_prg_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_prg_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_prg_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: -- Start of API User Hook for post_update.
408: --
409: begin

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

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

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

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

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

741: ben_prg_shd.g_old_rec.prg_attribute30;
742: End If;
743:
744: --
745: hr_utility.set_location(' Leaving:'||l_proc, 10);
746: --
747: End convert_defs;
748: --
749: -- ----------------------------------------------------------------------------

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

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

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

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

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

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