DBA Data[Home] [Help]

APPS.HR_PDT_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: --
63: -- Increment the object version
64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --

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

137: where person_deployment_id = p_rec.person_deployment_id;
138: --
139: --
140: --
141: hr_utility.set_location(' Leaving:'||l_proc, 10);
142: --
143: Exception
144: When hr_api.check_integrity_violated Then
145: -- A check constraint has been violated

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

199: --
200: l_proc varchar2(72) := g_package||'pre_update';
201: --
202: Begin
203: hr_utility.set_location('Entering:'||l_proc, 5);
204: --
205: hr_utility.set_location(' Leaving:'||l_proc, 10);
206: End pre_update;
207: --

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

201: --
202: Begin
203: hr_utility.set_location('Entering:'||l_proc, 5);
204: --
205: hr_utility.set_location(' Leaving:'||l_proc, 10);
206: End pre_update;
207: --
208: -- ----------------------------------------------------------------------------
209: -- |-----------------------------< post_update >------------------------------|

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

243: --
244: l_proc varchar2(72) := g_package||'post_update';
245: --
246: Begin
247: hr_utility.set_location('Entering:'||l_proc, 5);
248: begin
249: --
250: hr_pdt_rku.after_update
251: (p_person_deployment_id

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

517: ,p_hook_type => 'AU');
518: --
519: end;
520: --
521: hr_utility.set_location(' Leaving:'||l_proc, 10);
522: End post_update;
523: --
524: -- ----------------------------------------------------------------------------
525: -- |-----------------------------< convert_defs >-----------------------------|

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

839: --
840: l_proc varchar2(72) := g_package||'upd';
841: --
842: Begin
843: hr_utility.set_location('Entering:'||l_proc, 5);
844: --
845: -- We must lock the row which we need to update.
846: --
847: hr_pdt_shd.lck

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

962: l_rec hr_pdt_shd.g_rec_type;
963: l_proc varchar2(72) := g_package||'upd';
964: --
965: Begin
966: hr_utility.set_location('Entering:'||l_proc, 5);
967: --
968: -- Call conversion function to turn arguments into the
969: -- l_rec structure.
970: --

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

1045: (l_rec
1046: );
1047: p_object_version_number := l_rec.object_version_number;
1048: --
1049: hr_utility.set_location(' Leaving:'||l_proc, 10);
1050: End upd;
1051: --
1052: end hr_pdt_upd;