DBA Data[Home] [Help]

APPS.BEN_CPI_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_cpi_del.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- ----------------------------------------------------------------------------
12: -- ----------------------< delete_app_ownerships >----------------------------|
13: -- ----------------------------------------------------------------------------

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

90: l_proc varchar2(72) := g_package||'delete_dml';
91: --
92: Begin
93: if g_debug then
94: hr_utility.set_location('Entering:'||l_proc, 5);
95: end if;
96: --
97: ben_cpi_shd.g_api_dml := true; -- Set the api dml status
98: --

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

103: --
104: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
105: --
106: if g_debug then
107: hr_utility.set_location(' Leaving:'||l_proc, 10);
108: end if;
109: --
110: Exception
111: When hr_api.child_integrity_violated then

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

155: l_proc varchar2(72) := g_package||'pre_delete';
156: --
157: Begin
158: if g_debug then
159: hr_utility.set_location('Entering:'||l_proc, 5);
160: end if;
161: --
162: if g_debug then
163: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

159: hr_utility.set_location('Entering:'||l_proc, 5);
160: end if;
161: --
162: if g_debug then
163: hr_utility.set_location(' Leaving:'||l_proc, 10);
164: end if;
165: End pre_delete;
166: --
167: -- ----------------------------------------------------------------------------

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

201: l_proc varchar2(72) := g_package||'post_delete';
202: --
203: Begin
204: if g_debug then
205: hr_utility.set_location('Entering:'||l_proc, 5);
206: end if;
207: begin
208: --
209: -- Delete ownerships if applicable

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

528: --
529: end;
530: --
531: if g_debug then
532: hr_utility.set_location(' Leaving:'||l_proc, 10);
533: end if;
534: End post_delete;
535: --
536: -- ----------------------------------------------------------------------------

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

543: l_proc varchar2(72) := g_package||'del';
544: --
545: Begin
546: if g_debug then
547: hr_utility.set_location('Entering:'||l_proc, 5);
548: end if;
549: --
550: -- We must lock the row which we need to delete.
551: --

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

590: l_proc varchar2(72) := g_package||'del';
591: --
592: Begin
593: if g_debug then
594: hr_utility.set_location('Entering:'||l_proc, 5);
595: end if;
596: --
597: -- As the delete procedure accepts a plsql record structure we do need to
598: -- convert the arguments into the record structure.

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

608: --
609: ben_cpi_del.del(l_rec);
610: --
611: if g_debug then
612: hr_utility.set_location(' Leaving:'||l_proc, 10);
613: end if;
614: End del;
615: --
616: end ben_cpi_del;