DBA Data[Home] [Help]

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

85: where reallocation_id = p_rec.reallocation_id;
86: --
87: pqh_bre_shd.g_api_dml := false; -- Unset the api dml status
88: --
89: hr_utility.set_location(' Leaving:'||l_proc, 10);
90: --
91: Exception
92: When hr_api.check_integrity_violated Then
93: -- A check constraint has been violated

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

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

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

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

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

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

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

259: ,p_hook_type => 'AU');
260: --
261: end;
262: --
263: hr_utility.set_location(' Leaving:'||l_proc, 10);
264: End post_update;
265: --
266: -- ----------------------------------------------------------------------------
267: -- |-----------------------------< convert_defs >-----------------------------|

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

374: --
375: l_proc varchar2(72) := g_package||'upd';
376: --
377: Begin
378: hr_utility.set_location('Entering:'||l_proc, 5);
379: --
380: -- We must lock the row which we need to update.
381: --
382: pqh_bre_shd.lck

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

441: l_rec pqh_bre_shd.g_rec_type;
442: l_proc varchar2(72) := g_package||'upd';
443: --
444: Begin
445: hr_utility.set_location('Entering:'||l_proc, 5);
446: --
447: -- Call conversion function to turn arguments into the
448: -- l_rec structure.
449: --

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

473: ,l_rec
474: );
475: p_object_version_number := l_rec.object_version_number;
476: --
477: hr_utility.set_location(' Leaving:'||l_proc, 10);
478: End upd;
479: --
480: end pqh_bre_upd;