DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

728: p_rec.ctfn_determine_cd :=
729: ben_lre_shd.g_old_rec.ctfn_determine_cd;
730: End If;
731: --
732: hr_utility.set_location(' Leaving:'||l_proc, 10);
733: --
734: End convert_defs;
735: --
736: -- ----------------------------------------------------------------------------

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

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

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

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

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

924: p_effective_start_date := l_rec.effective_start_date;
925: p_effective_end_date := l_rec.effective_end_date;
926: --
927: --
928: hr_utility.set_location(' Leaving:'||l_proc, 10);
929: End upd;
930: --
931: end ben_lre_upd;