DBA Data[Home] [Help]

APPS.HXC_HRR_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_hrr_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_hrr_rkd.after_delete

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

208: --
209: end;
210: --
211: if g_debug then
212: hr_utility.set_location(' Leaving:'||l_proc, 10);
213: end if;
214: End post_delete;
215: --
216: -- ----------------------------------------------------------------------------

Line 226: g_debug:=hr_utility.debug_enabled;

222: --
223: l_proc varchar2(72);
224: --
225: Begin
226: g_debug:=hr_utility.debug_enabled;
227: if g_debug then
228: l_proc := g_package||'del';
229: hr_utility.set_location('Entering:'||l_proc, 5);
230: end if;

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

225: Begin
226: g_debug:=hr_utility.debug_enabled;
227: if g_debug then
228: l_proc := g_package||'del';
229: hr_utility.set_location('Entering:'||l_proc, 5);
230: end if;
231: --
232: -- We must lock the row which we need to delete.
233: --

Line 269: g_debug:=hr_utility.debug_enabled;

265: l_rec hxc_hrr_shd.g_rec_type;
266: l_proc varchar2(72);
267: --
268: Begin
269: g_debug:=hr_utility.debug_enabled;
270: if g_debug then
271: l_proc := g_package||'del';
272: hr_utility.set_location('Entering:'||l_proc, 5);
273: end if;

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

268: Begin
269: g_debug:=hr_utility.debug_enabled;
270: if g_debug then
271: l_proc := g_package||'del';
272: hr_utility.set_location('Entering:'||l_proc, 5);
273: end if;
274: --
275: -- As the delete procedure accepts a plsql record structure we do need to
276: -- convert the arguments into the record structure.

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

286: --
287: hxc_hrr_del.del(l_rec);
288: --
289: if g_debug then
290: hr_utility.set_location(' Leaving:'||l_proc, 10);
291: end if;
292: End del;
293: --
294: end hxc_hrr_del;