DBA Data[Home] [Help]

APPS.HXC_MPC_DEL dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

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

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

73: --
74: hxc_mpc_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_mpc_rkd.after_delete

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

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

Line 223: g_debug := hr_utility.debug_enabled;

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

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

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

Line 267: g_debug := hr_utility.debug_enabled;

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

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

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

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

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