DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

763: ben_lop_shd.g_old_rec.lop_attribute30;
764: End If;
765:
766: --
767: hr_utility.set_location(' Leaving:'||l_proc, 10);
768: --
769: End convert_defs;
770: --
771: -- ----------------------------------------------------------------------------

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

782: l_validation_start_date date;
783: l_validation_end_date date;
784: --
785: Begin
786: hr_utility.set_location('Entering:'||l_proc, 5);
787: --
788: -- Ensure that the DateTrack update mode is valid
789: --
790: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

900: l_rec ben_lop_shd.g_rec_type;
901: l_proc varchar2(72) := g_package||'upd';
902: --
903: Begin
904: hr_utility.set_location('Entering:'||l_proc, 5);
905: --
906: -- Call conversion function to turn arguments into the
907: -- l_rec structure.
908: --

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

967: p_effective_start_date := l_rec.effective_start_date;
968: p_effective_end_date := l_rec.effective_end_date;
969: --
970: --
971: hr_utility.set_location(' Leaving:'||l_proc, 10);
972: End upd;
973: --
974: end ben_lop_upd;