DBA Data[Home] [Help]

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

133: p_rec.effective_start_date := p_validation_start_date;
134: p_rec.effective_end_date := p_validation_end_date;
135: End If;
136: --
137: hr_utility.set_location(' Leaving:'||l_proc, 15);
138: Exception
139: When hr_api.check_integrity_violated Then
140: -- A check constraint has been violated
141: ben_lrn_shd.g_api_dml := false; -- Unset the api dml status

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

191: --
192: l_proc varchar2(72) := g_package||'update_dml';
193: --
194: Begin
195: hr_utility.set_location('Entering:'||l_proc, 5);
196: --
197: dt_update_dml(p_rec => p_rec,
198: p_effective_date => p_effective_date,
199: p_datetrack_mode => p_datetrack_mode,

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

199: p_datetrack_mode => p_datetrack_mode,
200: p_validation_start_date => p_validation_start_date,
201: p_validation_end_date => p_validation_end_date);
202: --
203: hr_utility.set_location(' Leaving:'||l_proc, 10);
204: End update_dml;
205: --
206: -- ----------------------------------------------------------------------------
207: -- |----------------------------< dt_pre_update >-----------------------------|

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

256: l_proc varchar2(72) := g_package||'dt_pre_update';
257: l_dummy_version_number number;
258: --
259: Begin
260: hr_utility.set_location('Entering:'||l_proc, 5);
261: If (p_datetrack_mode <> 'CORRECTION') then
262: hr_utility.set_location(l_proc, 10);
263: --
264: -- Update the current effective end date

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

258: --
259: Begin
260: hr_utility.set_location('Entering:'||l_proc, 5);
261: If (p_datetrack_mode <> 'CORRECTION') then
262: hr_utility.set_location(l_proc, 10);
263: --
264: -- Update the current effective end date
265: --
266: ben_lrn_shd.upd_effective_end_date

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

271: p_validation_end_date => p_validation_end_date,
272: p_object_version_number => l_dummy_version_number);
273: --
274: If (p_datetrack_mode = 'UPDATE_OVERRIDE') then
275: hr_utility.set_location(l_proc, 15);
276: --
277: -- As the datetrack mode is 'UPDATE_OVERRIDE' then we must
278: -- delete any future rows
279: --

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

283: p_datetrack_mode => p_datetrack_mode,
284: p_validation_start_date => p_validation_start_date,
285: p_validation_end_date => p_validation_end_date);
286: End If;
287: hr_utility.set_location(l_proc, 20);
288: --
289: -- We must now insert the updated row
290: --
291: ben_lrn_ins.insert_dml

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

294: p_datetrack_mode => p_datetrack_mode,
295: p_validation_start_date => p_validation_start_date,
296: p_validation_end_date => p_validation_end_date);
297: End If;
298: hr_utility.set_location(' Leaving:'||l_proc, 20);
299: End dt_pre_update;
300: --
301: -- ----------------------------------------------------------------------------
302: -- |------------------------------< pre_update >------------------------------|

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

340: --
341: l_proc varchar2(72) := g_package||'pre_update';
342: --
343: Begin
344: hr_utility.set_location('Entering:'||l_proc, 5);
345: --
346: --
347: --
348: dt_pre_update

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

351: p_datetrack_mode => p_datetrack_mode,
352: p_validation_start_date => p_validation_start_date,
353: p_validation_end_date => p_validation_end_date);
354: --
355: hr_utility.set_location(' Leaving:'||l_proc, 10);
356: End pre_update;
357: --
358: -- ----------------------------------------------------------------------------
359: -- |-----------------------------< post_update >------------------------------|

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

396: --
397: l_proc varchar2(72) := g_package||'post_update';
398: --
399: Begin
400: hr_utility.set_location('Entering:'||l_proc, 5);
401: --
402: --
403: -- Start of API User Hook for post_update.
404: --

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

503: --
504: -- End of API User Hook for post_update.
505: --
506: --
507: hr_utility.set_location(' Leaving:'||l_proc, 10);
508: End post_update;
509: --
510: -- ----------------------------------------------------------------------------
511: -- |-----------------------------< convert_defs >-----------------------------|

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

555: l_proc varchar2(72) := g_package||'convert_defs';
556: --
557: Begin
558: --
559: hr_utility.set_location('Entering:'||l_proc, 5);
560: --
561: -- We must now examine each argument value in the
562: -- p_rec plsql record structure
563: -- to see if a system default is being used. If a system default

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

708: ben_lrn_shd.g_old_rec.lrn_attribute30;
709: End If;
710:
711: --
712: hr_utility.set_location(' Leaving:'||l_proc, 10);
713: --
714: End convert_defs;
715: --
716: -- ----------------------------------------------------------------------------

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

727: l_validation_start_date date;
728: l_validation_end_date date;
729: --
730: Begin
731: hr_utility.set_location('Entering:'||l_proc, 5);
732: --
733: -- Ensure that the DateTrack update mode is valid
734: --
735: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

838: l_rec ben_lrn_shd.g_rec_type;
839: l_proc varchar2(72) := g_package||'upd';
840: --
841: Begin
842: hr_utility.set_location('Entering:'||l_proc, 5);
843: --
844: -- Call conversion function to turn arguments into the
845: -- l_rec structure.
846: --

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

898: p_effective_start_date := l_rec.effective_start_date;
899: p_effective_end_date := l_rec.effective_end_date;
900: --
901: --
902: hr_utility.set_location(' Leaving:'||l_proc, 10);
903: End upd;
904: --
905: end ben_lrn_upd;