DBA Data[Home] [Help]

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

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

55: --
56: Begin
57: if g_debug then
58: l_proc := g_package||'delete_dml';
59: hr_utility.set_location('Entering:'||l_proc, 5);
60: end if;
61: --
62: hxc_egc_shd.g_api_dml := true; -- Set the api dml status
63: --

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

68: --
69: hxc_egc_shd.g_api_dml := false; -- Unset the api dml status
70: --
71: if g_debug then
72: hr_utility.set_location(' Leaving:'||l_proc, 10);
73: end if;
74: --
75: Exception
76: When hr_api.child_integrity_violated then

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

119: --
120: Begin
121: if g_debug then
122: l_proc := g_package||'pre_delete';
123: hr_utility.set_location('Entering:'||l_proc, 5);
124: --
125: hr_utility.set_location(' Leaving:'||l_proc, 10);
126: end if;
127: End pre_delete;

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

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

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

162: --
163: Begin
164: if g_debug then
165: l_proc:= g_package||'post_delete';
166: hr_utility.set_location('Entering:'||l_proc, 5);
167: end if;
168: begin
169: --
170: hxc_egc_rkd.after_delete

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

252: --
253: end;
254: --
255: if g_debug then
256: hr_utility.set_location(' Leaving:'||l_proc, 10);
257: end if;
258: End post_delete;
259: --
260: -- ----------------------------------------------------------------------------

Line 270: g_debug:=hr_utility.debug_enabled;

266: --
267: l_proc varchar2(72);
268: --
269: Begin
270: g_debug:=hr_utility.debug_enabled;
271: if g_debug then
272: l_proc := g_package||'del';
273: hr_utility.set_location('Entering:'||l_proc, 5);
274: end if;

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

269: Begin
270: g_debug:=hr_utility.debug_enabled;
271: if g_debug then
272: l_proc := g_package||'del';
273: hr_utility.set_location('Entering:'||l_proc, 5);
274: end if;
275: --
276: -- We must lock the row which we need to delete.
277: --

Line 313: g_debug:=hr_utility.debug_enabled;

309: l_rec hxc_egc_shd.g_rec_type;
310: l_proc varchar2(72);
311: --
312: Begin
313: g_debug:=hr_utility.debug_enabled;
314: if g_debug then
315: l_proc:= g_package||'del';
316: hr_utility.set_location('Entering:'||l_proc, 5);
317: end if;

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

312: Begin
313: g_debug:=hr_utility.debug_enabled;
314: if g_debug then
315: l_proc:= g_package||'del';
316: hr_utility.set_location('Entering:'||l_proc, 5);
317: end if;
318: --
319: -- As the delete procedure accepts a plsql record structure we do need to
320: -- convert the arguments into the record structure.

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

330: --
331: hxc_egc_del.del(l_rec);
332: --
333: if g_debug then
334: hr_utility.set_location(' Leaving:'||l_proc, 10);
335: end if;
336: End del;
337: --
338: end hxc_egc_del;