DBA Data[Home] [Help]

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

106: p_rec.effective_start_date := p_validation_start_date;
107: p_rec.effective_end_date := p_validation_end_date;
108: End If;
109: --
110: hr_utility.set_location(' Leaving:'||l_proc, 15);
111: Exception
112: When hr_api.check_integrity_violated Then
113: -- A check constraint has been violated
114: --

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

165: --
166: l_proc varchar2(72) := g_package||'update_dml';
167: --
168: Begin
169: hr_utility.set_location('Entering:'||l_proc, 5);
170: --
171: pay_itr_upd.dt_update_dml
172: (p_rec => p_rec
173: ,p_effective_date => p_effective_date

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

175: ,p_validation_start_date => p_validation_start_date
176: ,p_validation_end_date => p_validation_end_date
177: );
178: --
179: hr_utility.set_location(' Leaving:'||l_proc, 10);
180: End update_dml;
181: --
182: -- ----------------------------------------------------------------------------
183: -- |----------------------------< dt_pre_update >-----------------------------|

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

233: l_proc varchar2(72) := g_package||'dt_pre_update';
234: l_dummy_version_number number;
235: --
236: Begin
237: hr_utility.set_location('Entering:'||l_proc, 5);
238: If (p_datetrack_mode <> hr_api.g_correction) then
239: --
240: -- Update the current effective end date
241: --

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

271: ,p_validation_start_date => p_validation_start_date
272: ,p_validation_end_date => p_validation_end_date
273: );
274: End If;
275: hr_utility.set_location(' Leaving:'||l_proc, 20);
276: End dt_pre_update;
277: --
278: -- ----------------------------------------------------------------------------
279: -- |------------------------------< pre_update >------------------------------|

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

318: --
319: l_proc varchar2(72) := g_package||'pre_update';
320: --
321: Begin
322: hr_utility.set_location('Entering:'||l_proc, 5);
323: --
324: --
325: --
326: dt_pre_update

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

330: ,p_validation_start_date => p_validation_start_date
331: ,p_validation_end_date => p_validation_end_date
332: );
333: --
334: hr_utility.set_location(' Leaving:'||l_proc, 10);
335: End pre_update;
336: --
337: -- ----------------------------------------------------------------------------
338: -- |----------------------------< post_update >-------------------------------|

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

376: --
377: l_proc varchar2(72) := g_package||'post_update';
378: --
379: Begin
380: hr_utility.set_location('Entering:'||l_proc, 5);
381: begin
382: --
383: pay_itr_rku.after_update
384: (p_effective_date

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

442: ,p_hook_type => 'AU');
443: --
444: end;
445: --
446: hr_utility.set_location(' Leaving:'||l_proc, 10);
447: End post_update;
448: --
449: -- ----------------------------------------------------------------------------
450: -- |-----------------------------< convert_defs >-----------------------------|

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

544: l_validation_start_date date;
545: l_validation_end_date date;
546: --
547: Begin
548: hr_utility.set_location('Entering:'||l_proc, 5);
549: --
550: -- Ensure that the DateTrack update mode is valid
551: --
552: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

631: l_rec pay_itr_shd.g_rec_type;
632: l_proc varchar2(72) := g_package||'upd';
633: --
634: Begin
635: hr_utility.set_location('Entering:'||l_proc, 5);
636: --
637: -- Call conversion function to turn arguments into the
638: -- l_rec structure.
639: --

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

668: p_effective_start_date := l_rec.effective_start_date;
669: p_effective_end_date := l_rec.effective_end_date;
670: --
671: --
672: hr_utility.set_location(' Leaving:'||l_proc, 10);
673: End upd;
674: --
675: end pay_itr_upd;