DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

645: p_effective_start_date := l_rec.effective_start_date;
646: p_effective_end_date := l_rec.effective_end_date;
647: --
648: --
649: hr_utility.set_location(' Leaving:'||l_proc, 10);
650: End upd;
651: --
652: end pay_etu_upd;