DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

1137: End If;
1138:
1139:
1140: --
1141: hr_utility.set_location(' Leaving:'||l_proc, 10);
1142: --
1143: End convert_defs;
1144: --
1145: -- ----------------------------------------------------------------------------

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

1156: l_validation_start_date date;
1157: l_validation_end_date date;
1158: --
1159: Begin
1160: hr_utility.set_location('Entering:'||l_proc, 5);
1161: --
1162: -- Ensure that the DateTrack update mode is valid
1163: --
1164: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

1331: l_rec ben_ctp_shd.g_rec_type;
1332: l_proc varchar2(72) := g_package||'upd';
1333: --
1334: Begin
1335: hr_utility.set_location('Entering:'||l_proc, 5);
1336: --
1337: -- Call conversion function to turn arguments into the
1338: -- l_rec structure.
1339: --

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

1455: p_effective_start_date := l_rec.effective_start_date;
1456: p_effective_end_date := l_rec.effective_end_date;
1457: --
1458: --
1459: hr_utility.set_location(' Leaving:'||l_proc, 10);
1460: End upd;
1461: --
1462: end ben_ctp_upd;