DBA Data[Home] [Help]

APPS.PQH_CPD_UPD dependencies on HR_UTILITY

Line 9: g_debug boolean := hr_utility.debug_enabled;

5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_cpd_upd.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- ----------------------------------------------------------------------------
12: -- |------------------------------< update_dml >------------------------------|
13: -- ----------------------------------------------------------------------------

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

60: --
61: Begin
62: if g_debug then
63: l_proc := g_package||'update_dml';
64: hr_utility.set_location('Entering:'||l_proc, 5);
65: end if;
66: --
67: -- Increment the object version
68: p_rec.object_version_number := p_rec.object_version_number + 1;

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

132: --
133: pqh_cpd_shd.g_api_dml := false; -- Unset the api dml status
134: --
135: if g_debug then
136: hr_utility.set_location(' Leaving:'||l_proc, 10);
137: end if;
138: --
139: Exception
140: When hr_api.check_integrity_violated Then

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

197: --
198: Begin
199: if g_debug then
200: l_proc := g_package||'pre_update';
201: hr_utility.set_location('Entering:'||l_proc, 5);
202: end if;
203: --
204: if g_debug then
205: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

201: hr_utility.set_location('Entering:'||l_proc, 5);
202: end if;
203: --
204: if g_debug then
205: hr_utility.set_location(' Leaving:'||l_proc, 10);
206: end if;
207: End pre_update;
208: --
209: -- ----------------------------------------------------------------------------

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

247: --
248: Begin
249: if g_debug then
250: l_proc := g_package||'post_update';
251: hr_utility.set_location('Entering:'||l_proc, 5);
252: end if;
253: begin
254: --
255: pqh_cpd_rku.after_update

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

484: --
485: end;
486: --
487: if g_debug then
488: hr_utility.set_location(' Leaving:'||l_proc, 10);
489: end if;
490: End post_update;
491: --
492: -- ----------------------------------------------------------------------------

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

770: --
771: Begin
772: if g_debug then
773: l_proc := g_package||'upd';
774: hr_utility.set_location('Entering:'||l_proc, 5);
775: end if;
776: --
777: -- We must lock the row which we need to update.
778: --

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

882: --
883: Begin
884: if g_debug then
885: l_proc := g_package||'upd';
886: hr_utility.set_location('Entering:'||l_proc, 5);
887: end if;
888:
889: --
890: -- Call conversion function to turn arguments into the

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

959: );
960: p_object_version_number := l_rec.object_version_number;
961: --
962: if g_debug then
963: hr_utility.set_location(' Leaving:'||l_proc, 10);
964: end if;
965: End upd;
966: --
967: end pqh_cpd_upd;