DBA Data[Home] [Help]

APPS.BEN_RTS_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_rts_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_rts_shd.g_api_dml := true; -- Set the api dml status
64: --

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

71: --
72: ben_rts_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_rts_rkd.after_delete

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

291: --
292: end;
293: --
294: if g_debug then
295: hr_utility.set_location(' Leaving:'||l_proc, 10);
296: end if;
297: End post_delete;
298: --
299: -- ----------------------------------------------------------------------------

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

306: l_proc varchar2(72) := g_package||'del';
307: --
308: Begin
309: if g_debug then
310: hr_utility.set_location('Entering:'||l_proc, 5);
311: end if;
312: --
313: -- We must lock the row which we need to delete.
314: --

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

357: l_proc varchar2(72) := g_package||'del';
358: --
359: Begin
360: if g_debug then
361: hr_utility.set_location('Entering:'||l_proc, 5);
362: end if;
363: --
364: -- As the delete procedure accepts a plsql record structure we do need to
365: -- convert the arguments into the record structure.

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

377: --
378: ben_rts_del.del(l_rec);
379: --
380: if g_debug then
381: hr_utility.set_location(' Leaving:'||l_proc, 10);
382: end if;
383: End del;
384: --
385: end ben_rts_del;