DBA Data[Home] [Help]

APPS.BEN_CPG_DEL dependencies on HR_UTILITY

Line 9: g_debug boolean := hr_utility.debug_enabled;

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

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

56: l_proc varchar2(72) := g_package||'delete_dml';
57: --
58: Begin
59: if g_debug then
60: hr_utility.set_location('Entering:'||l_proc, 5);
61: end if;
62: --
63: ben_cpg_shd.g_api_dml := true; -- Set the api dml status
64: --

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

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

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

123: l_proc varchar2(72) := g_package||'pre_delete';
124: --
125: Begin
126: if g_debug then
127: hr_utility.set_location('Entering:'||l_proc, 5);
128: end if;
129: --
130: if g_debug then
131: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

169: l_proc varchar2(72) := g_package||'post_delete';
170: --
171: Begin
172: if g_debug then
173: hr_utility.set_location('Entering:'||l_proc, 5);
174: end if;
175: begin
176: --
177: ben_cpg_rkd.after_delete

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

259: --
260: end;
261: --
262: if g_debug then
263: hr_utility.set_location(' Leaving:'||l_proc, 10);
264: end if;
265: End post_delete;
266: --
267: -- ----------------------------------------------------------------------------

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

274: l_proc varchar2(72) := g_package||'del';
275: --
276: Begin
277: if g_debug then
278: hr_utility.set_location('Entering:'||l_proc, 5);
279: end if;
280: --
281: -- We must lock the row which we need to delete.
282: --

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

325: l_proc varchar2(72) := g_package||'del';
326: --
327: Begin
328: if g_debug then
329: hr_utility.set_location('Entering:'||l_proc, 5);
330: end if;
331: --
332: -- As the delete procedure accepts a plsql record structure we do need to
333: -- convert the arguments into the record structure.

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

345: --
346: ben_cpg_del.del(l_rec);
347: --
348: if g_debug then
349: hr_utility.set_location(' Leaving:'||l_proc, 10);
350: end if;
351: End del;
352: --
353: end ben_cpg_del;