DBA Data[Home] [Help]

APPS.BEN_BEP_UPD dependencies on HR_UTILITY

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

64: --
65: l_proc varchar2(72) := g_package||'dt_update_dml';
66: --
67: Begin
68: hr_utility.set_location('Entering:'||l_proc, 5);
69: --
70: If (p_datetrack_mode = hr_api.g_correction) then
71: hr_utility.set_location(l_proc, 10);
72: --

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

67: Begin
68: hr_utility.set_location('Entering:'||l_proc, 5);
69: --
70: If (p_datetrack_mode = hr_api.g_correction) then
71: hr_utility.set_location(l_proc, 10);
72: --
73: -- Because we are updating a row we must get the next object
74: -- version number.
75: --

Line 128: hr_utility.set_location(' Leaving:'||l_proc, 15);

124: p_rec.effective_start_date := p_validation_start_date;
125: p_rec.effective_end_date := p_validation_end_date;
126: End If;
127: --
128: hr_utility.set_location(' Leaving:'||l_proc, 15);
129: Exception
130: When hr_api.check_integrity_violated Then
131: -- A check constraint has been violated
132: --

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

183: --
184: l_proc varchar2(72) := g_package||'update_dml';
185: --
186: Begin
187: hr_utility.set_location('Entering:'||l_proc, 5);
188: --
189: ben_bep_upd.dt_update_dml
190: (p_rec => p_rec
191: ,p_effective_date => p_effective_date

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

193: ,p_validation_start_date => p_validation_start_date
194: ,p_validation_end_date => p_validation_end_date
195: );
196: --
197: hr_utility.set_location(' Leaving:'||l_proc, 10);
198: End update_dml;
199: --
200: -- ----------------------------------------------------------------------------
201: -- |----------------------------< dt_pre_update >-----------------------------|

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

251: l_proc varchar2(72) := g_package||'dt_pre_update';
252: l_dummy_version_number number;
253: --
254: Begin
255: hr_utility.set_location('Entering:'||l_proc, 5);
256: If (p_datetrack_mode <> hr_api.g_correction) then
257: --
258: -- Update the current effective end date
259: --

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

289: ,p_validation_start_date => p_validation_start_date
290: ,p_validation_end_date => p_validation_end_date
291: );
292: End If;
293: hr_utility.set_location(' Leaving:'||l_proc, 20);
294: End dt_pre_update;
295: --
296: -- ----------------------------------------------------------------------------
297: -- |------------------------------< pre_update >------------------------------|

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

335: --
336: l_proc varchar2(72) := g_package||'pre_update';
337: --
338: Begin
339: hr_utility.set_location('Entering:'||l_proc, 5);
340: --
341: --
342: --
343: dt_pre_update

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

347: ,p_validation_start_date => p_validation_start_date
348: ,p_validation_end_date => p_validation_end_date
349: );
350: --
351: hr_utility.set_location(' Leaving:'||l_proc, 10);
352: End pre_update;
353: --
354: -- ----------------------------------------------------------------------------
355: -- |----------------------------< post_update >-------------------------------|

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

393: --
394: l_proc varchar2(72) := g_package||'post_update';
395: --
396: Begin
397: hr_utility.set_location('Entering:'||l_proc, 5);
398: begin
399: --
400: ben_bep_rku.after_update
401: (p_effective_date

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

531: ,p_hook_type => 'AU');
532: --
533: end;
534: --
535: hr_utility.set_location(' Leaving:'||l_proc, 10);
536: End post_update;
537: --
538: -- ----------------------------------------------------------------------------
539: -- |-----------------------------< convert_defs >-----------------------------|

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

705: l_validation_start_date date;
706: l_validation_end_date date;
707: --
708: Begin
709: hr_utility.set_location('Entering:'||l_proc, 5);
710: --
711: -- Ensure that the DateTrack update mode is valid
712: --
713: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

816: l_rec ben_bep_shd.g_rec_type;
817: l_proc varchar2(72) := g_package||'upd';
818: --
819: Begin
820: hr_utility.set_location('Entering:'||l_proc, 5);
821: --
822: -- Call conversion function to turn arguments into the
823: -- l_rec structure.
824: --

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

871: p_effective_start_date := l_rec.effective_start_date;
872: p_effective_end_date := l_rec.effective_end_date;
873: --
874: --
875: hr_utility.set_location(' Leaving:'||l_proc, 10);
876: End upd;
877: --
878: end ben_bep_upd;