DBA Data[Home] [Help]

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

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

59: l_proc varchar2(72) := g_package||'update_dml';
60: --
61: Begin
62: if g_debug then
63: hr_utility.set_location('Entering:'||l_proc, 5);
64: end if;
65: --
66: -- Increment the object version
67: p_rec.object_version_number := p_rec.object_version_number + 1;

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

227: --
228: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
229: --
230: if g_debug then
231: hr_utility.set_location(' Leaving:'||l_proc, 10);
232: end if;
233: --
234: Exception
235: When hr_api.check_integrity_violated Then

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

291: l_proc varchar2(72) := g_package||'pre_update';
292: --
293: Begin
294: if g_debug then
295: hr_utility.set_location('Entering:'||l_proc, 5);
296: end if;
297: --
298: if g_debug then
299: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

295: hr_utility.set_location('Entering:'||l_proc, 5);
296: end if;
297: --
298: if g_debug then
299: hr_utility.set_location(' Leaving:'||l_proc, 10);
300: end if;
301: End pre_update;
302: --
303: -- ----------------------------------------------------------------------------

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

339: l_proc varchar2(72) := g_package||'post_update';
340: --
341: Begin
342: if g_debug then
343: hr_utility.set_location('Entering:'||l_proc, 5);
344: end if;
345: begin
346: --
347: ben_cpi_rku.after_update

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

963: --
964: end;
965: --
966: if g_debug then
967: hr_utility.set_location(' Leaving:'||l_proc, 10);
968: end if;
969: End post_update;
970: --
971: -- ----------------------------------------------------------------------------

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

1635: l_proc varchar2(72) := g_package||'upd';
1636: --
1637: Begin
1638: if g_debug then
1639: hr_utility.set_location('Entering:'||l_proc, 5);
1640: end if;
1641: --
1642: -- We must lock the row which we need to update.
1643: --

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

1840: l_proc varchar2(72) := g_package||'upd';
1841: --
1842: Begin
1843: if g_debug then
1844: hr_utility.set_location('Entering:'||l_proc, 5);
1845: end if;
1846: --
1847: -- Call conversion function to turn arguments into the
1848: -- l_rec structure.

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

2012: );
2013: p_object_version_number := l_rec.object_version_number;
2014: --
2015: if g_debug then
2016: hr_utility.set_location(' Leaving:'||l_proc, 10);
2017: end if;
2018: End upd;
2019: --
2020: end ben_cpi_upd;