DBA Data[Home] [Help]

APPS.HXC_ULQ_DEL 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_ulq_del.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- ----------------------------------------------------------------------------
12: -- |------------------------------< delete_dml >------------------------------|
13: -- ----------------------------------------------------------------------------

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

58: Begin
59:
60: if g_debug then
61: l_proc := g_package||'delete_dml';
62: hr_utility.set_location('Entering:'||l_proc, 5);
63: end if;
64: --
65: --
66: --

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

71: --
72: --
73: --
74: if g_debug then
75: hr_utility.set_location(' Leaving:'||l_proc, 10);
76: end if;
77: --
78: Exception
79: When hr_api.child_integrity_violated then

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

125: Begin
126:
127: if g_debug then
128: l_proc := g_package||'pre_delete';
129: hr_utility.set_location('Entering:'||l_proc, 5);
130: hr_utility.set_location(' Leaving:'||l_proc, 10);
131: end if;
132: End pre_delete;
133: --

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

126:
127: if g_debug then
128: l_proc := g_package||'pre_delete';
129: hr_utility.set_location('Entering:'||l_proc, 5);
130: hr_utility.set_location(' Leaving:'||l_proc, 10);
131: end if;
132: End pre_delete;
133: --
134: -- ----------------------------------------------------------------------------

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

170: Begin
171:
172: if g_debug then
173: l_proc := g_package||'post_delete';
174: hr_utility.set_location('Entering:'||l_proc, 5);
175: end if;
176: begin
177: --
178: hxc_ulq_rkd.after_delete

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

258: --
259: end;
260: --
261: if g_debug then
262: hr_utility.set_location(' Leaving:'||l_proc, 10);
263: end if;
264: End post_delete;
265: --
266: -- ----------------------------------------------------------------------------

Line 276: g_debug :=hr_utility.debug_enabled;

272: --
273: l_proc varchar2(72) ;
274: --
275: Begin
276: g_debug :=hr_utility.debug_enabled;
277: if g_debug then
278: l_proc := g_package||'del';
279: hr_utility.set_location('Entering:'||l_proc, 5);
280: end if;

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

275: Begin
276: g_debug :=hr_utility.debug_enabled;
277: if g_debug then
278: l_proc := g_package||'del';
279: hr_utility.set_location('Entering:'||l_proc, 5);
280: end if;
281: --
282: -- We must lock the row which we need to delete.
283: --

Line 319: g_debug :=hr_utility.debug_enabled;

315: l_rec hxc_ulq_shd.g_rec_type;
316: l_proc varchar2(72) ;
317: --
318: Begin
319: g_debug :=hr_utility.debug_enabled;
320: if g_debug then
321: l_proc := g_package||'del';
322: hr_utility.set_location('Entering:'||l_proc, 5);
323: end if;

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

318: Begin
319: g_debug :=hr_utility.debug_enabled;
320: if g_debug then
321: l_proc := g_package||'del';
322: hr_utility.set_location('Entering:'||l_proc, 5);
323: end if;
324: --
325: -- As the delete procedure accepts a plsql record structure we do need to
326: -- convert the arguments into the record structure.

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

336: --
337: hxc_ulq_del.del(l_rec);
338: --
339: if g_debug then
340: hr_utility.set_location(' Leaving:'||l_proc, 10);
341: end if;
342: End del;
343: --
344: end hxc_ulq_del;