DBA Data[Home] [Help]

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

90: where validation_id = p_rec.validation_id;
91: --
92: --
93: --
94: hr_utility.set_location(' Leaving:'||l_proc, 10);
95: --
96: Exception
97: When hr_api.check_integrity_violated Then
98: -- A check constraint has been violated

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

152: --
153: l_proc varchar2(72) := g_package||'pre_update';
154: --
155: Begin
156: hr_utility.set_location('Entering:'||l_proc, 5);
157: --
158: hr_utility.set_location(' Leaving:'||l_proc, 10);
159: End pre_update;
160: --

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

154: --
155: Begin
156: hr_utility.set_location('Entering:'||l_proc, 5);
157: --
158: hr_utility.set_location(' Leaving:'||l_proc, 10);
159: End pre_update;
160: --
161: -- ----------------------------------------------------------------------------
162: -- |-----------------------------< post_update >------------------------------|

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

197: --
198: l_proc varchar2(72) := g_package||'post_update';
199: --
200: Begin
201: hr_utility.set_location('Entering:'||l_proc, 5);
202: begin
203: --
204: pqh_vld_rku.after_update
205: (p_effective_date => p_effective_date

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

284: ,p_hook_type => 'AU');
285: --
286: end;
287: --
288: hr_utility.set_location(' Leaving:'||l_proc, 10);
289: End post_update;
290: --
291: -- ----------------------------------------------------------------------------
292: -- |-----------------------------< convert_defs >-----------------------------|

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

419: --
420: l_proc varchar2(72) := g_package||'upd';
421: --
422: Begin
423: hr_utility.set_location('Entering:'||l_proc, 5);
424: --
425: -- We must lock the row which we need to update.
426: --
427: pqh_vld_shd.lck

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

491: l_rec pqh_vld_shd.g_rec_type;
492: l_proc varchar2(72) := g_package||'upd';
493: --
494: Begin
495: hr_utility.set_location('Entering:'||l_proc, 5);
496: --
497: -- Call conversion function to turn arguments into the
498: -- l_rec structure.
499: --

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

528: ,l_rec
529: );
530: p_object_version_number := l_rec.object_version_number;
531: --
532: hr_utility.set_location(' Leaving:'||l_proc, 10);
533: End upd;
534: --
535: end pqh_vld_upd;