DBA Data[Home] [Help]

APPS.BEN_ESC_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_esc_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_esc_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_esc_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 726: hr_utility.set_location(' Leaving:'||l_proc, 10);

722: ben_esc_shd.g_old_rec.esc_attribute30;
723: End If;
724:
725: --
726: hr_utility.set_location(' Leaving:'||l_proc, 10);
727: --
728: End convert_defs;
729: --
730: -- ----------------------------------------------------------------------------

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

741: l_validation_start_date date;
742: l_validation_end_date date;
743: --
744: Begin
745: hr_utility.set_location('Entering:'||l_proc, 5);
746: --
747: -- Ensure that the DateTrack update mode is valid
748: --
749: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

854: l_rec ben_esc_shd.g_rec_type;
855: l_proc varchar2(72) := g_package||'upd';
856: --
857: Begin
858: hr_utility.set_location('Entering:'||l_proc, 5);
859: --
860: -- Call conversion function to turn arguments into the
861: -- l_rec structure.
862: --

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

916: p_effective_start_date := l_rec.effective_start_date;
917: p_effective_end_date := l_rec.effective_end_date;
918: --
919: --
920: hr_utility.set_location(' Leaving:'||l_proc, 10);
921: End upd;
922: --
923: end ben_esc_upd;