DBA Data[Home] [Help]

APPS.BEN_RCL_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 141: hr_utility.set_location(' Leaving:'||l_proc, 15);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

736: ben_rcl_shd.g_old_rec.rcl_attribute30;
737: End If;
738:
739: --
740: hr_utility.set_location(' Leaving:'||l_proc, 10);
741: --
742: End convert_defs;
743: --
744: -- ----------------------------------------------------------------------------

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

755: l_validation_start_date date;
756: l_validation_end_date date;
757: --
758: Begin
759: hr_utility.set_location('Entering:'||l_proc, 5);
760: --
761: -- Ensure that the DateTrack update mode is valid
762: --
763: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

870: l_rec ben_rcl_shd.g_rec_type;
871: l_proc varchar2(72) := g_package||'upd';
872: --
873: Begin
874: hr_utility.set_location('Entering:'||l_proc, 5);
875: --
876: -- Call conversion function to turn arguments into the
877: -- l_rec structure.
878: --

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

934: p_effective_start_date := l_rec.effective_start_date;
935: p_effective_end_date := l_rec.effective_end_date;
936: --
937: --
938: hr_utility.set_location(' Leaving:'||l_proc, 10);
939: End upd;
940: --
941: end ben_rcl_upd;