DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

553: end;
554: --
555: -- End of API User Hook for post_update.
556: --
557: hr_utility.set_location(' Leaving:'||l_proc, 10);
558: End post_update;
559: --
560: -- ----------------------------------------------------------------------------
561: -- |-----------------------------< convert_defs >-----------------------------|

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

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

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

826: ben_epa_shd.g_old_rec.epa_attribute30;
827: End If;
828:
829: --
830: hr_utility.set_location(' Leaving:'||l_proc, 10);
831: --
832: End convert_defs;
833: --
834: -- ----------------------------------------------------------------------------

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

845: l_validation_start_date date;
846: l_validation_end_date date;
847: --
848: Begin
849: hr_utility.set_location('Entering:'||l_proc, 5);
850: --
851: -- Ensure that the DateTrack update mode is valid
852: --
853: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

973: l_rec ben_epa_shd.g_rec_type;
974: l_proc varchar2(72) := g_package||'upd';
975: --
976: Begin
977: hr_utility.set_location('Entering:'||l_proc, 5);
978: --
979: -- Call conversion function to turn arguments into the
980: -- l_rec structure.
981: --

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

1050: p_effective_start_date := l_rec.effective_start_date;
1051: p_effective_end_date := l_rec.effective_end_date;
1052: --
1053: --
1054: hr_utility.set_location(' Leaving:'||l_proc, 10);
1055: End upd;
1056: --
1057: end ben_epa_upd;