DBA Data[Home] [Help]

APPS.BEN_PQC_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_pqc_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_pqc_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 353: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

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

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

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

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

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

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

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

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

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