DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

279: ,p_hook_type => 'AU');
280: --
281: end;
282: --
283: hr_utility.set_location(' Leaving:'||l_proc, 10);
284: End post_update;
285: --
286: -- ----------------------------------------------------------------------------
287: -- |-----------------------------< convert_defs >-----------------------------|

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

410: --
411: l_proc varchar2(72) := g_package||'upd';
412: --
413: Begin
414: hr_utility.set_location('Entering:'||l_proc, 5);
415: --
416: -- We must lock the row which we need to update.
417: --
418: pqh_ver_shd.lck

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

481: l_rec pqh_ver_shd.g_rec_type;
482: l_proc varchar2(72) := g_package||'upd';
483: --
484: Begin
485: hr_utility.set_location('Entering:'||l_proc, 5);
486: --
487: -- Call conversion function to turn arguments into the
488: -- l_rec structure.
489: --

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

517: ,l_rec
518: );
519: p_object_version_number := l_rec.object_version_number;
520: --
521: hr_utility.set_location(' Leaving:'||l_proc, 10);
522: End upd;
523: --
524: end pqh_ver_upd;