DBA Data[Home] [Help]

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

229: p_rec.effective_start_date := p_validation_start_date;
230: p_rec.effective_end_date := p_validation_end_date;
231: End If;
232: --
233: hr_utility.set_location(' Leaving:'||l_proc, 15);
234: Exception
235: When hr_api.check_integrity_violated Then
236: -- A check constraint has been violated
237: ben_abr_shd.g_api_dml := false; -- Unset the api dml status

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

287: --
288: l_proc varchar2(72) := g_package||'update_dml';
289: --
290: Begin
291: hr_utility.set_location('Entering:'||l_proc, 5);
292: --
293: dt_update_dml(p_rec => p_rec,
294: p_effective_date => p_effective_date,
295: p_datetrack_mode => p_datetrack_mode,

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

295: p_datetrack_mode => p_datetrack_mode,
296: p_validation_start_date => p_validation_start_date,
297: p_validation_end_date => p_validation_end_date);
298: --
299: hr_utility.set_location(' Leaving:'||l_proc, 10);
300: End update_dml;
301: --
302: -- ----------------------------------------------------------------------------
303: -- |----------------------------< dt_pre_update >-----------------------------|

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

352: l_proc varchar2(72) := g_package||'dt_pre_update';
353: l_dummy_version_number number;
354: --
355: Begin
356: hr_utility.set_location('Entering:'||l_proc, 5);
357: If (p_datetrack_mode <> 'CORRECTION') then
358: hr_utility.set_location(l_proc, 10);
359: --
360: -- Update the current effective end date

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

354: --
355: Begin
356: hr_utility.set_location('Entering:'||l_proc, 5);
357: If (p_datetrack_mode <> 'CORRECTION') then
358: hr_utility.set_location(l_proc, 10);
359: --
360: -- Update the current effective end date
361: --
362: ben_abr_shd.upd_effective_end_date

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

367: p_validation_end_date => p_validation_end_date,
368: p_object_version_number => l_dummy_version_number);
369: --
370: If (p_datetrack_mode = 'UPDATE_OVERRIDE') then
371: hr_utility.set_location(l_proc, 15);
372: --
373: -- As the datetrack mode is 'UPDATE_OVERRIDE' then we must
374: -- delete any future rows
375: --

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

379: p_datetrack_mode => p_datetrack_mode,
380: p_validation_start_date => p_validation_start_date,
381: p_validation_end_date => p_validation_end_date);
382: End If;
383: hr_utility.set_location(l_proc, 20);
384: --
385: -- We must now insert the updated row
386: --
387: ben_abr_ins.insert_dml

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

390: p_datetrack_mode => p_datetrack_mode,
391: p_validation_start_date => p_validation_start_date,
392: p_validation_end_date => p_validation_end_date);
393: End If;
394: hr_utility.set_location(' Leaving:'||l_proc, 20);
395: End dt_pre_update;
396: --
397: -- ----------------------------------------------------------------------------
398: -- |------------------------------< pre_update >------------------------------|

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

466: l_oiplip c_oiplip%rowtype;
467: --
468: --
469: Begin
470: hr_utility.set_location('Entering:'||l_proc, 5);
471: --
472: -- set the context ids before update
473: --
474: if p_rec.pgm_id is not null then

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

518: p_datetrack_mode => p_datetrack_mode,
519: p_validation_start_date => p_validation_start_date,
520: p_validation_end_date => p_validation_end_date);
521: --
522: hr_utility.set_location(' Leaving:'||l_proc, 10);
523: End pre_update;
524: --
525: -- ----------------------------------------------------------------------------
526: -- |-----------------------------< post_update >------------------------------|

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

563: --
564: l_proc varchar2(72) := g_package||'post_update';
565: --
566: Begin
567: hr_utility.set_location('Entering:'||l_proc, 5);
568: --
569: -- Added for GSP validations
570: pqh_gsp_ben_validations.abr_validations
571: ( p_abr_id => p_rec.acty_base_rt_id

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

868: ,p_hook_type => 'AU');
869: --
870: end;
871:
872: hr_utility.set_location(' Leaving:'||l_proc, 10);
873: End post_update;
874: --
875: -- ----------------------------------------------------------------------------
876: -- |-----------------------------< convert_defs >-----------------------------|

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

921: l_proc varchar2(72) := g_package||'convert_defs';
922: --
923: Begin
924: --
925: hr_utility.set_location('Entering:'||l_proc, 5);
926: --
927: -- We must now examine each argument value in the
928: -- p_rec plsql record structure
929: -- to see if a system default is being used. If a system default

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

1468: p_rec.context_opt_id :=
1469: ben_abr_shd.g_old_rec.context_opt_id;
1470: End If;
1471: --
1472: hr_utility.set_location(' Leaving:'||l_proc, 10);
1473: --
1474: End convert_defs;
1475: --
1476: -- ----------------------------------------------------------------------------

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

1487: l_validation_start_date date;
1488: l_validation_end_date date;
1489: --
1490: Begin
1491: hr_utility.set_location('Entering:'||l_proc, 5);
1492: --
1493: -- Ensure that the DateTrack update mode is valid
1494: --
1495: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

1695: l_rec ben_abr_shd.g_rec_type;
1696: l_proc varchar2(72) := g_package||'upd';
1697: --
1698: Begin
1699: hr_utility.set_location('Entering:'||l_proc, 5);
1700: hr_utility.set_location('total rate in upd rhi '||p_TTL_COMP_LVL_FCTR_ID, 99);
1701:
1702: --
1703: -- Call conversion function to turn arguments into the

Line 1700: hr_utility.set_location('total rate in upd rhi '||p_TTL_COMP_LVL_FCTR_ID, 99);

1696: l_proc varchar2(72) := g_package||'upd';
1697: --
1698: Begin
1699: hr_utility.set_location('Entering:'||l_proc, 5);
1700: hr_utility.set_location('total rate in upd rhi '||p_TTL_COMP_LVL_FCTR_ID, 99);
1701:
1702: --
1703: -- Call conversion function to turn arguments into the
1704: -- l_rec structure.

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

1853: p_effective_start_date := l_rec.effective_start_date;
1854: p_effective_end_date := l_rec.effective_end_date;
1855: --
1856: --
1857: hr_utility.set_location(' Leaving:'||l_proc, 10);
1858: End upd;
1859: --
1860: end ben_abr_upd;