DBA Data[Home] [Help]

APPS.BEN_CPI_BUS dependencies on BEN_CPI_BUS

Line 1: Package Body ben_cpi_bus as

1: Package Body ben_cpi_bus as
2: /* $Header: becpirhi.pkb 120.0 2005/05/28 01:13 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' ben_cpi_bus.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ben_cpi_bus.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10:
11: --
12: -- The following two global variables are only to be

Line 134: if ( nvl(ben_cpi_bus.g_group_per_in_ler_id, hr_api.g_number)

130: ,p_argument => 'group_per_in_ler_id'
131: ,p_argument_value => p_group_per_in_ler_id
132: );
133: --
134: if ( nvl(ben_cpi_bus.g_group_per_in_ler_id, hr_api.g_number)
135: = p_group_per_in_ler_id) then
136: --
137: -- The legislation code has already been found with a previous
138: -- call to this function. Just return the value in the global

Line 141: l_legislation_code := ben_cpi_bus.g_legislation_code;

137: -- The legislation code has already been found with a previous
138: -- call to this function. Just return the value in the global
139: -- variable.
140: --
141: l_legislation_code := ben_cpi_bus.g_legislation_code;
142: if g_debug then
143: hr_utility.set_location(l_proc, 20);
144: end if;
145: else

Line 169: ben_cpi_bus.g_group_per_in_ler_id := p_group_per_in_ler_id;

165: -- Set the global variables so the values are
166: -- available for the next call to this function.
167: --
168: close csr_leg_code;
169: ben_cpi_bus.g_group_per_in_ler_id := p_group_per_in_ler_id;
170: ben_cpi_bus.g_legislation_code := l_legislation_code;
171: end if;
172: if g_debug then
173: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 170: ben_cpi_bus.g_legislation_code := l_legislation_code;

166: -- available for the next call to this function.
167: --
168: close csr_leg_code;
169: ben_cpi_bus.g_group_per_in_ler_id := p_group_per_in_ler_id;
170: ben_cpi_bus.g_legislation_code := l_legislation_code;
171: end if;
172: if g_debug then
173: hr_utility.set_location(' Leaving:'|| l_proc, 40);
174: end if;

Line 420: end ben_cpi_bus;

416: hr_utility.set_location(' Leaving:'||l_proc, 10);
417: end if;
418: End delete_validate;
419: --
420: end ben_cpi_bus;