DBA Data[Home] [Help]

APPS.BEN_EIV_BUS dependencies on BEN_EIV_BUS

Line 1: Package Body ben_eiv_bus as

1: Package Body ben_eiv_bus as
2: /* $Header: beeivrhi.pkb 115.4 2002/12/22 20:25:28 pabodla noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ben_eiv_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 51: if ( nvl(ben_eiv_bus.g_extra_input_value_id, hr_api.g_number)

47: ,p_argument => 'extra_input_value_id'
48: ,p_argument_value => p_extra_input_value_id
49: );
50: --
51: if ( nvl(ben_eiv_bus.g_extra_input_value_id, hr_api.g_number)
52: = p_extra_input_value_id) then
53: --
54: -- The legislation code has already been found with a previous
55: -- call to this function. Just return the value in the global

Line 58: l_legislation_code := ben_eiv_bus.g_legislation_code;

54: -- The legislation code has already been found with a previous
55: -- call to this function. Just return the value in the global
56: -- variable.
57: --
58: l_legislation_code := ben_eiv_bus.g_legislation_code;
59: hr_utility.set_location(l_proc, 20);
60: else
61: --
62: -- The ID is different to the last call to this function

Line 82: ben_eiv_bus.g_extra_input_value_id := p_extra_input_value_id;

78: -- Set the global variables so the values are
79: -- available for the next call to this function.
80: --
81: close csr_leg_code;
82: ben_eiv_bus.g_extra_input_value_id := p_extra_input_value_id;
83: ben_eiv_bus.g_legislation_code := l_legislation_code;
84: end if;
85: hr_utility.set_location(' Leaving:'|| l_proc, 40);
86: return l_legislation_code;

Line 83: ben_eiv_bus.g_legislation_code := l_legislation_code;

79: -- available for the next call to this function.
80: --
81: close csr_leg_code;
82: ben_eiv_bus.g_extra_input_value_id := p_extra_input_value_id;
83: ben_eiv_bus.g_legislation_code := l_legislation_code;
84: end if;
85: hr_utility.set_location(' Leaving:'|| l_proc, 40);
86: return l_legislation_code;
87: end return_legislation_code;

Line 290: end ben_eiv_bus;

286: --
287: hr_utility.set_location(' Leaving:'||l_proc, 10);
288: End delete_validate;
289: --
290: end ben_eiv_bus;