DBA Data[Home] [Help]

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

109: p_rec.effective_start_date := p_validation_start_date;
110: p_rec.effective_end_date := p_validation_end_date;
111: End If;
112: --
113: hr_utility.set_location(' Leaving:'||l_proc, 15);
114: Exception
115: When hr_api.check_integrity_violated Then
116: -- A check constraint has been violated
117: ben_pei_shd.g_api_dml := false; -- Unset the api dml status

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

167: --
168: l_proc varchar2(72) := g_package||'update_dml';
169: --
170: Begin
171: hr_utility.set_location('Entering:'||l_proc, 5);
172: --
173: dt_update_dml(p_rec => p_rec,
174: p_effective_date => p_effective_date,
175: p_datetrack_mode => p_datetrack_mode,

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

175: p_datetrack_mode => p_datetrack_mode,
176: p_validation_start_date => p_validation_start_date,
177: p_validation_end_date => p_validation_end_date);
178: --
179: hr_utility.set_location(' Leaving:'||l_proc, 10);
180: End update_dml;
181: --
182: -- ----------------------------------------------------------------------------
183: -- |----------------------------< dt_pre_update >-----------------------------|

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

232: l_proc varchar2(72) := g_package||'dt_pre_update';
233: l_dummy_version_number number;
234: --
235: Begin
236: hr_utility.set_location('Entering:'||l_proc, 5);
237: If (p_datetrack_mode <> 'CORRECTION') then
238: hr_utility.set_location(l_proc, 10);
239: --
240: -- Update the current effective end date

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

234: --
235: Begin
236: hr_utility.set_location('Entering:'||l_proc, 5);
237: If (p_datetrack_mode <> 'CORRECTION') then
238: hr_utility.set_location(l_proc, 10);
239: --
240: -- Update the current effective end date
241: --
242: ben_pei_shd.upd_effective_end_date

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

247: p_validation_end_date => p_validation_end_date,
248: p_object_version_number => l_dummy_version_number);
249: --
250: If (p_datetrack_mode = 'UPDATE_OVERRIDE') then
251: hr_utility.set_location(l_proc, 15);
252: --
253: -- As the datetrack mode is 'UPDATE_OVERRIDE' then we must
254: -- delete any future rows
255: --

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

260: p_validation_start_date => p_validation_start_date,
261: p_validation_end_date => p_validation_end_date);
262: --
263: End If;
264: hr_utility.set_location(l_proc, 20);
265: --
266: -- We must now insert the updated row
267: --
268: ben_pei_ins.insert_dml

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

271: p_datetrack_mode => p_datetrack_mode,
272: p_validation_start_date => p_validation_start_date,
273: p_validation_end_date => p_validation_end_date);
274: End If;
275: hr_utility.set_location(' Leaving:'||l_proc, 20);
276: End dt_pre_update;
277: --
278: -- ----------------------------------------------------------------------------
279: -- |------------------------------< pre_update >------------------------------|

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

317: --
318: l_proc varchar2(72) := g_package||'pre_update';
319: --
320: Begin
321: hr_utility.set_location('Entering:'||l_proc, 5);
322: --
323: --
324: --
325: dt_pre_update

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

328: p_datetrack_mode => p_datetrack_mode,
329: p_validation_start_date => p_validation_start_date,
330: p_validation_end_date => p_validation_end_date);
331: --
332: hr_utility.set_location(' Leaving:'||l_proc, 10);
333: End pre_update;
334: --
335: -- ----------------------------------------------------------------------------
336: -- |-----------------------------< post_update >------------------------------|

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

373: --
374: l_proc varchar2(72) := g_package||'post_update';
375: --
376: Begin
377: hr_utility.set_location('Entering:'||l_proc, 5);
378: --
379: -- Start of API User Hook for post_update.
380: --
381: begin

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

433: end;
434: --
435: -- End of API User Hook for post_update.
436: --
437: hr_utility.set_location(' Leaving:'||l_proc, 10);
438: End post_update;
439: --
440: --
441: -- ----------------------------------------------------------------------------

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

452: l_validation_start_date date;
453: l_validation_end_date date;
454: --
455: Begin
456: hr_utility.set_location('Entering:'||l_proc, 5);
457: --
458: -- Ensure that the DateTrack update mode is valid
459: --
460: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

540: l_rec ben_pei_shd.g_rec_type;
541: l_proc varchar2(72) := g_package||'upd';
542: --
543: Begin
544: hr_utility.set_location('Entering:'||l_proc, 5);
545: --
546: -- Call conversion function to turn arguments into the
547: -- l_rec structure.
548: --

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

577: p_effective_start_date := l_rec.effective_start_date;
578: p_effective_end_date := l_rec.effective_end_date;
579: --
580: --
581: hr_utility.set_location(' Leaving:'||l_proc, 10);
582: End upd;
583: --
584: end ben_pei_upd;