DBA Data[Home] [Help]

APPS.BEN_CPG_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) := ' ben_cpg_upd.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- ----------------------------------------------------------------------------
12: -- |------------------------------< update_dml >------------------------------|
13: -- ----------------------------------------------------------------------------

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

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

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

111: --
112: ben_cpg_shd.g_api_dml := false; -- Unset the api dml status
113: --
114: if g_debug then
115: hr_utility.set_location(' Leaving:'||l_proc, 10);
116: end if;
117: --
118: Exception
119: When hr_api.check_integrity_violated Then

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

175: l_proc varchar2(72) := g_package||'pre_update';
176: --
177: Begin
178: if g_debug then
179: hr_utility.set_location('Entering:'||l_proc, 5);
180: end if;
181: --
182: if g_debug then
183: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

179: hr_utility.set_location('Entering:'||l_proc, 5);
180: end if;
181: --
182: if g_debug then
183: hr_utility.set_location(' Leaving:'||l_proc, 10);
184: end if;
185: End pre_update;
186: --
187: -- ----------------------------------------------------------------------------

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

223: l_proc varchar2(72) := g_package||'post_update';
224: --
225: Begin
226: if g_debug then
227: hr_utility.set_location('Entering:'||l_proc, 5);
228: end if;
229: begin
230: --
231: ben_cpg_rku.after_update

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

379: --
380: end;
381: --
382: if g_debug then
383: hr_utility.set_location(' Leaving:'||l_proc, 10);
384: end if;
385: End post_update;
386: --
387: -- ----------------------------------------------------------------------------

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

579: l_proc varchar2(72) := g_package||'upd';
580: --
581: Begin
582: if g_debug then
583: hr_utility.set_location('Entering:'||l_proc, 5);
584: end if;
585: --
586: -- We must lock the row which we need to update.
587: --

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

670: l_proc varchar2(72) := g_package||'upd';
671: --
672: Begin
673: if g_debug then
674: hr_utility.set_location('Entering:'||l_proc, 5);
675: end if;
676: --
677: -- Call conversion function to turn arguments into the
678: -- l_rec structure.

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

726: );
727: p_object_version_number := l_rec.object_version_number;
728: --
729: if g_debug then
730: hr_utility.set_location(' Leaving:'||l_proc, 10);
731: end if;
732: End upd;
733: --
734: end ben_cpg_upd;