DBA Data[Home] [Help]

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

121: p_rec.effective_start_date := p_validation_start_date;
122: p_rec.effective_end_date := p_validation_end_date;
123: End If;
124: --
125: hr_utility.set_location(' Leaving:'||l_proc, 15);
126: Exception
127: When hr_api.check_integrity_violated Then
128: -- A check constraint has been violated
129: --

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

180: --
181: l_proc varchar2(72) := g_package||'update_dml';
182: --
183: Begin
184: hr_utility.set_location('Entering:'||l_proc, 5);
185: --
186: pay_psd_upd.dt_update_dml
187: (p_rec => p_rec
188: ,p_effective_date => p_effective_date

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

190: ,p_validation_start_date => p_validation_start_date
191: ,p_validation_end_date => p_validation_end_date
192: );
193: --
194: hr_utility.set_location(' Leaving:'||l_proc, 10);
195: End update_dml;
196: --
197: -- ----------------------------------------------------------------------------
198: -- |----------------------------< dt_pre_update >-----------------------------|

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

248: l_proc varchar2(72) := g_package||'dt_pre_update';
249: l_dummy_version_number number;
250: --
251: Begin
252: hr_utility.set_location('Entering:'||l_proc, 5);
253: If (p_datetrack_mode <> hr_api.g_correction) then
254: --
255: -- Update the current effective end date
256: --

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

286: ,p_validation_start_date => p_validation_start_date
287: ,p_validation_end_date => p_validation_end_date
288: );
289: End If;
290: hr_utility.set_location(' Leaving:'||l_proc, 20);
291: End dt_pre_update;
292: --
293: -- ----------------------------------------------------------------------------
294: -- |------------------------------< pre_update >------------------------------|

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

332: --
333: l_proc varchar2(72) := g_package||'pre_update';
334: --
335: Begin
336: hr_utility.set_location('Entering:'||l_proc, 5);
337: --
338: --
339: --
340: dt_pre_update

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

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

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

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

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

510: ,p_hook_type => 'AU');
511: --
512: end;
513: --
514: hr_utility.set_location(' Leaving:'||l_proc, 10);
515: End post_update;
516: --
517: -- ----------------------------------------------------------------------------
518: -- |-----------------------------< convert_defs >-----------------------------|

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

672: l_validation_start_date date;
673: l_validation_end_date date;
674: --
675: Begin
676: hr_utility.set_location('Entering:'||l_proc, 5);
677: --
678: -- Ensure that the DateTrack update mode is valid
679: --
680: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

777: l_rec pay_psd_shd.g_rec_type;
778: l_proc varchar2(72) := g_package||'upd';
779: --
780: Begin
781: hr_utility.set_location('Entering:'||l_proc, 5);
782: --
783: -- Call conversion function to turn arguments into the
784: -- l_rec structure.
785: --

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

829: p_effective_start_date := l_rec.effective_start_date;
830: p_effective_end_date := l_rec.effective_end_date;
831: --
832: --
833: hr_utility.set_location(' Leaving:'||l_proc, 10);
834: End upd;
835: --
836: end pay_psd_upd;