DBA Data[Home] [Help]

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

198: p_rec.effective_start_date := p_validation_start_date;
199: p_rec.effective_end_date := p_validation_end_date;
200: End If;
201: --
202: hr_utility.set_location(' Leaving:'||l_proc, 15);
203: Exception
204: When hr_api.check_integrity_violated Then
205: -- A check constraint has been violated
206: ben_elp_shd.g_api_dml := false; -- Unset the api dml status

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

256: --
257: l_proc varchar2(72) := g_package||'update_dml';
258: --
259: Begin
260: hr_utility.set_location('Entering:'||l_proc, 5);
261: --
262: dt_update_dml(p_rec => p_rec,
263: p_effective_date => p_effective_date,
264: p_datetrack_mode => p_datetrack_mode,

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

264: p_datetrack_mode => p_datetrack_mode,
265: p_validation_start_date => p_validation_start_date,
266: p_validation_end_date => p_validation_end_date);
267: --
268: hr_utility.set_location(' Leaving:'||l_proc, 10);
269: End update_dml;
270: --
271: -- ----------------------------------------------------------------------------
272: -- |----------------------------< dt_pre_update >-----------------------------|

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

321: l_proc varchar2(72) := g_package||'dt_pre_update';
322: l_dummy_version_number number;
323: --
324: Begin
325: hr_utility.set_location('Entering:'||l_proc, 5);
326: If (p_datetrack_mode <> 'CORRECTION') then
327: hr_utility.set_location(l_proc, 10);
328: --
329: -- Update the current effective end date

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

323: --
324: Begin
325: hr_utility.set_location('Entering:'||l_proc, 5);
326: If (p_datetrack_mode <> 'CORRECTION') then
327: hr_utility.set_location(l_proc, 10);
328: --
329: -- Update the current effective end date
330: --
331: ben_elp_shd.upd_effective_end_date

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

336: p_validation_end_date => p_validation_end_date,
337: p_object_version_number => l_dummy_version_number);
338: --
339: If (p_datetrack_mode = 'UPDATE_OVERRIDE') then
340: hr_utility.set_location(l_proc, 15);
341: --
342: -- As the datetrack mode is 'UPDATE_OVERRIDE' then we must
343: -- delete any future rows
344: --

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

348: p_datetrack_mode => p_datetrack_mode,
349: p_validation_start_date => p_validation_start_date,
350: p_validation_end_date => p_validation_end_date);
351: End If;
352: hr_utility.set_location(l_proc, 20);
353: --
354: -- We must now insert the updated row
355: --
356: ben_elp_ins.insert_dml

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

359: p_datetrack_mode => p_datetrack_mode,
360: p_validation_start_date => p_validation_start_date,
361: p_validation_end_date => p_validation_end_date);
362: End If;
363: hr_utility.set_location(' Leaving:'||l_proc, 20);
364: End dt_pre_update;
365: --
366: -- ----------------------------------------------------------------------------
367: -- |------------------------------< pre_update >------------------------------|

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

405: --
406: l_proc varchar2(72) := g_package||'pre_update';
407: --
408: Begin
409: hr_utility.set_location('Entering:'||l_proc, 5);
410: --
411: --
412: --
413: dt_pre_update

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

416: p_datetrack_mode => p_datetrack_mode,
417: p_validation_start_date => p_validation_start_date,
418: p_validation_end_date => p_validation_end_date);
419: --
420: hr_utility.set_location(' Leaving:'||l_proc, 10);
421: End pre_update;
422: --
423: -- ----------------------------------------------------------------------------
424: -- |-----------------------------< post_update >------------------------------|

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

461: --
462: l_proc varchar2(72) := g_package||'post_update';
463: --
464: Begin
465: hr_utility.set_location('Entering:'||l_proc, 5);
466: --
467: --
468: -- Start of API User Hook for post_update.
469: --

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

696: --
697: -- End of API User Hook for post_update.
698: --
699: --
700: hr_utility.set_location(' Leaving:'||l_proc, 10);
701: End post_update;
702: --
703: -- ----------------------------------------------------------------------------
704: -- |-----------------------------< convert_defs >-----------------------------|

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

748: l_proc varchar2(72) := g_package||'convert_defs';
749: --
750: Begin
751: --
752: hr_utility.set_location('Entering:'||l_proc, 5);
753: --
754: -- We must now examine each argument value in the
755: -- p_rec plsql record structure
756: -- to see if a system default is being used. If a system default

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

1160: p_rec.elig_crit_values_flag :=
1161: ben_elp_shd.g_old_rec.elig_crit_values_flag;
1162: End If;
1163: --
1164: hr_utility.set_location(' Leaving:'||l_proc, 10);
1165: --
1166: End convert_defs;
1167: --
1168: -- ----------------------------------------------------------------------------

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

1179: l_validation_start_date date;
1180: l_validation_end_date date;
1181: --
1182: Begin
1183: hr_utility.set_location('Entering:'||l_proc, 5);
1184: --
1185: -- Ensure that the DateTrack update mode is valid
1186: --
1187: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

1355: l_rec ben_elp_shd.g_rec_type;
1356: l_proc varchar2(72) := g_package||'upd';
1357: --
1358: Begin
1359: hr_utility.set_location('Entering:'||l_proc, 5);
1360: --
1361: -- Call conversion function to turn arguments into the
1362: -- l_rec structure.
1363: --

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

1480: p_effective_start_date := l_rec.effective_start_date;
1481: p_effective_end_date := l_rec.effective_end_date;
1482: --
1483: --
1484: hr_utility.set_location(' Leaving:'||l_proc, 10);
1485: End upd;
1486: --
1487: end ben_elp_upd;