DBA Data[Home] [Help]

APPS.BEN_DDR_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_ddr_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_ddr_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_ddr_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 525: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

750: ben_ddr_shd.g_old_rec.ddr_attribute30;
751: End If;
752:
753: --
754: hr_utility.set_location(' Leaving:'||l_proc, 10);
755: --
756: End convert_defs;
757: --
758: -- ----------------------------------------------------------------------------

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

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

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

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

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

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