DBA Data[Home] [Help]

APPS.HXC_DRU_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_dru_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: hxc_dru_shd.g_api_dml := true; -- Set the api dml status
65: --

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

70: --
71: hxc_dru_shd.g_api_dml := false; -- Unset the api dml status
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: 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 174: hr_utility.set_location('Entering:'||l_proc, 5);

170: --
171: Begin
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_dru_rkd.after_delete

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

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

Line 216: g_debug:=hr_utility.debug_enabled;

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

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

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

Line 259: g_debug:=hr_utility.debug_enabled;

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

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

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

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

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