DBA Data[Home] [Help]

APPS.HXC_LKR_DEL dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_lkr_del.'; -- Global package name
9:
10: g_debug boolean := hr_utility.debug_enabled;
11: --
12: -- ----------------------------------------------------------------------------
13: -- |------------------------------< delete_dml >------------------------------|
14: -- ----------------------------------------------------------------------------

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

60:
61:
62: if g_debug then
63: l_proc := g_package||'delete_dml';
64: hr_utility.set_location('Entering:'||l_proc, 5);
65: end if;
66: --
67: --
68: --

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

74: --
75: --
76: --
77: if g_debug then
78: hr_utility.set_location(' Leaving:'||l_proc, 10);
79: end if;
80: --
81: Exception
82: When hr_api.child_integrity_violated then

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

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

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

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

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

176:
177:
178: if g_debug then
179: l_proc := g_package||'post_delete';
180: hr_utility.set_location('Entering:'||l_proc, 5);
181: end if;
182: begin
183: --
184:

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

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

Line 220: g_debug := hr_utility.debug_enabled;

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

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

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

Line 270: g_debug := hr_utility.debug_enabled;

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

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

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

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

289: --
290: hxc_lkr_del.del(l_rec);
291: --
292: if g_debug then
293: hr_utility.set_location(' Leaving:'||l_proc, 10);
294: end if;
295: End del;
296: --
297: end hxc_lkr_del;