DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

530: --
531: -- End of API User Hook for post_update.
532: --
533: --
534: hr_utility.set_location(' Leaving:'||l_proc, 10);
535: End post_update;
536: --
537: -- ----------------------------------------------------------------------------
538: -- |-----------------------------< convert_defs >-----------------------------|

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

582: l_proc varchar2(72) := g_package||'convert_defs';
583: --
584: Begin
585: --
586: hr_utility.set_location('Entering:'||l_proc, 5);
587: --
588: -- We must now examine each argument value in the
589: -- p_rec plsql record structure
590: -- to see if a system default is being used. If a system default

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

777: ben_esh_shd.g_old_rec.criteria_weight;
778: End If;
779:
780: --
781: hr_utility.set_location(' Leaving:'||l_proc, 10);
782: --
783: End convert_defs;
784: --
785: -- ----------------------------------------------------------------------------

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

796: l_validation_start_date date;
797: l_validation_end_date date;
798: --
799: Begin
800: hr_utility.set_location('Entering:'||l_proc, 5);
801: --
802: -- Ensure that the DateTrack update mode is valid
803: --
804: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

916: l_rec ben_esh_shd.g_rec_type;
917: l_proc varchar2(72) := g_package||'upd';
918: --
919: Begin
920: hr_utility.set_location('Entering:'||l_proc, 5);
921: --
922: -- Call conversion function to turn arguments into the
923: -- l_rec structure.
924: --

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

985: p_effective_start_date := l_rec.effective_start_date;
986: p_effective_end_date := l_rec.effective_end_date;
987: --
988: --
989: hr_utility.set_location(' Leaving:'||l_proc, 10);
990: End upd;
991: --
992: end ben_esh_upd;