DBA Data[Home] [Help]

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

138: p_rec.effective_start_date := p_validation_start_date;
139: p_rec.effective_end_date := p_validation_end_date;
140: End If;
141: --
142: hr_utility.set_location(' Leaving:'||l_proc, 15);
143: Exception
144: When hr_api.check_integrity_violated Then
145: -- A check constraint has been violated
146: ben_otp_shd.g_api_dml := false; -- Unset the api dml status

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

197: --
198: l_proc varchar2(72) := g_package||'update_dml';
199: --
200: Begin
201: hr_utility.set_location('Entering:'||l_proc, 5);
202: --
203: ben_otp_upd.dt_update_dml
204: (p_rec => p_rec
205: ,p_effective_date => p_effective_date

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

207: ,p_validation_start_date => p_validation_start_date
208: ,p_validation_end_date => p_validation_end_date
209: );
210: --
211: hr_utility.set_location(' Leaving:'||l_proc, 10);
212: End update_dml;
213: --
214: -- ----------------------------------------------------------------------------
215: -- |----------------------------< dt_pre_update >-----------------------------|

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

265: l_proc varchar2(72) := g_package||'dt_pre_update';
266: l_dummy_version_number number;
267: --
268: Begin
269: hr_utility.set_location('Entering:'||l_proc, 5);
270: If (p_datetrack_mode <> hr_api.g_correction) then
271: --
272: -- Update the current effective end date
273: --

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

303: ,p_validation_start_date => p_validation_start_date
304: ,p_validation_end_date => p_validation_end_date
305: );
306: End If;
307: hr_utility.set_location(' Leaving:'||l_proc, 20);
308: End dt_pre_update;
309: --
310: -- ----------------------------------------------------------------------------
311: -- |------------------------------< pre_update >------------------------------|

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

350: --
351: l_proc varchar2(72) := g_package||'pre_update';
352: --
353: Begin
354: hr_utility.set_location('Entering:'||l_proc, 5);
355: --
356: --
357: --
358: dt_pre_update

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

362: ,p_validation_start_date => p_validation_start_date
363: ,p_validation_end_date => p_validation_end_date
364: );
365: --
366: hr_utility.set_location(' Leaving:'||l_proc, 10);
367: End pre_update;
368: --
369: -- ----------------------------------------------------------------------------
370: -- |----------------------------< post_update >-------------------------------|

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

408: --
409: l_proc varchar2(72) := g_package||'post_update';
410: --
411: Begin
412: hr_utility.set_location('Entering:'||l_proc, 5);
413: begin
414: --
415: ben_otp_rku.after_update
416: (p_effective_date

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

602: ,p_hook_type => 'AU');
603: --
604: end;
605: --
606: hr_utility.set_location(' Leaving:'||l_proc, 10);
607: End post_update;
608: --
609: -- ----------------------------------------------------------------------------
610: -- |-----------------------------< convert_defs >-----------------------------|

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

832: l_validation_start_date date;
833: l_validation_end_date date;
834: --
835: Begin
836: hr_utility.set_location('Entering:'||l_proc, 5);
837: --
838: -- Ensure that the DateTrack update mode is valid
839: --
840: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

951: l_rec ben_otp_shd.g_rec_type;
952: l_proc varchar2(72) := g_package||'upd';
953: --
954: Begin
955: hr_utility.set_location('Entering:'||l_proc, 5);
956: --
957: -- Call conversion function to turn arguments into the
958: -- l_rec structure.
959: --

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

1020: p_effective_start_date := l_rec.effective_start_date;
1021: p_effective_end_date := l_rec.effective_end_date;
1022: --
1023: --
1024: hr_utility.set_location(' Leaving:'||l_proc, 10);
1025: End upd;
1026: --
1027: end ben_otp_upd;