DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

426: ,p_hook_type => 'AU');
427: --
428: end;
429: --
430: hr_utility.set_location(' Leaving:'||l_proc, 10);
431: End post_update;
432: --
433: -- ----------------------------------------------------------------------------
434: -- |-----------------------------< convert_defs >-----------------------------|

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

516: l_validation_start_date date;
517: l_validation_end_date date;
518: --
519: Begin
520: hr_utility.set_location('Entering:'||l_proc, 5);
521: --
522: -- Ensure that the DateTrack update mode is valid
523: --
524: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

606: l_rec pay_ecu_shd.g_rec_type;
607: l_proc varchar2(72) := g_package||'upd';
608: --
609: Begin
610: hr_utility.set_location('Entering:'||l_proc, 5);
611: --
612: -- Call conversion function to turn arguments into the
613: -- l_rec structure.
614: --

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

640: p_effective_start_date := l_rec.effective_start_date;
641: p_effective_end_date := l_rec.effective_end_date;
642: --
643: --
644: hr_utility.set_location(' Leaving:'||l_proc, 10);
645: End upd;
646: --
647: end pay_ecu_upd;