DBA Data[Home] [Help]

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

84: --
85: ben_ctk_shd.g_api_dml := false; -- Unset the api dml status
86: --
87: if g_debug then
88: hr_utility.set_location(' Leaving:'||l_proc, 10);
89: end if;
90: --
91: Exception
92: When hr_api.check_integrity_violated Then

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

148: l_proc varchar2(72) := g_package||'pre_update';
149: --
150: Begin
151: if g_debug then
152: hr_utility.set_location('Entering:'||l_proc, 5);
153: end if;
154: --
155: if g_debug then
156: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

152: hr_utility.set_location('Entering:'||l_proc, 5);
153: end if;
154: --
155: if g_debug then
156: hr_utility.set_location(' Leaving:'||l_proc, 10);
157: end if;
158: End pre_update;
159: --
160: -- ----------------------------------------------------------------------------

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

196: l_proc varchar2(72) := g_package||'post_update';
197: --
198: Begin
199: if g_debug then
200: hr_utility.set_location('Entering:'||l_proc, 5);
201: end if;
202: begin
203: --
204: ben_ctk_rku.after_update

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

246: --
247: end;
248: --
249: if g_debug then
250: hr_utility.set_location(' Leaving:'||l_proc, 10);
251: end if;
252: End post_update;
253: --
254: -- ----------------------------------------------------------------------------

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

342: l_proc varchar2(72) := g_package||'upd';
343: --
344: Begin
345: if g_debug then
346: hr_utility.set_location('Entering:'||l_proc, 5);
347: end if;
348: --
349: -- We must lock the row which we need to update.
350: --

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

405: l_proc varchar2(72) := g_package||'upd';
406: --
407: Begin
408: if g_debug then
409: hr_utility.set_location('Entering:'||l_proc, 5);
410: end if;
411: --
412: -- Call conversion function to turn arguments into the
413: -- l_rec structure.

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

434: );
435: p_object_version_number := l_rec.object_version_number;
436: --
437: if g_debug then
438: hr_utility.set_location(' Leaving:'||l_proc, 10);
439: end if;
440: End upd;
441: --
442: end ben_ctk_upd;