DBA Data[Home] [Help]

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

154: p_rec.effective_start_date := p_validation_start_date;
155: p_rec.effective_end_date := p_validation_end_date;
156: End If;
157: --
158: hr_utility.set_location(' Leaving:'||l_proc, 15);
159: Exception
160: When hr_api.check_integrity_violated Then
161: -- A check constraint has been violated
162: ben_len_shd.g_api_dml := false; -- Unset the api dml status

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

212: --
213: l_proc varchar2(72) := g_package||'update_dml';
214: --
215: Begin
216: hr_utility.set_location('Entering:'||l_proc, 5);
217: --
218: dt_update_dml(p_rec => p_rec,
219: p_effective_date => p_effective_date,
220: p_datetrack_mode => p_datetrack_mode,

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

220: p_datetrack_mode => p_datetrack_mode,
221: p_validation_start_date => p_validation_start_date,
222: p_validation_end_date => p_validation_end_date);
223: --
224: hr_utility.set_location(' Leaving:'||l_proc, 10);
225: End update_dml;
226: --
227: -- ----------------------------------------------------------------------------
228: -- |----------------------------< dt_pre_update >-----------------------------|

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

277: l_proc varchar2(72) := g_package||'dt_pre_update';
278: l_dummy_version_number number;
279: --
280: Begin
281: hr_utility.set_location('Entering:'||l_proc, 5);
282: If (p_datetrack_mode <> 'CORRECTION') then
283: hr_utility.set_location(l_proc, 10);
284: --
285: -- Update the current effective end date

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

279: --
280: Begin
281: hr_utility.set_location('Entering:'||l_proc, 5);
282: If (p_datetrack_mode <> 'CORRECTION') then
283: hr_utility.set_location(l_proc, 10);
284: --
285: -- Update the current effective end date
286: --
287: ben_len_shd.upd_effective_end_date

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

292: p_validation_end_date => p_validation_end_date,
293: p_object_version_number => l_dummy_version_number);
294: --
295: If (p_datetrack_mode = 'UPDATE_OVERRIDE') then
296: hr_utility.set_location(l_proc, 15);
297: --
298: -- As the datetrack mode is 'UPDATE_OVERRIDE' then we must
299: -- delete any future rows
300: --

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

304: p_datetrack_mode => p_datetrack_mode,
305: p_validation_start_date => p_validation_start_date,
306: p_validation_end_date => p_validation_end_date);
307: End If;
308: hr_utility.set_location(l_proc, 20);
309: --
310: -- We must now insert the updated row
311: --
312: ben_len_ins.insert_dml

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

315: p_datetrack_mode => p_datetrack_mode,
316: p_validation_start_date => p_validation_start_date,
317: p_validation_end_date => p_validation_end_date);
318: End If;
319: hr_utility.set_location(' Leaving:'||l_proc, 20);
320: End dt_pre_update;
321: --
322: -- ----------------------------------------------------------------------------
323: -- |------------------------------< pre_update >------------------------------|

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

361: --
362: l_proc varchar2(72) := g_package||'pre_update';
363: --
364: Begin
365: hr_utility.set_location('Entering:'||l_proc, 5);
366: --
367: --
368: --
369: dt_pre_update

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

372: p_datetrack_mode => p_datetrack_mode,
373: p_validation_start_date => p_validation_start_date,
374: p_validation_end_date => p_validation_end_date);
375: --
376: hr_utility.set_location(' Leaving:'||l_proc, 10);
377: End pre_update;
378: --
379: -- ----------------------------------------------------------------------------
380: -- |-----------------------------< post_update >------------------------------|

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

417: --
418: l_proc varchar2(72) := g_package||'post_update';
419: --
420: Begin
421: hr_utility.set_location('Entering:'||l_proc, 5);
422: --
423: --
424: -- Start of API User Hook for post_update.
425: --

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

567: --
568: -- End of API User Hook for post_update.
569: --
570: --
571: hr_utility.set_location(' Leaving:'||l_proc, 10);
572: End post_update;
573: --
574: -- ----------------------------------------------------------------------------
575: -- |-----------------------------< convert_defs >-----------------------------|

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

619: l_proc varchar2(72) := g_package||'convert_defs';
620: --
621: Begin
622: --
623: hr_utility.set_location('Entering:'||l_proc, 5);
624: --
625: -- We must now examine each argument value in the
626: -- p_rec plsql record structure
627: -- to see if a system default is being used. If a system default

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

848: If (p_rec.defer_deenrol_flag = hr_api.g_varchar2) then
849: p_rec.defer_deenrol_flag := ben_len_shd.g_old_rec.defer_deenrol_flag;
850: End If;
851: --
852: hr_utility.set_location(' Leaving:'||l_proc, 10);
853: --
854: End convert_defs;
855: --
856: -- ----------------------------------------------------------------------------

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

867: l_validation_start_date date;
868: l_validation_end_date date;
869: --
870: Begin
871: hr_utility.set_location('Entering:'||l_proc, 5);
872: --
873: -- Ensure that the DateTrack update mode is valid
874: --
875: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

999: l_rec ben_len_shd.g_rec_type;
1000: l_proc varchar2(72) := g_package||'upd';
1001: --
1002: Begin
1003: hr_utility.set_location('Entering:'||l_proc, 5);
1004: --
1005: -- Call conversion function to turn arguments into the
1006: -- l_rec structure.
1007: --

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

1080: p_effective_start_date := l_rec.effective_start_date;
1081: p_effective_end_date := l_rec.effective_end_date;
1082: --
1083: --
1084: hr_utility.set_location(' Leaving:'||l_proc, 10);
1085: End upd;
1086: --
1087: end ben_len_upd;