DBA Data[Home] [Help]

APPS.HXC_RTR_DEL dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_rtr_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: hxc_rtr_shd.g_api_dml := true; -- Set the api dml status
68: --

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

78: --
79: hxc_rtr_shd.g_api_dml := false; -- Unset the api dml status
80: --
81: if g_debug then
82: hr_utility.set_location(' Leaving:'||l_proc, 10);
83: end if;
84: --
85: Exception
86: When hr_api.child_integrity_violated then

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

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

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

135: if g_debug then
136: l_proc := g_package||'pre_delete';
137: hr_utility.set_location('Entering:'||l_proc, 5);
138: --
139: hr_utility.set_location(' Leaving:'||l_proc, 10);
140: end if;
141: End pre_delete;
142: --
143: -- ----------------------------------------------------------------------------

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

180:
181:
182: if g_debug then
183: l_proc := g_package||'post_delete';
184: hr_utility.set_location('Entering:'||l_proc, 5);
185: end if;
186: begin
187: --
188: hxc_rtr_rkd.after_delete

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

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

Line 224: g_debug := hr_utility.debug_enabled;

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

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

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

Line 268: g_debug := hr_utility.debug_enabled;

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

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

268: g_debug := hr_utility.debug_enabled;
269:
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_rtr_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_rtr_del;