DBA Data[Home] [Help]

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

126: --
127: ben_rts_shd.g_api_dml := false; -- Unset the api dml status
128: --
129: if g_debug then
130: hr_utility.set_location(' Leaving:'||l_proc, 10);
131: end if;
132: --
133: Exception
134: When hr_api.check_integrity_violated Then

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

190: l_proc varchar2(72) := g_package||'pre_update';
191: --
192: Begin
193: if g_debug then
194: hr_utility.set_location('Entering:'||l_proc, 5);
195: end if;
196: --
197: if g_debug then
198: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

194: hr_utility.set_location('Entering:'||l_proc, 5);
195: end if;
196: --
197: if g_debug then
198: hr_utility.set_location(' Leaving:'||l_proc, 10);
199: end if;
200: End pre_update;
201: --
202: -- ----------------------------------------------------------------------------

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

238: l_proc varchar2(72) := g_package||'post_update';
239: --
240: Begin
241: if g_debug then
242: hr_utility.set_location('Entering:'||l_proc, 5);
243: end if;
244: begin
245: --
246: ben_rts_rku.after_update

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

462: --
463: end;
464: --
465: if g_debug then
466: hr_utility.set_location(' Leaving:'||l_proc, 10);
467: end if;
468: End post_update;
469: --
470: -- ----------------------------------------------------------------------------

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

722: l_proc varchar2(72) := g_package||'upd';
723: --
724: Begin
725: if g_debug then
726: hr_utility.set_location('Entering:'||l_proc, 5);
727: end if;
728: --
729: -- We must lock the row which we need to update.
730: --

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

828: l_proc varchar2(72) := g_package||'upd';
829: --
830: Begin
831: if g_debug then
832: hr_utility.set_location('Entering:'||l_proc, 5);
833: end if;
834: --
835: -- Call conversion function to turn arguments into the
836: -- l_rec structure.

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

900: );
901: p_object_version_number := l_rec.object_version_number;
902: --
903: if g_debug then
904: hr_utility.set_location(' Leaving:'||l_proc, 10);
905: end if;
906: End upd;
907: --
908: end ben_rts_upd;