DBA Data[Home] [Help]

APPS.BEN_BER_UPD dependencies on HR_UTILITY

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

64: --
65: l_proc varchar2(72) := g_package||'dt_update_dml';
66: --
67: Begin
68: hr_utility.set_location('Entering:'||l_proc, 5);
69: --
70: If (p_datetrack_mode = hr_api.g_correction) then
71: hr_utility.set_location(l_proc, 10);
72: --

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

67: Begin
68: hr_utility.set_location('Entering:'||l_proc, 5);
69: --
70: If (p_datetrack_mode = hr_api.g_correction) then
71: hr_utility.set_location(l_proc, 10);
72: --
73: -- Because we are updating a row we must get the next object
74: -- version number.
75: --

Line 108: hr_utility.set_location(' Leaving:'||l_proc, 15);

104: p_rec.effective_start_date := p_validation_start_date;
105: p_rec.effective_end_date := p_validation_end_date;
106: End If;
107: --
108: hr_utility.set_location(' Leaving:'||l_proc, 15);
109: Exception
110: When hr_api.check_integrity_violated Then
111: -- A check constraint has been violated
112: --

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

163: --
164: l_proc varchar2(72) := g_package||'update_dml';
165: --
166: Begin
167: hr_utility.set_location('Entering:'||l_proc, 5);
168: --
169: ben_ber_upd.dt_update_dml
170: (p_rec => p_rec
171: ,p_effective_date => p_effective_date

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

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

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

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

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

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

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

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

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

327: ,p_validation_start_date => p_validation_start_date
328: ,p_validation_end_date => p_validation_end_date
329: );
330: --
331: hr_utility.set_location(' Leaving:'||l_proc, 10);
332: End pre_update;
333: --
334: -- ----------------------------------------------------------------------------
335: -- |----------------------------< 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: begin
379: --
380: ben_ber_rku.after_update
381: (p_effective_date

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

431: ,p_hook_type => 'AU');
432: --
433: end;
434: --
435: hr_utility.set_location(' Leaving:'||l_proc, 10);
436: End post_update;
437: --
438: -- ----------------------------------------------------------------------------
439: -- |-----------------------------< convert_defs >-----------------------------|

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

525: l_validation_start_date date;
526: l_validation_end_date date;
527: --
528: Begin
529: hr_utility.set_location('Entering:'||l_proc, 5);
530: --
531: -- Ensure that the DateTrack update mode is valid
532: --
533: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

616: l_rec ben_ber_shd.g_rec_type;
617: l_proc varchar2(72) := g_package||'upd';
618: --
619: Begin
620: hr_utility.set_location('Entering:'||l_proc, 5);
621: --
622: -- Call conversion function to turn arguments into the
623: -- l_rec structure.
624: --

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

651: p_effective_start_date := l_rec.effective_start_date;
652: p_effective_end_date := l_rec.effective_end_date;
653: --
654: --
655: hr_utility.set_location(' Leaving:'||l_proc, 10);
656: End upd;
657: --
658: end ben_ber_upd;