DBA Data[Home] [Help]

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

79: where ins_end_reason_id = p_rec.ins_end_reason_id;
80: --
81: --
82: --
83: hr_utility.set_location(' Leaving:'||l_proc, 10);
84: --
85: Exception
86: When hr_api.check_integrity_violated Then
87: -- A check constraint has been violated

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

141: --
142: l_proc varchar2(72) := g_package||'pre_update';
143: --
144: Begin
145: hr_utility.set_location('Entering:'||l_proc, 5);
146: --
147: hr_utility.set_location(' Leaving:'||l_proc, 10);
148: End pre_update;
149: --

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

143: --
144: Begin
145: hr_utility.set_location('Entering:'||l_proc, 5);
146: --
147: hr_utility.set_location(' Leaving:'||l_proc, 10);
148: End pre_update;
149: --
150: -- ----------------------------------------------------------------------------
151: -- |-----------------------------< post_update >------------------------------|

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

185: --
186: l_proc varchar2(72) := g_package||'post_update';
187: --
188: Begin
189: hr_utility.set_location('Entering:'||l_proc, 5);
190: begin
191: --
192: pqh_pre_rku.after_update
193: (p_ins_end_reason_id

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

227: ,p_hook_type => 'AU');
228: --
229: end;
230: --
231: hr_utility.set_location(' Leaving:'||l_proc, 10);
232: End post_update;
233: --
234: -- ----------------------------------------------------------------------------
235: -- |-----------------------------< convert_defs >-----------------------------|

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

317: --
318: l_proc varchar2(72) := g_package||'upd';
319: --
320: Begin
321: hr_utility.set_location('Entering:'||l_proc, 5);
322: --
323: -- We must lock the row which we need to update.
324: --
325: pqh_pre_shd.lck

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

375: l_rec pqh_pre_shd.g_rec_type;
376: l_proc varchar2(72) := g_package||'upd';
377: --
378: Begin
379: hr_utility.set_location('Entering:'||l_proc, 5);
380: --
381: -- Call conversion function to turn arguments into the
382: -- l_rec structure.
383: --

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

400: (l_rec
401: );
402: p_object_version_number := l_rec.object_version_number;
403: --
404: hr_utility.set_location(' Leaving:'||l_proc, 10);
405: End upd;
406: --
407: end pqh_pre_upd;