DBA Data[Home] [Help]

APPS.HXC_HRP_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_hrp_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: --
65: --

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

70: --
71: --
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: --
129: hr_utility.set_location(' Leaving:'||l_proc, 10);
130: end if;
131: End pre_delete;

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

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

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

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

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

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

Line 218: g_debug:=hr_utility.debug_enabled;

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

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

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

Line 261: g_debug:=hr_utility.debug_enabled;

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

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

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

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

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