DBA Data[Home] [Help]

APPS.BEN_ELI_BUS dependencies on BEN_ELI_BUS

Line 1: Package Body ben_eli_bus as

1: Package Body ben_eli_bus as
2: /* $Header: beelirhi.pkb 115.1 2004/04/14 02:40:36 hmani noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ben_eli_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 58: if ( nvl(ben_eli_bus.g_elp_extra_info_id, hr_api.g_number)

54: ,p_argument => 'elp_extra_info_id'
55: ,p_argument_value => p_elp_extra_info_id
56: );
57: --
58: if ( nvl(ben_eli_bus.g_elp_extra_info_id, hr_api.g_number)
59: = p_elp_extra_info_id) then
60: --
61: -- The legislation code has already been found with a previous
62: -- call to this function. Just return the value in the global

Line 65: l_legislation_code := ben_eli_bus.g_legislation_code;

61: -- The legislation code has already been found with a previous
62: -- call to this function. Just return the value in the global
63: -- variable.
64: --
65: l_legislation_code := ben_eli_bus.g_legislation_code;
66: hr_utility.set_location(l_proc, 20);
67: else
68: --
69: -- The ID is different to the last call to this function

Line 90: ben_eli_bus.g_elp_extra_info_id := p_elp_extra_info_id;

86: -- Set the global variables so the values are
87: -- available for the next call to this function.
88: --
89: close csr_leg_code;
90: ben_eli_bus.g_elp_extra_info_id := p_elp_extra_info_id;
91: ben_eli_bus.g_legislation_code := l_legislation_code;
92: end if;
93: hr_utility.set_location(' Leaving:'|| l_proc, 40);
94: return l_legislation_code;

Line 91: ben_eli_bus.g_legislation_code := l_legislation_code;

87: -- available for the next call to this function.
88: --
89: close csr_leg_code;
90: ben_eli_bus.g_elp_extra_info_id := p_elp_extra_info_id;
91: ben_eli_bus.g_legislation_code := l_legislation_code;
92: end if;
93: hr_utility.set_location(' Leaving:'|| l_proc, 40);
94: return l_legislation_code;
95: end return_legislation_code;

Line 729: end ben_eli_bus;

725: --
726: hr_utility.set_location(' Leaving:'||l_proc, 10);
727: End delete_validate;
728: --
729: end ben_eli_bus;