DBA Data[Home] [Help]

APPS.PAY_RFM_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: pay_rfm_shd.g_api_dml := false; -- Unset the api dml status

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_rfm_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: --
390: hr_utility.set_location(' Leaving:'||l_proc, 10);
391: End post_update;
392: --

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

386: --
387: Begin
388: hr_utility.set_location('Entering:'||l_proc, 5);
389: --
390: hr_utility.set_location(' Leaving:'||l_proc, 10);
391: End post_update;
392: --
393: -- ----------------------------------------------------------------------------
394: -- |-----------------------------< convert_defs >-----------------------------|

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

524: l_validation_start_date date;
525: l_validation_end_date date;
526: --
527: Begin
528: hr_utility.set_location('Entering:'||l_proc, 5);
529: --
530: -- Ensure that the DateTrack update mode is valid
531: --
532: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

626: l_rec pay_rfm_shd.g_rec_type;
627: l_proc varchar2(72) := g_package||'upd';
628: --
629: Begin
630: hr_utility.set_location('Entering:'||l_proc, 5);
631: --
632: -- Call conversion function to turn arguments into the
633: -- l_rec structure.
634: --

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

672: p_effective_start_date := l_rec.effective_start_date;
673: p_effective_end_date := l_rec.effective_end_date;
674: --
675: --
676: hr_utility.set_location(' Leaving:'||l_proc, 10);
677: End upd;
678: --
679: end pay_rfm_upd;