DBA Data[Home] [Help]

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

187: p_rec.effective_start_date := p_validation_start_date;
188: p_rec.effective_end_date := p_validation_end_date;
189: End If;
190: --
191: hr_utility.set_location(' Leaving:'||l_proc, 15);
192: Exception
193: When hr_api.check_integrity_violated Then
194: -- A check constraint has been violated
195: ben_cpp_shd.g_api_dml := false; -- Unset the api dml status

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

245: --
246: l_proc varchar2(72) := g_package||'update_dml';
247: --
248: Begin
249: hr_utility.set_location('Entering:'||l_proc, 5);
250: --
251: dt_update_dml(p_rec => p_rec,
252: p_effective_date => p_effective_date,
253: p_datetrack_mode => p_datetrack_mode,

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

253: p_datetrack_mode => p_datetrack_mode,
254: p_validation_start_date => p_validation_start_date,
255: p_validation_end_date => p_validation_end_date);
256: --
257: hr_utility.set_location(' Leaving:'||l_proc, 10);
258: End update_dml;
259: --
260: -- ----------------------------------------------------------------------------
261: -- |----------------------------< dt_pre_update >-----------------------------|

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

310: l_proc varchar2(72) := g_package||'dt_pre_update';
311: l_dummy_version_number number;
312: --
313: Begin
314: hr_utility.set_location('Entering:'||l_proc, 5);
315: If (p_datetrack_mode <> 'CORRECTION') then
316: hr_utility.set_location(l_proc, 10);
317: --
318: -- Update the current effective end date

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

312: --
313: Begin
314: hr_utility.set_location('Entering:'||l_proc, 5);
315: If (p_datetrack_mode <> 'CORRECTION') then
316: hr_utility.set_location(l_proc, 10);
317: --
318: -- Update the current effective end date
319: --
320: ben_cpp_shd.upd_effective_end_date

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

325: p_validation_end_date => p_validation_end_date,
326: p_object_version_number => l_dummy_version_number);
327: --
328: If (p_datetrack_mode = 'UPDATE_OVERRIDE') then
329: hr_utility.set_location(l_proc, 15);
330: --
331: -- As the datetrack mode is 'UPDATE_OVERRIDE' then we must
332: -- delete any future rows
333: --

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

337: p_datetrack_mode => p_datetrack_mode,
338: p_validation_start_date => p_validation_start_date,
339: p_validation_end_date => p_validation_end_date);
340: End If;
341: hr_utility.set_location(l_proc, 20);
342: --
343: -- We must now insert the updated row
344: --
345: ben_cpp_ins.insert_dml

Line 352: hr_utility.set_location(' Leaving:'||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(' Leaving:'||l_proc, 20);
353: End dt_pre_update;
354: --
355: -- ----------------------------------------------------------------------------
356: -- |------------------------------< pre_update >------------------------------|

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

394: --
395: l_proc varchar2(72) := g_package||'pre_update';
396: --
397: Begin
398: hr_utility.set_location('Entering:'||l_proc, 5);
399: --
400: --
401: --
402: dt_pre_update

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

405: p_datetrack_mode => p_datetrack_mode,
406: p_validation_start_date => p_validation_start_date,
407: p_validation_end_date => p_validation_end_date);
408: --
409: hr_utility.set_location(' Leaving:'||l_proc, 10);
410: End pre_update;
411: --
412: -- ----------------------------------------------------------------------------
413: -- |-----------------------------< post_update >------------------------------|

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

450: --
451: l_proc varchar2(72) := g_package||'post_update';
452: --
453: Begin
454: hr_utility.set_location('Entering:'||l_proc, 5);
455: --
456: -- Added for GSP validations
457: pqh_gsp_ben_validations.plip_validations
458: ( p_plip_id => p_rec.plip_id

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

674: --
675: -- End of API User Hook for post_update.
676: --
677: --
678: hr_utility.set_location(' Leaving:'||l_proc, 10);
679: End post_update;
680: --
681: -- ----------------------------------------------------------------------------
682: -- |-----------------------------< convert_defs >-----------------------------|

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

726: l_proc varchar2(72) := g_package||'convert_defs';
727: --
728: Begin
729: --
730: hr_utility.set_location('Entering:'||l_proc, 5);
731: --
732: -- We must now examine each argument value in the
733: -- p_rec plsql record structure
734: -- to see if a system default is being used. If a system default

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

1124: ben_cpp_shd.g_old_rec.cpp_attribute30;
1125: End If;
1126:
1127: --
1128: hr_utility.set_location(' Leaving:'||l_proc, 10);
1129: --
1130: End convert_defs;
1131: --
1132: -- ----------------------------------------------------------------------------

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

1143: l_validation_start_date date;
1144: l_validation_end_date date;
1145: --
1146: Begin
1147: hr_utility.set_location('Entering:'||l_proc, 5);
1148: --
1149: -- Ensure that the DateTrack update mode is valid
1150: --
1151: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

1308: l_rec ben_cpp_shd.g_rec_type;
1309: l_proc varchar2(72) := g_package||'upd';
1310: --
1311: Begin
1312: hr_utility.set_location('Entering:'||l_proc, 5);
1313: --
1314: -- Call conversion function to turn arguments into the
1315: -- l_rec structure.
1316: --

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

1422: p_effective_start_date := l_rec.effective_start_date;
1423: p_effective_end_date := l_rec.effective_end_date;
1424: --
1425: --
1426: hr_utility.set_location(' Leaving:'||l_proc, 10);
1427: End upd;
1428: --
1429: end ben_cpp_upd;