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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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