DBA Data[Home] [Help]

APPS.AME_RLU_UPD dependencies on HR_UTILITY

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

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

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

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

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

107: p_rec.start_date := p_validation_start_date;
108: p_rec.end_date := p_validation_end_date;
109: End If;
110: --
111: hr_utility.set_location(' Leaving:'||l_proc, 15);
112: Exception
113: When hr_api.check_integrity_violated Then
114: -- A check constraint has been violated
115: --

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

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

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

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

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

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

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

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

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

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

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

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

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

376: --
377: l_proc varchar2(72) := g_package||'post_update';
378: --
379: Begin
380: hr_utility.set_location('Entering:'||l_proc, 5);
381: begin
382: --
383: ame_rlu_rku.after_update
384: (p_effective_date

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

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

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

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

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

648: l_rec ame_rlu_shd.g_rec_type;
649: l_proc varchar2(72) := g_package||'upd';
650: --
651: Begin
652: hr_utility.set_location('Entering:'||l_proc, 5);
653: --
654: -- Call conversion function to turn arguments into the
655: -- l_rec structure.
656: --

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

684: p_start_date := l_rec.start_date;
685: p_end_date := l_rec.end_date;
686: --
687: --
688: hr_utility.set_location(' Leaving:'||l_proc, 10);
689: End upd;
690: --
691: end ame_rlu_upd;