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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

349: p_datetrack_mode => p_datetrack_mode,
350: p_validation_start_date => p_validation_start_date,
351: p_validation_end_date => p_validation_end_date);
352: End If;
353: hr_utility.set_location(' Leaving:'||l_proc, 20);
354: End dt_pre_update;
355: --
356: -- ----------------------------------------------------------------------------
357: -- |------------------------------< pre_update >------------------------------|

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

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

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

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

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

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

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

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

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

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

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

1132: ben_cpp_shd.g_old_rec.all_inelig;
1133: End If;
1134:
1135: --
1136: hr_utility.set_location(' Leaving:'||l_proc, 10);
1137: --
1138: End convert_defs;
1139: --
1140: -- ----------------------------------------------------------------------------

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

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

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

1317: l_rec ben_cpp_shd.g_rec_type;
1318: l_proc varchar2(72) := g_package||'upd';
1319: --
1320: Begin
1321: hr_utility.set_location('Entering:'||l_proc, 5);
1322: --
1323: -- Call conversion function to turn arguments into the
1324: -- l_rec structure.
1325: --

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

1432: p_effective_start_date := l_rec.effective_start_date;
1433: p_effective_end_date := l_rec.effective_end_date;
1434: --
1435: --
1436: hr_utility.set_location(' Leaving:'||l_proc, 10);
1437: End upd;
1438: --
1439: end ben_cpp_upd;