DBA Data[Home] [Help]

APPS.HXC_HAC_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_hac_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_hac_shd.g_api_dml := true; -- Set the api dml status
65: --

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

75: --
76: hxc_hac_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_hac_rkd.after_delete

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

221: --
222: end;
223: --
224: if g_debug then
225: hr_utility.set_location(' Leaving:'||l_proc, 10);
226: end if;
227: End post_delete;
228: --
229: -- ----------------------------------------------------------------------------

Line 239: g_debug:=hr_utility.debug_enabled;

235: --
236: l_proc varchar2(72);
237: --
238: Begin
239: g_debug:=hr_utility.debug_enabled;
240: if g_debug then
241: l_proc := g_package||'del';
242: hr_utility.set_location('Entering:'||l_proc, 5);
243: end if;

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

238: Begin
239: g_debug:=hr_utility.debug_enabled;
240: if g_debug then
241: l_proc := g_package||'del';
242: hr_utility.set_location('Entering:'||l_proc, 5);
243: end if;
244: --
245: -- We must lock the row which we need to delete.
246: --

Line 282: g_debug:=hr_utility.debug_enabled;

278: l_rec hxc_hac_shd.g_rec_type;
279: l_proc varchar2(72);
280: --
281: Begin
282: g_debug:=hr_utility.debug_enabled;
283: if g_debug then
284: l_proc := g_package||'del';
285: hr_utility.set_location('Entering:'||l_proc, 5);
286: end if;

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

281: Begin
282: g_debug:=hr_utility.debug_enabled;
283: if g_debug then
284: l_proc := g_package||'del';
285: hr_utility.set_location('Entering:'||l_proc, 5);
286: end if;
287: --
288: -- As the delete procedure accepts a plsql record structure we do need to
289: -- convert the arguments into the record structure.

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

299: --
300: hxc_hac_del.del(l_rec);
301: --
302: if g_debug then
303: hr_utility.set_location(' Leaving:'||l_proc, 10);
304: end if;
305: End del;
306: --
307: end hxc_hac_del;