DBA Data[Home] [Help]

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

107: p_rec.effective_start_date := p_validation_start_date;
108: p_rec.effective_end_date := p_validation_end_date;
109: End If;
110: --
111: hr_utility.set_location(' Leaving:'||l_proc, 15);
112: Exception
113: When hr_api.check_integrity_violated Then
114: -- A check constraint has been violated
115: pay_ppr_shd.g_api_dml := false; -- Unset the api dml status

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

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

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

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

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

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

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

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

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

318: --
319: l_proc varchar2(72) := g_package||'pre_update';
320: --
321: Begin
322: hr_utility.set_location('Entering:'||l_proc, 5);
323: --
324: --
325: -- Insert the comment text if comments exist
326: --

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

345: ,p_validation_start_date => p_validation_start_date
346: ,p_validation_end_date => p_validation_end_date
347: );
348: --
349: hr_utility.set_location(' Leaving:'||l_proc, 10);
350: End pre_update;
351: --
352: -- ----------------------------------------------------------------------------
353: -- |----------------------------< post_update >-------------------------------|

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

392: --
393: l_proc varchar2(72) := g_package||'post_update';
394: --
395: Begin
396: hr_utility.set_location('Entering:'||l_proc, 5);
397: begin
398: --
399: pay_ppr_rku.after_update
400: (p_effective_date => p_effective_date

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

437: ,p_hook_type => 'AU');
438: --
439: end;
440: --
441: hr_utility.set_location(' Leaving:'||l_proc, 10);
442: End post_update;
443: --
444: -- ----------------------------------------------------------------------------
445: -- |-----------------------------< convert_defs >-----------------------------|

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

550: l_processing_rule varchar2(1);
551: l_formula_mismatch_warning boolean;
552: --
553: Begin
554: hr_utility.set_location('Entering:'||l_proc, 5);
555: --
556: -- Ensure that the DateTrack update mode is valid
557: --
558: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

647: l_proc varchar2(72) := g_package||'upd';
648: l_formula_mismatch_warning boolean;
649: --
650: Begin
651: hr_utility.set_location('Entering:'||l_proc, 5);
652: --
653: -- Call conversion function to turn arguments into the
654: -- l_rec structure.
655: --

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

687: p_effective_start_date := l_rec.effective_start_date;
688: p_effective_end_date := l_rec.effective_end_date;
689: p_formula_mismatch_warning := l_formula_mismatch_warning;
690: --
691: hr_utility.set_location(' Leaving:'||l_proc, 10);
692: End upd;
693: --
694: end pay_ppr_upd;