DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

486: ,p_hook_type => 'AU');
487: --
488: end;
489: --
490: hr_utility.set_location(' Leaving:'||l_proc, 10);
491: End post_update;
492: --
493: -- ----------------------------------------------------------------------------
494: -- |-----------------------------< convert_defs >-----------------------------|

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

624: l_validation_start_date date;
625: l_validation_end_date date;
626: --
627: Begin
628: hr_utility.set_location('Entering:'||l_proc, 5);
629: --
630: -- Ensure that the DateTrack update mode is valid
631: --
632: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

720: l_rec pay_sid_shd.g_rec_type;
721: l_proc varchar2(72) := g_package||'upd';
722: --
723: Begin
724: hr_utility.set_location('Entering:'||l_proc, 5);
725: --
726: -- Call conversion function to turn arguments into the
727: -- l_rec structure.
728: --

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

766: p_effective_start_date := l_rec.effective_start_date;
767: p_effective_end_date := l_rec.effective_end_date;
768: --
769: --
770: hr_utility.set_location(' Leaving:'||l_proc, 10);
771: End upd;
772: --
773: end pay_sid_upd;