DBA Data[Home] [Help]

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

742: p_rec.cbr_dsblty_apls_flag :=
743: ben_prt_shd.g_old_rec.cbr_dsblty_apls_flag;
744: End If;
745: --
746: hr_utility.set_location(' Leaving:'||l_proc, 10);
747: --
748: End convert_defs;
749: --
750: -- ----------------------------------------------------------------------------

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

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

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

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

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

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