DBA Data[Home] [Help]

APPS.BEN_ESW_BUS dependencies on BEN_ESW_BUS

Line 1: Package Body ben_esw_bus as

1: Package Body ben_esw_bus as
2: /* $Header: beeswrhi.pkb 120.1 2005/06/17 09:40 abparekh noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ben_esw_bus.'; -- Global package name
9: --
10: -- The following two global variables are only to be
11: -- used by the return_legislation_code function.
12: --

Line 126: if ( nvl(ben_esw_bus.g_elig_scre_wtg_id, hr_api.g_number)

122: ,p_argument => 'elig_scre_wtg_id'
123: ,p_argument_value => p_elig_scre_wtg_id
124: );
125: --
126: if ( nvl(ben_esw_bus.g_elig_scre_wtg_id, hr_api.g_number)
127: = p_elig_scre_wtg_id) then
128: --
129: -- The legislation code has already been found with a previous
130: -- call to this function. Just return the value in the global

Line 133: l_legislation_code := ben_esw_bus.g_legislation_code;

129: -- The legislation code has already been found with a previous
130: -- call to this function. Just return the value in the global
131: -- variable.
132: --
133: l_legislation_code := ben_esw_bus.g_legislation_code;
134: hr_utility.set_location(l_proc, 20);
135: else
136: --
137: -- The ID is different to the last call to this function

Line 157: ben_esw_bus.g_elig_scre_wtg_id := p_elig_scre_wtg_id;

153: -- Set the global variables so the values are
154: -- available for the next call to this function.
155: --
156: close csr_leg_code;
157: ben_esw_bus.g_elig_scre_wtg_id := p_elig_scre_wtg_id;
158: ben_esw_bus.g_legislation_code := l_legislation_code;
159: end if;
160: hr_utility.set_location(' Leaving:'|| l_proc, 40);
161: return l_legislation_code;

Line 158: ben_esw_bus.g_legislation_code := l_legislation_code;

154: -- available for the next call to this function.
155: --
156: close csr_leg_code;
157: ben_esw_bus.g_elig_scre_wtg_id := p_elig_scre_wtg_id;
158: ben_esw_bus.g_legislation_code := l_legislation_code;
159: end if;
160: hr_utility.set_location(' Leaving:'|| l_proc, 40);
161: return l_legislation_code;
162: end return_legislation_code;

Line 486: end ben_esw_bus;

482: --
483: hr_utility.set_location(' Leaving:'||l_proc, 10);
484: End delete_validate;
485: --
486: end ben_esw_bus;