DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

543: --
544: -- End of API User Hook for post_update.
545: --
546: --
547: hr_utility.set_location(' Leaving:'||l_proc, 10);
548: End post_update;
549: --
550: -- ----------------------------------------------------------------------------
551: -- |-----------------------------< convert_defs >-----------------------------|

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

595: l_proc varchar2(72) := g_package||'convert_defs';
596: --
597: Begin
598: --
599: hr_utility.set_location('Entering:'||l_proc, 5);
600: --
601: -- We must now examine each argument value in the
602: -- p_rec plsql record structure
603: -- to see if a system default is being used. If a system default

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

745: p_rec.Date_value4 := ben_dpnt_edc_shd.g_old_rec.Date_value4;
746: end if;
747:
748: --
749: hr_utility.set_location(' Leaving:'||l_proc, 10);
750: --
751: end convert_defs;
752: --
753: -- ----------------------------------------------------------------------------

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

764: l_validation_start_date date;
765: l_validation_end_date date;
766: --
767: begin
768: hr_utility.set_location('Entering:'||l_proc, 5);
769: --
770: -- Ensure that the DateTrack update mode is valid
771: --
772: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

887: l_rec ben_dpnt_edc_shd.g_rec_type;
888: l_proc varchar2(72) := g_package||'upd';
889: --
890: Begin
891: hr_utility.set_location('Entering:'||l_proc, 5);
892: --
893: -- Call conversion function to turn arguments into the
894: -- l_rec structure.
895: --

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

959: p_effective_start_date := l_rec.effective_start_date;
960: p_effective_end_date := l_rec.effective_end_date;
961: --
962: --
963: hr_utility.set_location(' Leaving:'||l_proc, 10);
964: end upd;
965: --
966: end ben_dpnt_edc_upd;