DBA Data[Home] [Help]

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

164: p_rec.effective_start_date := p_validation_start_date;
165: p_rec.effective_end_date := p_validation_end_date;
166: End If;
167: --
168: hr_utility.set_location(' Leaving:'||l_proc, 15);
169: Exception
170: When hr_api.check_integrity_violated Then
171: -- A check constraint has been violated
172: ben_ler_shd.g_api_dml := false; -- Unset the api dml status

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

222: --
223: l_proc varchar2(72) := g_package||'update_dml';
224: --
225: Begin
226: hr_utility.set_location('Entering:'||l_proc, 5);
227: --
228: dt_update_dml(p_rec => p_rec,
229: p_effective_date => p_effective_date,
230: p_datetrack_mode => p_datetrack_mode,

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

230: p_datetrack_mode => p_datetrack_mode,
231: p_validation_start_date => p_validation_start_date,
232: p_validation_end_date => p_validation_end_date);
233: --
234: hr_utility.set_location(' Leaving:'||l_proc, 10);
235: End update_dml;
236: --
237: -- ----------------------------------------------------------------------------
238: -- |----------------------------< dt_pre_update >-----------------------------|

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

287: l_proc varchar2(72) := g_package||'dt_pre_update';
288: l_dummy_version_number number;
289: --
290: Begin
291: hr_utility.set_location('Entering:'||l_proc, 5);
292: If (p_datetrack_mode <> 'CORRECTION') then
293: hr_utility.set_location(l_proc, 10);
294: --
295: -- Update the current effective end date

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

289: --
290: Begin
291: hr_utility.set_location('Entering:'||l_proc, 5);
292: If (p_datetrack_mode <> 'CORRECTION') then
293: hr_utility.set_location(l_proc, 10);
294: --
295: -- Update the current effective end date
296: --
297: ben_ler_shd.upd_effective_end_date

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

302: p_validation_end_date => p_validation_end_date,
303: p_object_version_number => l_dummy_version_number);
304: --
305: If (p_datetrack_mode = 'UPDATE_OVERRIDE') then
306: hr_utility.set_location(l_proc, 15);
307: --
308: -- As the datetrack mode is 'UPDATE_OVERRIDE' then we must
309: -- delete any future rows
310: --

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

314: p_datetrack_mode => p_datetrack_mode,
315: p_validation_start_date => p_validation_start_date,
316: p_validation_end_date => p_validation_end_date);
317: End If;
318: hr_utility.set_location(l_proc, 20);
319: --
320: -- We must now insert the updated row
321: --
322: ben_ler_ins.insert_dml

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

325: p_datetrack_mode => p_datetrack_mode,
326: p_validation_start_date => p_validation_start_date,
327: p_validation_end_date => p_validation_end_date);
328: End If;
329: hr_utility.set_location(' Leaving:'||l_proc, 20);
330: End dt_pre_update;
331: --
332: -- ----------------------------------------------------------------------------
333: -- |------------------------------< pre_update >------------------------------|

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

371: --
372: l_proc varchar2(72) := g_package||'pre_update';
373: --
374: Begin
375: hr_utility.set_location('Entering:'||l_proc, 5);
376: --
377: --
378: --
379: dt_pre_update

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

382: p_datetrack_mode => p_datetrack_mode,
383: p_validation_start_date => p_validation_start_date,
384: p_validation_end_date => p_validation_end_date);
385: --
386: hr_utility.set_location(' Leaving:'||l_proc, 10);
387: End pre_update;
388: --
389: -- ----------------------------------------------------------------------------
390: -- |-----------------------------< post_update >------------------------------|

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

427: --
428: l_proc varchar2(72) := g_package||'post_update';
429: --
430: Begin
431: hr_utility.set_location('Entering:'||l_proc, 5);
432: --
433: --
434: -- Start of API User Hook for post_update.
435: --

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

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

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

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

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

841: ben_ler_shd.g_old_rec.ler_attribute30;
842: End If;
843:
844: --
845: hr_utility.set_location(' Leaving:'||l_proc, 10);
846: --
847: End convert_defs;
848: --
849: -- ----------------------------------------------------------------------------

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

860: l_validation_start_date date;
861: l_validation_end_date date;
862: --
863: Begin
864: hr_utility.set_location('Entering:'||l_proc, 5);
865: --
866: -- Ensure that the DateTrack update mode is valid
867: --
868: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

988: l_rec ben_ler_shd.g_rec_type;
989: l_proc varchar2(72) := g_package||'upd';
990: --
991: Begin
992: hr_utility.set_location('Entering:'||l_proc, 5);
993: --
994: -- Call conversion function to turn arguments into the
995: -- l_rec structure.
996: --

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

1065: p_effective_start_date := l_rec.effective_start_date;
1066: p_effective_end_date := l_rec.effective_end_date;
1067: --
1068: --
1069: hr_utility.set_location(' Leaving:'||l_proc, 10);
1070: End upd;
1071: --
1072: end ben_ler_upd;