DBA Data[Home] [Help]

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

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_liv_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 321: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

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

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

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

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

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

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

648: l_rec pay_liv_shd.g_rec_type;
649: l_proc varchar2(72) := g_package||'upd';
650: --
651: Begin
652: hr_utility.set_location('Entering:'||l_proc, 5);
653: --
654: -- Call conversion function to turn arguments into the
655: -- l_rec structure.
656: --

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

689: p_effective_start_date := l_rec.effective_start_date;
690: p_effective_end_date := l_rec.effective_end_date;
691: --
692: --
693: hr_utility.set_location(' Leaving:'||l_proc, 10);
694: End upd;
695: --
696: end pay_liv_upd;