DBA Data[Home] [Help]

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

151: p_rec.effective_start_date := p_validation_start_date;
152: p_rec.effective_end_date := p_validation_end_date;
153: End If;
154: --
155: hr_utility.set_location(' Leaving:'||l_proc, 15);
156: Exception
157: When hr_api.check_integrity_violated Then
158: -- A check constraint has been violated
159: ben_lbr_shd.g_api_dml := false; -- Unset the api dml status

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

209: --
210: l_proc varchar2(72) := g_package||'update_dml';
211: --
212: Begin
213: hr_utility.set_location('Entering:'||l_proc, 5);
214: --
215: dt_update_dml(p_rec => p_rec,
216: p_effective_date => p_effective_date,
217: p_datetrack_mode => p_datetrack_mode,

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

217: p_datetrack_mode => p_datetrack_mode,
218: p_validation_start_date => p_validation_start_date,
219: p_validation_end_date => p_validation_end_date);
220: --
221: hr_utility.set_location(' Leaving:'||l_proc, 10);
222: End update_dml;
223: --
224: -- ----------------------------------------------------------------------------
225: -- |----------------------------< dt_pre_update >-----------------------------|

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

274: l_proc varchar2(72) := g_package||'dt_pre_update';
275: l_dummy_version_number number;
276: --
277: Begin
278: hr_utility.set_location('Entering:'||l_proc, 5);
279: If (p_datetrack_mode <> 'CORRECTION') then
280: hr_utility.set_location(l_proc, 10);
281: --
282: -- Update the current effective end date

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

276: --
277: Begin
278: hr_utility.set_location('Entering:'||l_proc, 5);
279: If (p_datetrack_mode <> 'CORRECTION') then
280: hr_utility.set_location(l_proc, 10);
281: --
282: -- Update the current effective end date
283: --
284: ben_lbr_shd.upd_effective_end_date

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

289: p_validation_end_date => p_validation_end_date,
290: p_object_version_number => l_dummy_version_number);
291: --
292: If (p_datetrack_mode = 'UPDATE_OVERRIDE') then
293: hr_utility.set_location(l_proc, 15);
294: --
295: -- As the datetrack mode is 'UPDATE_OVERRIDE' then we must
296: -- delete any future rows
297: --

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

301: p_datetrack_mode => p_datetrack_mode,
302: p_validation_start_date => p_validation_start_date,
303: p_validation_end_date => p_validation_end_date);
304: End If;
305: hr_utility.set_location(l_proc, 20);
306: --
307: -- We must now insert the updated row
308: --
309: ben_lbr_ins.insert_dml

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

312: p_datetrack_mode => p_datetrack_mode,
313: p_validation_start_date => p_validation_start_date,
314: p_validation_end_date => p_validation_end_date);
315: End If;
316: hr_utility.set_location(' Leaving:'||l_proc, 20);
317: End dt_pre_update;
318: --
319: -- ----------------------------------------------------------------------------
320: -- |------------------------------< pre_update >------------------------------|

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

358: --
359: l_proc varchar2(72) := g_package||'pre_update';
360: --
361: Begin
362: hr_utility.set_location('Entering:'||l_proc, 5);
363: --
364: --
365: --
366: dt_pre_update

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

369: p_datetrack_mode => p_datetrack_mode,
370: p_validation_start_date => p_validation_start_date,
371: p_validation_end_date => p_validation_end_date);
372: --
373: hr_utility.set_location(' Leaving:'||l_proc, 10);
374: End pre_update;
375: --
376: -- ----------------------------------------------------------------------------
377: -- |-----------------------------< post_update >------------------------------|

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

414: --
415: l_proc varchar2(72) := g_package||'post_update';
416: --
417: Begin
418: hr_utility.set_location('Entering:'||l_proc, 5);
419: --
420: --
421: -- Start of API User Hook for post_update.
422: --

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

557: --
558: -- End of API User Hook for post_update.
559: --
560: --
561: hr_utility.set_location(' Leaving:'||l_proc, 10);
562: End post_update;
563: --
564: -- ----------------------------------------------------------------------------
565: -- |-----------------------------< convert_defs >-----------------------------|

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

609: l_proc varchar2(72) := g_package||'convert_defs';
610: --
611: Begin
612: --
613: hr_utility.set_location('Entering:'||l_proc, 5);
614: --
615: -- We must now examine each argument value in the
616: -- p_rec plsql record structure
617: -- to see if a system default is being used. If a system default

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

834: ben_lbr_shd.g_old_rec.ctfn_determine_cd;
835: End If;
836:
837: --
838: hr_utility.set_location(' Leaving:'||l_proc, 10);
839: --
840: End convert_defs;
841: --
842: -- ----------------------------------------------------------------------------

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

853: l_validation_start_date date;
854: l_validation_end_date date;
855: --
856: Begin
857: hr_utility.set_location('Entering:'||l_proc, 5);
858: --
859: -- Ensure that the DateTrack update mode is valid
860: --
861: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

982: l_rec ben_lbr_shd.g_rec_type;
983: l_proc varchar2(72) := g_package||'upd';
984: --
985: Begin
986: hr_utility.set_location('Entering:'||l_proc, 5);
987: --
988: -- Call conversion function to turn arguments into the
989: -- l_rec structure.
990: --

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

1060: p_effective_start_date := l_rec.effective_start_date;
1061: p_effective_end_date := l_rec.effective_end_date;
1062: --
1063: --
1064: hr_utility.set_location(' Leaving:'||l_proc, 10);
1065: End upd;
1066: --
1067: end ben_lbr_upd;