DBA Data[Home] [Help]

APPS.HR_TPP_UPD dependencies on HR_UTILITY

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

57: --
58: l_proc varchar2(72) := g_package||'update_dml';
59: --
60: Begin
61: hr_utility.set_location('Entering:'||l_proc, 5);
62: p_rec.object_version_number := p_rec.object_version_number + 1;
63: --
64: --
65: --

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

107: where tab_page_property_id = p_rec.tab_page_property_id;
108: --
109: --
110: --
111: hr_utility.set_location(' Leaving:'||l_proc, 10);
112: --
113: Exception
114: When hr_api.check_integrity_violated Then
115: -- A check constraint has been violated

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

169: --
170: l_proc varchar2(72) := g_package||'pre_update';
171: --
172: Begin
173: hr_utility.set_location('Entering:'||l_proc, 5);
174: --
175: hr_utility.set_location(' Leaving:'||l_proc, 10);
176: End pre_update;
177: --

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

171: --
172: Begin
173: hr_utility.set_location('Entering:'||l_proc, 5);
174: --
175: hr_utility.set_location(' Leaving:'||l_proc, 10);
176: End pre_update;
177: --
178: -- ----------------------------------------------------------------------------
179: -- |-----------------------------< post_update >------------------------------|

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

214: --
215: l_proc varchar2(72) := g_package||'post_update';
216: --
217: Begin
218: hr_utility.set_location('Entering:'||l_proc, 5);
219: begin
220: --
221: hr_tpp_rku.after_update
222: (p_effective_date => p_effective_date

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

377: ,p_hook_type => 'AU');
378: --
379: end;
380: --
381: hr_utility.set_location(' Leaving:'||l_proc, 10);
382: End post_update;
383: --
384: -- ----------------------------------------------------------------------------
385: -- |-----------------------------< convert_defs >-----------------------------|

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

588: --
589: l_proc varchar2(72) := g_package||'upd';
590: --
591: Begin
592: hr_utility.set_location('Entering:'||l_proc, 5);
593: --
594: -- We must lock the row which we need to update.
595: --
596: hr_tpp_shd.lck

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

673: l_rec hr_tpp_shd.g_rec_type;
674: l_proc varchar2(72) := g_package||'upd';
675: --
676: Begin
677: hr_utility.set_location('Entering:'||l_proc, 5);
678: --
679: -- Call conversion function to turn arguments into the
680: -- l_rec structure.
681: --

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

729: ,l_rec
730: );
731: --
732: p_object_version_number := l_rec.object_version_number;
733: hr_utility.set_location(' Leaving:'||l_proc, 10);
734: End upd;
735: --
736: end hr_tpp_upd;