DBA Data[Home] [Help]

APPS.HXC_TKGQC_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) := ' hxc_tkgqc_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: if g_debug then
62: l_proc := g_package||'update_dml';
63:
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 90: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

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

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

200:
201: if g_debug then
202: l_proc := g_package||'post_update';
203:
204: hr_utility.set_location('Entering:'||l_proc, 5);
205: end if;
206: begin
207: --
208: hxc_tkgqc_rku.after_update

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

236: --
237: end;
238: --
239: if g_debug then
240: hr_utility.set_location(' Leaving:'||l_proc, 10);
241: end if;
242: End post_update;
243: --
244: -- ----------------------------------------------------------------------------

Line 322: g_debug :=hr_utility.debug_enabled;

318: --
319: l_proc varchar2(72) ;
320: --
321: Begin
322: g_debug :=hr_utility.debug_enabled;
323: if g_debug then
324: l_proc := g_package||'upd';
325:
326: hr_utility.set_location('Entering:'||l_proc, 5);

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

322: g_debug :=hr_utility.debug_enabled;
323: if g_debug then
324: l_proc := g_package||'upd';
325:
326: hr_utility.set_location('Entering:'||l_proc, 5);
327: end if;
328: --
329: -- We must lock the row which we need to update.
330: --

Line 378: g_debug :=hr_utility.debug_enabled;

374: l_rec hxc_tkgqc_shd.g_rec_type;
375: l_proc varchar2(72) ;
376: --
377: Begin
378: g_debug :=hr_utility.debug_enabled;
379: if g_debug then
380: l_proc := g_package||'upd';
381:
382: hr_utility.set_location('Entering:'||l_proc, 5);

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

378: g_debug :=hr_utility.debug_enabled;
379: if g_debug then
380: l_proc := g_package||'upd';
381:
382: hr_utility.set_location('Entering:'||l_proc, 5);
383: end if;
384: --
385: -- Call conversion function to turn arguments into the
386: -- l_rec structure.

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

403: );
404: p_object_version_number := l_rec.object_version_number;
405: --
406: if g_debug then
407: hr_utility.set_location(' Leaving:'||l_proc, 10);
408: end if;
409: End upd;
410: --
411: end hxc_tkgqc_upd;