DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

519: --
520: -- End of API User Hook for post_update.
521: --
522: --
523: hr_utility.set_location(' Leaving:'||l_proc, 10);
524: End post_update;
525: --
526: -- ----------------------------------------------------------------------------
527: -- |-----------------------------< convert_defs >-----------------------------|

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

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

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

748: ben_ctu_shd.g_old_rec.ctu_attribute30;
749: End If;
750:
751: --
752: hr_utility.set_location(' Leaving:'||l_proc, 10);
753: --
754: End convert_defs;
755: --
756: -- ----------------------------------------------------------------------------

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

767: l_validation_start_date date;
768: l_validation_end_date date;
769: --
770: Begin
771: hr_utility.set_location('Entering:'||l_proc, 5);
772: --
773: -- Ensure that the DateTrack update mode is valid
774: --
775: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

884: l_rec ben_ctu_shd.g_rec_type;
885: l_proc varchar2(72) := g_package||'upd';
886: --
887: Begin
888: hr_utility.set_location('Entering:'||l_proc, 5);
889: --
890: -- Call conversion function to turn arguments into the
891: -- l_rec structure.
892: --

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

950: p_effective_start_date := l_rec.effective_start_date;
951: p_effective_end_date := l_rec.effective_end_date;
952: --
953: --
954: hr_utility.set_location(' Leaving:'||l_proc, 10);
955: End upd;
956: --
957: end ben_ctu_upd;