DBA Data[Home] [Help]

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

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

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

204: --
205: l_proc varchar2(72) := g_package||'update_dml';
206: --
207: Begin
208: hr_utility.set_location('Entering:'||l_proc, 5);
209: --
210: dt_update_dml(p_rec => p_rec,
211: p_effective_date => p_effective_date,
212: p_datetrack_mode => p_datetrack_mode,

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

212: p_datetrack_mode => p_datetrack_mode,
213: p_validation_start_date => p_validation_start_date,
214: p_validation_end_date => p_validation_end_date);
215: --
216: hr_utility.set_location(' Leaving:'||l_proc, 10);
217: End update_dml;
218: --
219: -- ----------------------------------------------------------------------------
220: -- |----------------------------< dt_pre_update >-----------------------------|

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

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

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

271: --
272: Begin
273: hr_utility.set_location('Entering:'||l_proc, 5);
274: If (p_datetrack_mode <> 'CORRECTION') then
275: hr_utility.set_location(l_proc, 10);
276: --
277: -- Update the current effective end date
278: --
279: ben_reg_shd.upd_effective_end_date

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

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

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

296: p_datetrack_mode => p_datetrack_mode,
297: p_validation_start_date => p_validation_start_date,
298: p_validation_end_date => p_validation_end_date);
299: End If;
300: hr_utility.set_location(l_proc, 20);
301: --
302: -- We must now insert the updated row
303: --
304: ben_reg_ins.insert_dml

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

307: p_datetrack_mode => p_datetrack_mode,
308: p_validation_start_date => p_validation_start_date,
309: p_validation_end_date => p_validation_end_date);
310: End If;
311: hr_utility.set_location(' Leaving:'||l_proc, 20);
312: End dt_pre_update;
313: --
314: -- ----------------------------------------------------------------------------
315: -- |------------------------------< pre_update >------------------------------|

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

353: --
354: l_proc varchar2(72) := g_package||'pre_update';
355: --
356: Begin
357: hr_utility.set_location('Entering:'||l_proc, 5);
358: --
359: --
360: --
361: dt_pre_update

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

364: p_datetrack_mode => p_datetrack_mode,
365: p_validation_start_date => p_validation_start_date,
366: p_validation_end_date => p_validation_end_date);
367: --
368: hr_utility.set_location(' Leaving:'||l_proc, 10);
369: End pre_update;
370: --
371: -- ----------------------------------------------------------------------------
372: -- |-----------------------------< post_update >------------------------------|

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

409: --
410: l_proc varchar2(72) := g_package||'post_update';
411: --
412: Begin
413: hr_utility.set_location('Entering:'||l_proc, 5);
414: --
415: --
416: -- Start of API User Hook for post_update.
417: --

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

514: --
515: -- End of API User Hook for post_update.
516: --
517: --
518: hr_utility.set_location(' Leaving:'||l_proc, 10);
519: End post_update;
520: --
521: -- ----------------------------------------------------------------------------
522: -- |-----------------------------< convert_defs >-----------------------------|

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

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

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

711: ben_reg_shd.g_old_rec.reg_attribute30;
712: End If;
713:
714: --
715: hr_utility.set_location(' Leaving:'||l_proc, 10);
716: --
717: End convert_defs;
718: --
719: -- ----------------------------------------------------------------------------

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

730: l_validation_start_date date;
731: l_validation_end_date date;
732: --
733: Begin
734: hr_utility.set_location('Entering:'||l_proc, 5);
735: --
736: -- Ensure that the DateTrack update mode is valid
737: --
738: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

840: l_rec ben_reg_shd.g_rec_type;
841: l_proc varchar2(72) := g_package||'upd';
842: --
843: Begin
844: hr_utility.set_location('Entering:'||l_proc, 5);
845: --
846: -- Call conversion function to turn arguments into the
847: -- l_rec structure.
848: --

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

899: p_effective_start_date := l_rec.effective_start_date;
900: p_effective_end_date := l_rec.effective_end_date;
901: --
902: --
903: hr_utility.set_location(' Leaving:'||l_proc, 10);
904: End upd;
905: --
906: end ben_reg_upd;