DBA Data[Home] [Help]

APPS.HXC_APS_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_aps_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_aps_shd.g_api_dml := true; -- Set the api dml status
65: --

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

75: --
76: hxc_aps_shd.g_api_dml := false; -- Unset the api dml status
77: --
78: if g_debug then
79: hr_utility.set_location(' Leaving:'||l_proc, 10);
80: end if;
81: --
82: Exception
83: When hr_api.child_integrity_violated then

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

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

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

130: if g_debug then
131: l_proc:= g_package||'pre_delete';
132: hr_utility.set_location('Entering:'||l_proc, 5);
133: --
134: hr_utility.set_location(' Leaving:'||l_proc, 10);
135: end if;
136: End pre_delete;
137: --
138: -- ----------------------------------------------------------------------------

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

173: --
174: Begin
175: if g_debug then
176: l_proc:= g_package||'post_delete';
177: hr_utility.set_location('Entering:'||l_proc, 5);
178: end if;
179: begin
180: --
181: hxc_aps_rkd.after_delete

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

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

Line 215: g_debug:=hr_utility.debug_enabled;

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

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

214: Begin
215: g_debug:=hr_utility.debug_enabled;
216: if g_debug then
217: l_proc:= g_package||'del';
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 258: g_debug:=hr_utility.debug_enabled;

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

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

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

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

275: --
276: hxc_aps_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: end hxc_aps_del;