DBA Data[Home] [Help]

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

204: p_rec.effective_start_date := p_validation_start_date;
205: p_rec.effective_end_date := p_validation_end_date;
206: End If;
207: --
208: hr_utility.set_location(' Leaving:'||l_proc, 15);
209: Exception
210: When hr_api.check_integrity_violated Then
211: -- A check constraint has been violated
212: ben_pgm_shd.g_api_dml := false; -- Unset the api dml status

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

262: --
263: l_proc varchar2(72) := g_package||'update_dml';
264: --
265: Begin
266: hr_utility.set_location('Entering:'||l_proc, 5);
267: --
268: dt_update_dml(p_rec => p_rec,
269: p_effective_date => p_effective_date,
270: p_datetrack_mode => p_datetrack_mode,

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

270: p_datetrack_mode => p_datetrack_mode,
271: p_validation_start_date => p_validation_start_date,
272: p_validation_end_date => p_validation_end_date);
273: --
274: hr_utility.set_location(' Leaving:'||l_proc, 10);
275: End update_dml;
276: --
277: -- ----------------------------------------------------------------------------
278: -- |----------------------------< dt_pre_update >-----------------------------|

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

327: l_proc varchar2(72) := g_package||'dt_pre_update';
328: l_dummy_version_number number;
329: --
330: Begin
331: hr_utility.set_location('Entering:'||l_proc, 5);
332: If (p_datetrack_mode <> 'CORRECTION') then
333: hr_utility.set_location(l_proc, 10);
334: --
335: -- Update the current effective end date

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

329: --
330: Begin
331: hr_utility.set_location('Entering:'||l_proc, 5);
332: If (p_datetrack_mode <> 'CORRECTION') then
333: hr_utility.set_location(l_proc, 10);
334: --
335: -- Update the current effective end date
336: --
337: ben_pgm_shd.upd_effective_end_date

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

342: p_validation_end_date => p_validation_end_date,
343: p_object_version_number => l_dummy_version_number);
344: --
345: If (p_datetrack_mode = 'UPDATE_OVERRIDE') then
346: hr_utility.set_location(l_proc, 15);
347: --
348: -- As the datetrack mode is 'UPDATE_OVERRIDE' then we must
349: -- delete any future rows
350: --

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

354: p_datetrack_mode => p_datetrack_mode,
355: p_validation_start_date => p_validation_start_date,
356: p_validation_end_date => p_validation_end_date);
357: End If;
358: hr_utility.set_location(l_proc, 20);
359: --
360: -- We must now insert the updated row
361: --
362: ben_pgm_ins.insert_dml

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

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

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

411: --
412: l_proc varchar2(72) := g_package||'pre_update';
413: --
414: Begin
415: hr_utility.set_location('Entering:'||l_proc, 5);
416: --
417: --
418: --
419: dt_pre_update

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

422: p_datetrack_mode => p_datetrack_mode,
423: p_validation_start_date => p_validation_start_date,
424: p_validation_end_date => p_validation_end_date);
425: --
426: hr_utility.set_location(' Leaving:'||l_proc, 10);
427: End pre_update;
428: --
429: -- ----------------------------------------------------------------------------
430: -- |-----------------------------< post_update >------------------------------|

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

467: --
468: l_proc varchar2(72) := g_package||'post_update';
469: --
470: Begin
471: hr_utility.set_location('Entering:'||l_proc, 5);
472: --
473: -- Added for GSP validations
474: pqh_gsp_ben_validations.pgm_validations
475: ( p_pgm_id => p_rec.pgm_id

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

485: , p_Acty_Ref_Perd_Cd => p_rec.Acty_Ref_Perd_Cd
486: , p_Pgm_Uom => p_rec.Pgm_Uom
487: );
488:
489: hr_utility.set_location(' Leaving:'||l_proc, 10);
490: End post_update;
491: -- ----------------------------------------------------------------------------
492: -- |-----------------------------< convert_defs >-----------------------------|
493: -- ----------------------------------------------------------------------------

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

537: l_proc varchar2(72) := g_package||'convert_defs';
538: --
539: Begin
540: --
541: hr_utility.set_location('Entering:'||l_proc, 5);
542: --
543: -- We must now examine each argument value in the
544: -- p_rec plsql record structure
545: -- to see if a system default is being used. If a system default

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

995: p_rec.all_inelig :=
996: ben_pgm_shd.g_old_rec.all_inelig;
997: End If;
998: --
999: hr_utility.set_location(' Leaving:'||l_proc, 10);
1000: --
1001: End convert_defs;
1002: --
1003: -- ----------------------------------------------------------------------------

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

1014: l_validation_start_date date;
1015: l_validation_end_date date;
1016: --
1017: Begin
1018: hr_utility.set_location('Entering:'||l_proc, 5);
1019: --
1020: -- Ensure that the DateTrack update mode is valid
1021: --
1022: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

1196: l_rec ben_pgm_shd.g_rec_type;
1197: l_proc varchar2(72) := g_package||'upd';
1198: --
1199: Begin
1200: hr_utility.set_location('Entering:'||l_proc, 5);
1201: --
1202: -- Call conversion function to turn arguments into the
1203: -- l_rec structure.
1204: --

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

1328: p_effective_start_date := l_rec.effective_start_date;
1329: p_effective_end_date := l_rec.effective_end_date;
1330: --
1331: --
1332: hr_utility.set_location(' Leaving:'||l_proc, 10);
1333: End upd;
1334: --
1335: end ben_pgm_upd;