DBA Data[Home] [Help]

APPS.PQH_RHA_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 90: hr_utility.set_location(' Leaving:'||l_proc, 10);

86: where routing_hist_attrib_id = p_rec.routing_hist_attrib_id;
87: --
88: --
89: --
90: hr_utility.set_location(' Leaving:'||l_proc, 10);
91: --
92: Exception
93: When hr_api.check_integrity_violated Then
94: -- A check constraint has been violated

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

148: --
149: l_proc varchar2(72) := g_package||'pre_update';
150: --
151: Begin
152: hr_utility.set_location('Entering:'||l_proc, 5);
153: --
154: hr_utility.set_location(' Leaving:'||l_proc, 10);
155: End pre_update;
156: --

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

150: --
151: Begin
152: hr_utility.set_location('Entering:'||l_proc, 5);
153: --
154: hr_utility.set_location(' Leaving:'||l_proc, 10);
155: End pre_update;
156: --
157: -- ----------------------------------------------------------------------------
158: -- |-----------------------------< post_update >------------------------------|

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

193: --
194: l_proc varchar2(72) := g_package||'post_update';
195: --
196: Begin
197: hr_utility.set_location('Entering:'||l_proc, 5);
198: begin
199: --
200: pqh_rha_rku.after_update
201: (p_effective_date => p_effective_date

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

264: ,p_hook_type => 'AU');
265: --
266: end;
267: --
268: hr_utility.set_location(' Leaving:'||l_proc, 10);
269: End post_update;
270: --
271: -- ----------------------------------------------------------------------------
272: -- |-----------------------------< convert_defs >-----------------------------|

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

383: --
384: l_proc varchar2(72) := g_package||'upd';
385: --
386: Begin
387: hr_utility.set_location('Entering:'||l_proc, 5);
388: --
389: -- We must lock the row which we need to update.
390: --
391: pqh_rha_shd.lck

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

445: l_rec pqh_rha_shd.g_rec_type;
446: l_proc varchar2(72) := g_package||'upd';
447: --
448: Begin
449: hr_utility.set_location('Entering:'||l_proc, 5);
450: --
451: -- Call conversion function to turn arguments into the
452: -- l_rec structure.
453: --

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

478: ,l_rec
479: );
480: p_object_version_number := l_rec.object_version_number;
481: --
482: hr_utility.set_location(' Leaving:'||l_proc, 10);
483: End upd;
484: --
485: end pqh_rha_upd;