DBA Data[Home] [Help]

APPS.AME_RUL_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.start_date := p_validation_start_date;
105: p_rec.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: ame_rul_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 271: hr_utility.set_location(' Leaving:'||l_proc, 20);

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

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

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

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

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

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

371: --
372: l_proc varchar2(72) := g_package||'post_update';
373: --
374: Begin
375: hr_utility.set_location('Entering:'||l_proc, 5);
376: begin
377: --
378: ame_rul_rku.after_update
379: (p_effective_date

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

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

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

540: l_validation_start_date date;
541: l_validation_end_date date;
542: --
543: Begin
544: hr_utility.set_location('Entering:'||l_proc, 5);
545: --
546: -- Ensure that the DateTrack update mode is valid
547: --
548: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

660: l_rec ame_rul_shd.g_rec_type;
661: l_proc varchar2(72) := g_package||'upd';
662: --
663: Begin
664: hr_utility.set_location('Entering:'||l_proc, 5);
665: --
666: -- Call conversion function to turn arguments into the
667: -- l_rec structure.
668: --

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

696: p_start_date := l_rec.start_date;
697: p_end_date := l_rec.end_date;
698: --
699: --
700: hr_utility.set_location(' Leaving:'||l_proc, 10);
701: End upd;
702: --
703: end ame_rul_upd;