DBA Data[Home] [Help]

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

131: p_rec.effective_start_date := p_validation_start_date;
132: p_rec.effective_end_date := p_validation_end_date;
133: End If;
134: --
135: hr_utility.set_location(' Leaving:'||l_proc, 15);
136: Exception
137: When hr_api.check_integrity_violated Then
138: -- A check constraint has been violated
139: ben_eno_shd.g_api_dml := false; -- Unset the api dml status

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

189: --
190: l_proc varchar2(72) := g_package||'update_dml';
191: --
192: Begin
193: hr_utility.set_location('Entering:'||l_proc, 5);
194: --
195: dt_update_dml(p_rec => p_rec,
196: p_effective_date => p_effective_date,
197: p_datetrack_mode => p_datetrack_mode,

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

197: p_datetrack_mode => p_datetrack_mode,
198: p_validation_start_date => p_validation_start_date,
199: p_validation_end_date => p_validation_end_date);
200: --
201: hr_utility.set_location(' Leaving:'||l_proc, 10);
202: End update_dml;
203: --
204: -- ----------------------------------------------------------------------------
205: -- |----------------------------< dt_pre_update >-----------------------------|

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

254: l_proc varchar2(72) := g_package||'dt_pre_update';
255: l_dummy_version_number number;
256: --
257: Begin
258: hr_utility.set_location('Entering:'||l_proc, 5);
259: If (p_datetrack_mode <> 'CORRECTION') then
260: hr_utility.set_location(l_proc, 10);
261: --
262: -- Update the current effective end date

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

256: --
257: Begin
258: hr_utility.set_location('Entering:'||l_proc, 5);
259: If (p_datetrack_mode <> 'CORRECTION') then
260: hr_utility.set_location(l_proc, 10);
261: --
262: -- Update the current effective end date
263: --
264: ben_eno_shd.upd_effective_end_date

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

269: p_validation_end_date => p_validation_end_date,
270: p_object_version_number => l_dummy_version_number);
271: --
272: If (p_datetrack_mode = 'UPDATE_OVERRIDE') then
273: hr_utility.set_location(l_proc, 15);
274: --
275: -- As the datetrack mode is 'UPDATE_OVERRIDE' then we must
276: -- delete any future rows
277: --

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

281: p_datetrack_mode => p_datetrack_mode,
282: p_validation_start_date => p_validation_start_date,
283: p_validation_end_date => p_validation_end_date);
284: End If;
285: hr_utility.set_location(l_proc, 20);
286: --
287: -- We must now insert the updated row
288: --
289: ben_eno_ins.insert_dml

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

292: p_datetrack_mode => p_datetrack_mode,
293: p_validation_start_date => p_validation_start_date,
294: p_validation_end_date => p_validation_end_date);
295: End If;
296: hr_utility.set_location(' Leaving:'||l_proc, 20);
297: End dt_pre_update;
298: --
299: -- ----------------------------------------------------------------------------
300: -- |------------------------------< pre_update >------------------------------|

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

338: --
339: l_proc varchar2(72) := g_package||'pre_update';
340: --
341: Begin
342: hr_utility.set_location('Entering:'||l_proc, 5);
343: --
344: --
345: --
346: dt_pre_update

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

349: p_datetrack_mode => p_datetrack_mode,
350: p_validation_start_date => p_validation_start_date,
351: p_validation_end_date => p_validation_end_date);
352: --
353: hr_utility.set_location(' Leaving:'||l_proc, 10);
354: End pre_update;
355: --
356: -- ----------------------------------------------------------------------------
357: -- |-----------------------------< post_update >------------------------------|

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

394: --
395: l_proc varchar2(72) := g_package||'post_update';
396: --
397: Begin
398: hr_utility.set_location('Entering:'||l_proc, 5);
399: --
400: --
401: -- Start of API User Hook for post_update.
402: --

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

497: --
498: -- End of API User Hook for post_update.
499: --
500: --
501: hr_utility.set_location(' Leaving:'||l_proc, 10);
502: End post_update;
503: --
504: -- ----------------------------------------------------------------------------
505: -- |-----------------------------< convert_defs >-----------------------------|

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

549: l_proc varchar2(72) := g_package||'convert_defs';
550: --
551: Begin
552: --
553: hr_utility.set_location('Entering:'||l_proc, 5);
554: --
555: -- We must now examine each argument value in the
556: -- p_rec plsql record structure
557: -- to see if a system default is being used. If a system default

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

694: ben_eno_shd.g_old_rec.eno_attribute30;
695: End If;
696:
697: --
698: hr_utility.set_location(' Leaving:'||l_proc, 10);
699: --
700: End convert_defs;
701: --
702: -- ----------------------------------------------------------------------------

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

713: l_validation_start_date date;
714: l_validation_end_date date;
715: --
716: Begin
717: hr_utility.set_location('Entering:'||l_proc, 5);
718: --
719: -- Ensure that the DateTrack update mode is valid
720: --
721: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

822: l_rec ben_eno_shd.g_rec_type;
823: l_proc varchar2(72) := g_package||'upd';
824: --
825: Begin
826: hr_utility.set_location('Entering:'||l_proc, 5);
827: --
828: -- Call conversion function to turn arguments into the
829: -- l_rec structure.
830: --

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

880: p_effective_start_date := l_rec.effective_start_date;
881: p_effective_end_date := l_rec.effective_end_date;
882: --
883: --
884: hr_utility.set_location(' Leaving:'||l_proc, 10);
885: End upd;
886: --
887: end ben_eno_upd;