DBA Data[Home] [Help]

APPS.BEN_CTK_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_ctk_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_ctk_shd.g_api_dml := true; -- Set the api dml status
64: --

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

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

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

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

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

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

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

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

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

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

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

219: l_proc varchar2(72) := g_package||'del';
220: --
221: Begin
222: if g_debug then
223: hr_utility.set_location('Entering:'||l_proc, 5);
224: end if;
225: --
226: -- We must lock the row which we need to delete.
227: --

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

268: l_proc varchar2(72) := g_package||'del';
269: --
270: Begin
271: if g_debug then
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 291: hr_utility.set_location(' Leaving:'||l_proc, 10);

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