DBA Data[Home] [Help]

APPS.BEN_RTS_BUS dependencies on BEN_RTS_BUS

Line 1: Package Body ben_rts_bus as

1: Package Body ben_rts_bus as
2: /* $Header: bertsrhi.pkb 120.1 2006/01/09 14:37 maagrawa noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 174: if (( nvl(ben_rts_bus.g_group_per_in_ler_id, hr_api.g_number)

170: ,p_argument => 'oipl_id'
171: ,p_argument_value => p_oipl_id
172: );
173: --
174: if (( nvl(ben_rts_bus.g_group_per_in_ler_id, hr_api.g_number)
175: = p_group_per_in_ler_id)
176: and ( nvl(ben_rts_bus.g_pl_id, hr_api.g_number)
177: = p_pl_id)
178: and ( nvl(ben_rts_bus.g_oipl_id, hr_api.g_number)

Line 176: and ( nvl(ben_rts_bus.g_pl_id, hr_api.g_number)

172: );
173: --
174: if (( nvl(ben_rts_bus.g_group_per_in_ler_id, hr_api.g_number)
175: = p_group_per_in_ler_id)
176: and ( nvl(ben_rts_bus.g_pl_id, hr_api.g_number)
177: = p_pl_id)
178: and ( nvl(ben_rts_bus.g_oipl_id, hr_api.g_number)
179: = p_oipl_id)) then
180: --

Line 178: and ( nvl(ben_rts_bus.g_oipl_id, hr_api.g_number)

174: if (( nvl(ben_rts_bus.g_group_per_in_ler_id, hr_api.g_number)
175: = p_group_per_in_ler_id)
176: and ( nvl(ben_rts_bus.g_pl_id, hr_api.g_number)
177: = p_pl_id)
178: and ( nvl(ben_rts_bus.g_oipl_id, hr_api.g_number)
179: = p_oipl_id)) then
180: --
181: -- The legislation code has already been found with a previous
182: -- call to this function. Just return the value in the global

Line 185: l_legislation_code := ben_rts_bus.g_legislation_code;

181: -- The legislation code has already been found with a previous
182: -- call to this function. Just return the value in the global
183: -- variable.
184: --
185: l_legislation_code := ben_rts_bus.g_legislation_code;
186: hr_utility.set_location(l_proc, 20);
187: else
188: --
189: -- The ID is different to the last call to this function

Line 209: ben_rts_bus.g_group_per_in_ler_id := p_group_per_in_ler_id;

205: -- Set the global variables so the values are
206: -- available for the next call to this function.
207: --
208: close csr_leg_code;
209: ben_rts_bus.g_group_per_in_ler_id := p_group_per_in_ler_id;
210: ben_rts_bus.g_pl_id := p_pl_id;
211: ben_rts_bus.g_oipl_id := p_oipl_id;
212: ben_rts_bus.g_legislation_code := l_legislation_code;
213: end if;

Line 210: ben_rts_bus.g_pl_id := p_pl_id;

206: -- available for the next call to this function.
207: --
208: close csr_leg_code;
209: ben_rts_bus.g_group_per_in_ler_id := p_group_per_in_ler_id;
210: ben_rts_bus.g_pl_id := p_pl_id;
211: ben_rts_bus.g_oipl_id := p_oipl_id;
212: ben_rts_bus.g_legislation_code := l_legislation_code;
213: end if;
214: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 211: ben_rts_bus.g_oipl_id := p_oipl_id;

207: --
208: close csr_leg_code;
209: ben_rts_bus.g_group_per_in_ler_id := p_group_per_in_ler_id;
210: ben_rts_bus.g_pl_id := p_pl_id;
211: ben_rts_bus.g_oipl_id := p_oipl_id;
212: ben_rts_bus.g_legislation_code := l_legislation_code;
213: end if;
214: hr_utility.set_location(' Leaving:'|| l_proc, 40);
215: return l_legislation_code;

Line 212: ben_rts_bus.g_legislation_code := l_legislation_code;

208: close csr_leg_code;
209: ben_rts_bus.g_group_per_in_ler_id := p_group_per_in_ler_id;
210: ben_rts_bus.g_pl_id := p_pl_id;
211: ben_rts_bus.g_oipl_id := p_oipl_id;
212: ben_rts_bus.g_legislation_code := l_legislation_code;
213: end if;
214: hr_utility.set_location(' Leaving:'|| l_proc, 40);
215: return l_legislation_code;
216: end return_legislation_code;

Line 364: end ben_rts_bus;

360: hr_utility.set_location(' Leaving:'||l_proc, 10);
361: end if;
362: End delete_validate;
363: --
364: end ben_rts_bus;