DBA Data[Home] [Help]

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

135: p_rec.effective_start_date := p_validation_start_date;
136: p_rec.effective_end_date := p_validation_end_date;
137: End If;
138: --
139: hr_utility.set_location(' Leaving:'||l_proc, 15);
140: Exception
141: When hr_api.check_integrity_violated Then
142: -- A check constraint has been violated
143: ben_lcc_shd.g_api_dml := false; -- Unset the api dml status

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

193: --
194: l_proc varchar2(72) := g_package||'update_dml';
195: --
196: Begin
197: hr_utility.set_location('Entering:'||l_proc, 5);
198: --
199: dt_update_dml(p_rec => p_rec,
200: p_effective_date => p_effective_date,
201: p_datetrack_mode => p_datetrack_mode,

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

201: p_datetrack_mode => p_datetrack_mode,
202: p_validation_start_date => p_validation_start_date,
203: p_validation_end_date => p_validation_end_date);
204: --
205: hr_utility.set_location(' Leaving:'||l_proc, 10);
206: End update_dml;
207: --
208: -- ----------------------------------------------------------------------------
209: -- |----------------------------< dt_pre_update >-----------------------------|

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

258: l_proc varchar2(72) := g_package||'dt_pre_update';
259: l_dummy_version_number number;
260: --
261: Begin
262: hr_utility.set_location('Entering:'||l_proc, 5);
263: If (p_datetrack_mode <> 'CORRECTION') then
264: hr_utility.set_location(l_proc, 10);
265: --
266: -- Update the current effective end date

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

260: --
261: Begin
262: hr_utility.set_location('Entering:'||l_proc, 5);
263: If (p_datetrack_mode <> 'CORRECTION') then
264: hr_utility.set_location(l_proc, 10);
265: --
266: -- Update the current effective end date
267: --
268: ben_lcc_shd.upd_effective_end_date

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

273: p_validation_end_date => p_validation_end_date,
274: p_object_version_number => l_dummy_version_number);
275: --
276: If (p_datetrack_mode = 'UPDATE_OVERRIDE') then
277: hr_utility.set_location(l_proc, 15);
278: --
279: -- As the datetrack mode is 'UPDATE_OVERRIDE' then we must
280: -- delete any future rows
281: --

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

285: p_datetrack_mode => p_datetrack_mode,
286: p_validation_start_date => p_validation_start_date,
287: p_validation_end_date => p_validation_end_date);
288: End If;
289: hr_utility.set_location(l_proc, 20);
290: --
291: -- We must now insert the updated row
292: --
293: ben_lcc_ins.insert_dml

Line 300: hr_utility.set_location(' Leaving:'||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(' Leaving:'||l_proc, 20);
301: End dt_pre_update;
302: --
303: -- ----------------------------------------------------------------------------
304: -- |------------------------------< pre_update >------------------------------|

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

342: --
343: l_proc varchar2(72) := g_package||'pre_update';
344: --
345: Begin
346: hr_utility.set_location('Entering:'||l_proc, 5);
347: --
348: --
349: --
350: dt_pre_update

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

353: p_datetrack_mode => p_datetrack_mode,
354: p_validation_start_date => p_validation_start_date,
355: p_validation_end_date => p_validation_end_date);
356: --
357: hr_utility.set_location(' Leaving:'||l_proc, 10);
358: End pre_update;
359: --
360: -- ----------------------------------------------------------------------------
361: -- |-----------------------------< post_update >------------------------------|

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

398: --
399: l_proc varchar2(72) := g_package||'post_update';
400: --
401: Begin
402: hr_utility.set_location('Entering:'||l_proc, 5);
403: --
404: --
405: -- Start of API User Hook for post_update.
406: --

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

509: --
510: -- End of API User Hook for post_update.
511: --
512: --
513: hr_utility.set_location(' Leaving:'||l_proc, 10);
514: End post_update;
515: --
516: -- ----------------------------------------------------------------------------
517: -- |-----------------------------< convert_defs >-----------------------------|

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

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

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

706: ben_lcc_shd.g_old_rec.lcc_attribute30;
707: End If;
708:
709: --
710: hr_utility.set_location(' Leaving:'||l_proc, 10);
711: --
712: End convert_defs;
713: --
714: -- ----------------------------------------------------------------------------

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

725: l_validation_start_date date;
726: l_validation_end_date date;
727: --
728: Begin
729: hr_utility.set_location('Entering:'||l_proc, 5);
730: --
731: -- Ensure that the DateTrack update mode is valid
732: --
733: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

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

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

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