DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

763: p_rec.Date_value4 := ben_ecv_shd.g_old_rec.Date_value4;
764: end if;
765:
766: --
767: hr_utility.set_location(' Leaving:'||l_proc, 10);
768: --
769: end convert_defs;
770: --
771: -- ----------------------------------------------------------------------------

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

782: l_validation_start_date date;
783: l_validation_end_date date;
784: --
785: begin
786: hr_utility.set_location('Entering:'||l_proc, 5);
787: --
788: -- Ensure that the DateTrack update mode is valid
789: --
790: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

908: l_rec ben_ecv_shd.g_rec_type;
909: l_proc varchar2(72) := g_package||'upd';
910: --
911: Begin
912: hr_utility.set_location('Entering:'||l_proc, 5);
913: --
914: -- Call conversion function to turn arguments into the
915: -- l_rec structure.
916: --

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

983: p_effective_start_date := l_rec.effective_start_date;
984: p_effective_end_date := l_rec.effective_end_date;
985: --
986: --
987: hr_utility.set_location(' Leaving:'||l_proc, 10);
988: end upd;
989: --
990: end ben_ecv_upd;