DBA Data[Home] [Help]

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

111: p_rec.effective_start_date := p_validation_start_date;
112: p_rec.effective_end_date := p_validation_end_date;
113: End If;
114: --
115: hr_utility.set_location(' Leaving:'||l_proc, 15);
116: Exception
117: When hr_api.check_integrity_violated Then
118: -- A check constraint has been violated
119: --

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

170: --
171: l_proc varchar2(72) := g_package||'update_dml';
172: --
173: Begin
174: hr_utility.set_location('Entering:'||l_proc, 5);
175: --
176: pay_ppd_upd.dt_update_dml
177: (p_rec => p_rec
178: ,p_effective_date => p_effective_date

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

180: ,p_validation_start_date => p_validation_start_date
181: ,p_validation_end_date => p_validation_end_date
182: );
183: --
184: hr_utility.set_location(' Leaving:'||l_proc, 10);
185: End update_dml;
186: --
187: -- ----------------------------------------------------------------------------
188: -- |----------------------------< dt_pre_update >-----------------------------|

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

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

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

276: ,p_validation_start_date => p_validation_start_date
277: ,p_validation_end_date => p_validation_end_date
278: );
279: End If;
280: hr_utility.set_location(' Leaving:'||l_proc, 20);
281: End dt_pre_update;
282: --
283: -- ----------------------------------------------------------------------------
284: -- |------------------------------< pre_update >------------------------------|

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

322: --
323: l_proc varchar2(72) := g_package||'pre_update';
324: --
325: Begin
326: hr_utility.set_location('Entering:'||l_proc, 5);
327: --
328: --
329: --
330: dt_pre_update

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

334: ,p_validation_start_date => p_validation_start_date
335: ,p_validation_end_date => p_validation_end_date
336: );
337: --
338: hr_utility.set_location(' Leaving:'||l_proc, 10);
339: End pre_update;
340: --
341: -- ----------------------------------------------------------------------------
342: -- |----------------------------< post_update >-------------------------------|

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

380: --
381: l_proc varchar2(72) := g_package||'post_update';
382: --
383: Begin
384: hr_utility.set_location('Entering:'||l_proc, 5);
385: begin
386: --
387: pay_ppd_rku.after_update
388: (p_effective_date

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

466: ,p_hook_type => 'AU');
467: --
468: end;
469: --
470: hr_utility.set_location(' Leaving:'||l_proc, 10);
471: End post_update;
472: --
473: -- ----------------------------------------------------------------------------
474: -- |-----------------------------< convert_defs >-----------------------------|

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

588: l_validation_start_date date;
589: l_validation_end_date date;
590: --
591: Begin
592: hr_utility.set_location('Entering:'||l_proc, 5);
593: --
594: -- Ensure that the DateTrack update mode is valid
595: --
596: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

683: l_rec pay_ppd_shd.g_rec_type;
684: l_proc varchar2(72) := g_package||'upd';
685: --
686: Begin
687: hr_utility.set_location('Entering:'||l_proc, 5);
688: --
689: -- Call conversion function to turn arguments into the
690: -- l_rec structure.
691: --

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

725: p_effective_start_date := l_rec.effective_start_date;
726: p_effective_end_date := l_rec.effective_end_date;
727: --
728: --
729: hr_utility.set_location(' Leaving:'||l_proc, 10);
730: End upd;
731: --
732: end pay_ppd_upd;