DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

274: ,p_hook_type => 'AU');
275: --
276: end;
277: --
278: hr_utility.set_location(' Leaving:'||l_proc, 10);
279: End post_update;
280: --
281: -- ----------------------------------------------------------------------------
282: -- |-----------------------------< convert_defs >-----------------------------|

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

401: --
402: l_proc varchar2(72) := g_package||'upd';
403: --
404: Begin
405: hr_utility.set_location('Entering:'||l_proc, 5);
406:
407: --
408: -- We must lock the row which we need to update.
409: --

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

474: l_rec pqh_cgn_shd.g_rec_type;
475: l_proc varchar2(72) := g_package||'upd';
476: --
477: Begin
478: hr_utility.set_location('Entering:'||l_proc, 5);
479: --
480: -- Call conversion function to turn arguments into the
481: -- l_rec structure.
482: --

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

509: ,l_rec
510: );
511: p_object_version_number := l_rec.object_version_number;
512: --
513: hr_utility.set_location(' Leaving:'||l_proc, 10);
514: End upd;
515: --
516: end pqh_cgn_upd;