DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

511: --
512: -- End of API User Hook for post_update.
513: --
514: --
515: hr_utility.set_location(' Leaving:'||l_proc, 10);
516: End post_update;
517: --
518: -- ----------------------------------------------------------------------------
519: -- |-----------------------------< convert_defs >-----------------------------|

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

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

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

727: ben_elu_shd.g_old_rec.criteria_weight;
728: End If;
729:
730: --
731: hr_utility.set_location(' Leaving:'||l_proc, 10);
732: --
733: End convert_defs;
734: --
735: -- ----------------------------------------------------------------------------

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

746: l_validation_start_date date;
747: l_validation_end_date date;
748: --
749: Begin
750: hr_utility.set_location('Entering:'||l_proc, 5);
751: --
752: -- Ensure that the DateTrack update mode is valid
753: --
754: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

859: l_rec ben_elu_shd.g_rec_type;
860: l_proc varchar2(72) := g_package||'upd';
861: --
862: Begin
863: hr_utility.set_location('Entering:'||l_proc, 5);
864: --
865: -- Call conversion function to turn arguments into the
866: -- l_rec structure.
867: --

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

921: p_effective_start_date := l_rec.effective_start_date;
922: p_effective_end_date := l_rec.effective_end_date;
923: --
924: --
925: hr_utility.set_location(' Leaving:'||l_proc, 10);
926: End upd;
927: --
928: end ben_elu_upd;