DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

274: --
275: end;
276: --
277: if g_debug then
278: hr_utility.set_location(' Leaving:'||l_proc, 10);
279: end if;
280: End post_delete;
281: --
282: -- ----------------------------------------------------------------------------

Line 292: g_debug:=hr_utility.debug_enabled;

288: --
289: l_proc varchar2(72);
290: --
291: Begin
292: g_debug:=hr_utility.debug_enabled;
293: if g_debug then
294: l_proc := g_package||'del';
295: hr_utility.set_location('Entering:'||l_proc, 5);
296: end if;

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

291: Begin
292: g_debug:=hr_utility.debug_enabled;
293: if g_debug then
294: l_proc := g_package||'del';
295: hr_utility.set_location('Entering:'||l_proc, 5);
296: end if;
297: --
298: -- We must lock the row which we need to delete.
299: --

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

333: --
334: Begin
335: if g_debug then
336: l_proc := g_package||'del';
337: hr_utility.set_location('Entering:'||l_proc, 5);
338: end if;
339: --
340: -- As the delete procedure accepts a plsql record structure we do need to
341: -- convert the arguments into the record structure.

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

351: --
352: hxc_hph_del.del(l_rec);
353: --
354: if g_debug then
355: hr_utility.set_location(' Leaving:'||l_proc, 10);
356: end if;
357: End del;
358: --
359: end hxc_hph_del;