DBA Data[Home] [Help]

APPS.HXC_ULT_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_ult_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 76: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

125: --
126: Begin
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: Begin
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_ult_rkd.after_delete

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

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

Line 214: g_debug :=hr_utility.debug_enabled;

210: --
211: l_proc varchar2(72) ;
212: --
213: Begin
214: g_debug :=hr_utility.debug_enabled;
215: if g_debug then
216: l_proc := g_package||'del';
217: hr_utility.set_location('Entering:'||l_proc, 5);
218: end if;

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

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

Line 257: g_debug :=hr_utility.debug_enabled;

253: l_rec hxc_ult_shd.g_rec_type;
254: l_proc varchar2(72) ;
255: --
256: Begin
257: g_debug :=hr_utility.debug_enabled;
258: if g_debug then
259: l_proc := g_package||'del';
260: hr_utility.set_location('Entering:'||l_proc, 5);
261: end if;

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

256: Begin
257: g_debug :=hr_utility.debug_enabled;
258: if g_debug then
259: l_proc := g_package||'del';
260: hr_utility.set_location('Entering:'||l_proc, 5);
261: end if;
262: --
263: -- As the delete procedure accepts a plsql record structure we do need to
264: -- convert the arguments into the record structure.

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

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

Line 300: g_debug :=hr_utility.debug_enabled;

296: --
297: l_proc varchar2(72) ;
298: --
299: Begin
300: g_debug :=hr_utility.debug_enabled;
301: if g_debug then
302: l_proc := g_package||'del_tl';
303: hr_utility.set_location('Entering:'||l_proc,10);
304: end if;

Line 303: hr_utility.set_location('Entering:'||l_proc,10);

299: Begin
300: g_debug :=hr_utility.debug_enabled;
301: if g_debug then
302: l_proc := g_package||'del_tl';
303: hr_utility.set_location('Entering:'||l_proc,10);
304: end if;
305: --
306: -- Delete all the translated rows
307: --

Line 316: hr_utility.set_location(' Leaving:'||l_proc,20);

312: );
313: end loop;
314: --
315: if g_debug then
316: hr_utility.set_location(' Leaving:'||l_proc,20);
317: end if;
318: End del_tl;
319: --
320: end hxc_ult_del;