DBA Data[Home] [Help]

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

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

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

171: --
172: l_proc varchar2(72) := g_package||'update_dml';
173: --
174: Begin
175: hr_utility.set_location('Entering:'||l_proc, 5);
176: --
177: pay_isb_upd.dt_update_dml
178: (p_rec => p_rec
179: ,p_effective_date => p_effective_date

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

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

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

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

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

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

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

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

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

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

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

381: --
382: l_proc varchar2(72) := g_package||'post_update';
383: --
384: Begin
385: hr_utility.set_location('Entering:'||l_proc, 5);
386: begin
387: --
388: pay_isb_rku.after_update
389: (p_effective_date

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

471: ,p_hook_type => 'AU');
472: --
473: end;
474: --
475: hr_utility.set_location(' Leaving:'||l_proc, 10);
476: End post_update;
477: --
478: -- ----------------------------------------------------------------------------
479: -- |-----------------------------< convert_defs >-----------------------------|

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

597: l_validation_start_date date;
598: l_validation_end_date date;
599: --
600: Begin
601: hr_utility.set_location('Entering:'||l_proc, 5);
602: --
603: -- Ensure that the DateTrack update mode is valid
604: --
605: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

690: l_rec pay_isb_shd.g_rec_type;
691: l_proc varchar2(72) := g_package||'upd';
692: --
693: Begin
694: hr_utility.set_location('Entering:'||l_proc, 5);
695: --
696: -- Call conversion function to turn arguments into the
697: -- l_rec structure.
698: --

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

732: p_object_version_number := l_rec.object_version_number;
733: p_effective_start_date := l_rec.effective_start_date;
734: p_effective_end_date := l_rec.effective_end_date;
735: --
736: hr_utility.set_location(' Leaving:'||l_proc, 10);
737: End upd;
738: --
739: end pay_isb_upd;