DBA Data[Home] [Help]

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

113: p_rec.effective_start_date := p_validation_start_date;
114: p_rec.effective_end_date := p_validation_end_date;
115: End If;
116: --
117: hr_utility.set_location(' Leaving:'||l_proc, 15);
118: Exception
119: When hr_api.check_integrity_violated Then
120: -- A check constraint has been violated
121: pay_pgr_shd.g_api_dml := false; -- Unset the api dml status

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

476: ,p_hook_type => 'AU');
477: --
478: end;
479: --
480: hr_utility.set_location(' Leaving:'||l_proc, 10);
481: End post_update;
482: --
483: -- ----------------------------------------------------------------------------
484: -- |-----------------------------< convert_defs >-----------------------------|

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

606: l_validation_start_date date;
607: l_validation_end_date date;
608: --
609: Begin
610: hr_utility.set_location('Entering:'||l_proc, 5);
611: --
612: -- Ensure that the DateTrack update mode is valid
613: --
614: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

698: l_rec pay_pgr_shd.g_rec_type;
699: l_proc varchar2(72) := g_package||'upd';
700: --
701: Begin
702: hr_utility.set_location('Entering:'||l_proc, 5);
703: --
704: -- Call conversion function to turn arguments into the
705: -- l_rec structure.
706: --

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

742: p_effective_start_date := l_rec.effective_start_date;
743: p_effective_end_date := l_rec.effective_end_date;
744: --
745: --
746: hr_utility.set_location(' Leaving:'||l_proc, 10);
747: End upd;
748: --
749: end pay_pgr_upd;