DBA Data[Home] [Help]

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

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

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

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 127: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

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

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

199: --
200: end;
201: --
202: if g_debug then
203: hr_utility.set_location(' Leaving:'||l_proc, 10);
204: end if;
205: End post_delete;
206: --
207: -- ----------------------------------------------------------------------------

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

214: l_proc varchar2(72) := g_package||'del';
215: --
216: Begin
217: if g_debug then
218: hr_utility.set_location('Entering:'||l_proc, 5);
219: end if;
220: --
221: -- We must lock the row which we need to delete.
222: --

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

261: l_proc varchar2(72) := g_package||'del';
262: --
263: Begin
264: if g_debug then
265: hr_utility.set_location('Entering:'||l_proc, 5);
266: end if;
267: --
268: -- As the delete procedure accepts a plsql record structure we do need to
269: -- convert the arguments into the record structure.

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

280: --
281: hxc_han_del.del(l_rec);
282: --
283: if g_debug then
284: hr_utility.set_location(' Leaving:'||l_proc, 10);
285: end if;
286: End del;
287: --
288: end hxc_han_del;