DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

414: ,p_hook_type => 'AU');
415: --
416: end;
417: --
418: hr_utility.set_location(' Leaving:'||l_proc, 10);
419: End post_update;
420: --
421: -- ----------------------------------------------------------------------------
422: -- |-----------------------------< convert_defs >-----------------------------|

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

492: l_validation_start_date date;
493: l_validation_end_date date;
494: --
495: Begin
496: hr_utility.set_location('Entering:'||l_proc, 5);
497: --
498: -- Ensure that the DateTrack update mode is valid
499: --
500: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

581: l_rec ame_stv_shd.g_rec_type;
582: l_proc varchar2(72) := g_package||'upd';
583: --
584: Begin
585: hr_utility.set_location('Entering:'||l_proc, 5);
586: --
587: -- Call conversion function to turn arguments into the
588: -- l_rec structure.
589: --

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

613: p_start_date := l_rec.start_date;
614: p_end_date := l_rec.end_date;
615: --
616: --
617: hr_utility.set_location(' Leaving:'||l_proc, 10);
618: End upd;
619: --
620: end ame_stv_upd;