DBA Data[Home] [Help]

APPS.HXC_HTC_DEL dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

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

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

78:
79: hxc_htc_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_htc_rkd.after_delete

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

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

Line 225: g_debug := hr_utility.debug_enabled;

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

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

225: g_debug := hr_utility.debug_enabled;
226:
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 270: g_debug := hr_utility.debug_enabled;

266: l_rec hxc_htc_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_htc_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_htc_del;