DBA Data[Home] [Help]

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

181: p_rec.effective_start_date := p_validation_start_date;
182: p_rec.effective_end_date := p_validation_end_date;
183: End If;
184: --
185: hr_utility.set_location(' Leaving:'||l_proc, 15);
186: Exception
187: When hr_api.check_integrity_violated Then
188: -- A check constraint has been violated
189: ben_epo_shd.g_api_dml := false; -- Unset the api dml status

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

239: --
240: l_proc varchar2(72) := g_package||'update_dml';
241: --
242: Begin
243: hr_utility.set_location('Entering:'||l_proc, 5);
244: --
245: dt_update_dml(p_rec => p_rec,
246: p_effective_date => p_effective_date,
247: p_datetrack_mode => p_datetrack_mode,

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

247: p_datetrack_mode => p_datetrack_mode,
248: p_validation_start_date => p_validation_start_date,
249: p_validation_end_date => p_validation_end_date);
250: --
251: hr_utility.set_location(' Leaving:'||l_proc, 10);
252: End update_dml;
253: --
254: -- ----------------------------------------------------------------------------
255: -- |----------------------------< dt_pre_update >-----------------------------|

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

304: l_proc varchar2(72) := g_package||'dt_pre_update';
305: l_dummy_version_number number;
306: --
307: Begin
308: hr_utility.set_location('Entering:'||l_proc, 5);
309: If (p_datetrack_mode <> 'CORRECTION') then
310: hr_utility.set_location(l_proc, 10);
311: --
312: -- Update the current effective end date

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

306: --
307: Begin
308: hr_utility.set_location('Entering:'||l_proc, 5);
309: If (p_datetrack_mode <> 'CORRECTION') then
310: hr_utility.set_location(l_proc, 10);
311: --
312: -- Update the current effective end date
313: --
314: ben_epo_shd.upd_effective_end_date

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

319: p_validation_end_date => p_validation_end_date,
320: p_object_version_number => l_dummy_version_number);
321: --
322: If (p_datetrack_mode = 'UPDATE_OVERRIDE') then
323: hr_utility.set_location(l_proc, 15);
324: --
325: -- As the datetrack mode is 'UPDATE_OVERRIDE' then we must
326: -- delete any future rows
327: --

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

331: p_datetrack_mode => p_datetrack_mode,
332: p_validation_start_date => p_validation_start_date,
333: p_validation_end_date => p_validation_end_date);
334: End If;
335: hr_utility.set_location(l_proc, 20);
336: --
337: -- We must now insert the updated row
338: --
339: ben_epo_ins.insert_dml

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

342: p_datetrack_mode => p_datetrack_mode,
343: p_validation_start_date => p_validation_start_date,
344: p_validation_end_date => p_validation_end_date);
345: End If;
346: hr_utility.set_location(' Leaving:'||l_proc, 20);
347: End dt_pre_update;
348: --
349: -- ----------------------------------------------------------------------------
350: -- |------------------------------< pre_update >------------------------------|

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

388: --
389: l_proc varchar2(72) := g_package||'pre_update';
390: --
391: Begin
392: hr_utility.set_location('Entering:'||l_proc, 5);
393: --
394: --
395: --
396: dt_pre_update

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

399: p_datetrack_mode => p_datetrack_mode,
400: p_validation_start_date => p_validation_start_date,
401: p_validation_end_date => p_validation_end_date);
402: --
403: hr_utility.set_location(' Leaving:'||l_proc, 10);
404: End pre_update;
405: --
406: -- ----------------------------------------------------------------------------
407: -- |-----------------------------< post_update >------------------------------|

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

444: --
445: l_proc varchar2(72) := g_package||'post_update';
446: --
447: Begin
448: hr_utility.set_location('Entering:'||l_proc, 5);
449: --
450: --
451: -- Start of API User Hook for post_update.
452: --

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

647: --
648: -- End of API User Hook for post_update.
649: --
650: --
651: hr_utility.set_location(' Leaving:'||l_proc, 10);
652: End post_update;
653: --
654: -- ----------------------------------------------------------------------------
655: -- |-----------------------------< convert_defs >-----------------------------|

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

699: l_proc varchar2(72) := g_package||'convert_defs';
700: --
701: Begin
702: --
703: hr_utility.set_location('Entering:'||l_proc, 5);
704: --
705: -- We must now examine each argument value in the
706: -- p_rec plsql record structure
707: -- to see if a system default is being used. If a system default

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

1044: ben_epo_shd.g_old_rec.program_update_date;
1045: End If;
1046:
1047: --
1048: hr_utility.set_location(' Leaving:'||l_proc, 10);
1049: --
1050: End convert_defs;
1051: --
1052: -- ----------------------------------------------------------------------------

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

1063: l_validation_start_date date;
1064: l_validation_end_date date;
1065: --
1066: Begin
1067: hr_utility.set_location('Entering:'||l_proc, 5);
1068: --
1069: -- Ensure that the DateTrack update mode is valid
1070: --
1071: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

1222: l_rec ben_epo_shd.g_rec_type;
1223: l_proc varchar2(72) := g_package||'upd';
1224: --
1225: Begin
1226: hr_utility.set_location('Entering:'||l_proc, 5);
1227: --
1228: -- Call conversion function to turn arguments into the
1229: -- l_rec structure.
1230: --

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

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