DBA Data[Home] [Help]

APPS.HXC_TCC_DEL dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

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

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

73: --
74: hxc_tcc_shd.g_api_dml := false; -- Unset the api dml status
75: --
76: if g_debug then
77: hr_utility.set_location(' Leaving:'||l_proc, 10);
78: end if;
79: --
80: Exception
81: When hr_api.child_integrity_violated then

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

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

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

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

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

175:
176:
177: if g_debug then
178: l_proc := g_package||'post_delete';
179: hr_utility.set_location('Entering:'||l_proc, 5);
180: end if;
181: begin
182:
183: hxc_tcc_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:
228: if g_debug then
229: l_proc := g_package||'del';
230: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

Line 270: g_debug := hr_utility.debug_enabled;

266: l_rec hxc_tcc_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 292: hr_utility.set_location(' Leaving:'||l_proc, 10);

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