DBA Data[Home] [Help]

APPS.HXC_HEG_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_heg_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_heg_shd.g_api_dml := true; -- Set the api dml status
63:

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

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

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

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

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

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

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

167: --
168: Begin
169: if g_debug then
170: l_proc := g_package||'post_delete';
171: hr_utility.set_location('Entering:'||l_proc, 5);
172: end if;
173: begin
174: --
175: hxc_heg_rkd.after_delete

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

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

Line 217: g_debug:=hr_utility.debug_enabled;

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

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

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

Line 260: g_debug:=hr_utility.debug_enabled;

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

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

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

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

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