DBA Data[Home] [Help]

APPS.BEN_EPT_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_ept_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_ept_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_ept_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 739: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

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

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

931: p_effective_start_date := l_rec.effective_start_date;
932: p_effective_end_date := l_rec.effective_end_date;
933: --
934: --
935: hr_utility.set_location(' Leaving:'||l_proc, 10);
936: End upd;
937: --
938: end ben_ept_upd;