DBA Data[Home] [Help]

APPS.BEN_CTK_BUS dependencies on BEN_CTK_BUS

Line 1: Package Body ben_ctk_bus as

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

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ben_ctk_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 163: if (( nvl(ben_ctk_bus.g_group_per_in_ler_id, hr_api.g_number)

159: ,p_argument => 'task_id'
160: ,p_argument_value => p_task_id
161: );
162: --
163: if (( nvl(ben_ctk_bus.g_group_per_in_ler_id, hr_api.g_number)
164: = p_group_per_in_ler_id)
165: and ( nvl(ben_ctk_bus.g_task_id, hr_api.g_number)
166: = p_task_id)) then
167: --

Line 165: and ( nvl(ben_ctk_bus.g_task_id, hr_api.g_number)

161: );
162: --
163: if (( nvl(ben_ctk_bus.g_group_per_in_ler_id, hr_api.g_number)
164: = p_group_per_in_ler_id)
165: and ( nvl(ben_ctk_bus.g_task_id, hr_api.g_number)
166: = p_task_id)) then
167: --
168: -- The legislation code has already been found with a previous
169: -- call to this function. Just return the value in the global

Line 172: l_legislation_code := ben_ctk_bus.g_legislation_code;

168: -- The legislation code has already been found with a previous
169: -- call to this function. Just return the value in the global
170: -- variable.
171: --
172: l_legislation_code := ben_ctk_bus.g_legislation_code;
173: if g_debug then
174: hr_utility.set_location(l_proc, 20);
175: end if;
176: else

Line 200: ben_ctk_bus.g_group_per_in_ler_id := p_group_per_in_ler_id;

196: -- Set the global variables so the values are
197: -- available for the next call to this function.
198: --
199: close csr_leg_code;
200: ben_ctk_bus.g_group_per_in_ler_id := p_group_per_in_ler_id;
201: ben_ctk_bus.g_task_id := p_task_id;
202: ben_ctk_bus.g_legislation_code := l_legislation_code;
203: end if;
204: if g_debug then

Line 201: ben_ctk_bus.g_task_id := p_task_id;

197: -- available for the next call to this function.
198: --
199: close csr_leg_code;
200: ben_ctk_bus.g_group_per_in_ler_id := p_group_per_in_ler_id;
201: ben_ctk_bus.g_task_id := p_task_id;
202: ben_ctk_bus.g_legislation_code := l_legislation_code;
203: end if;
204: if g_debug then
205: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 202: ben_ctk_bus.g_legislation_code := l_legislation_code;

198: --
199: close csr_leg_code;
200: ben_ctk_bus.g_group_per_in_ler_id := p_group_per_in_ler_id;
201: ben_ctk_bus.g_task_id := p_task_id;
202: ben_ctk_bus.g_legislation_code := l_legislation_code;
203: end if;
204: if g_debug then
205: hr_utility.set_location(' Leaving:'|| l_proc, 40);
206: end if;

Line 346: end ben_ctk_bus;

342: hr_utility.set_location(' Leaving:'||l_proc, 10);
343: end if;
344: End delete_validate;
345: --
346: end ben_ctk_bus;