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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

1129: ben_ctp_shd.g_old_rec.ctp_attribute30;
1130: End If;
1131:
1132: --
1133: hr_utility.set_location(' Leaving:'||l_proc, 10);
1134: --
1135: End convert_defs;
1136: --
1137: -- ----------------------------------------------------------------------------

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

1148: l_validation_start_date date;
1149: l_validation_end_date date;
1150: --
1151: Begin
1152: hr_utility.set_location('Entering:'||l_proc, 5);
1153: --
1154: -- Ensure that the DateTrack update mode is valid
1155: --
1156: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

1322: l_rec ben_ctp_shd.g_rec_type;
1323: l_proc varchar2(72) := g_package||'upd';
1324: --
1325: Begin
1326: hr_utility.set_location('Entering:'||l_proc, 5);
1327: --
1328: -- Call conversion function to turn arguments into the
1329: -- l_rec structure.
1330: --

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

1445: p_effective_start_date := l_rec.effective_start_date;
1446: p_effective_end_date := l_rec.effective_end_date;
1447: --
1448: --
1449: hr_utility.set_location(' Leaving:'||l_proc, 10);
1450: End upd;
1451: --
1452: end ben_ctp_upd;