DBA Data[Home] [Help]

APPS.HXC_LCK_BUS dependencies on HXC_LCK_BUS

Line 1: Package Body hxc_lck_bus as

1: Package Body hxc_lck_bus as
2: /* $Header: hxclocktypesrhi.pkb 120.2 2005/09/23 08:08:21 nissharm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 138: if ( nvl(hxc_lck_bus.g_locker_type_id, hr_api.g_number)

134: ,p_argument => 'locker_type_id'
135: ,p_argument_value => p_locker_type_id
136: );
137: --
138: if ( nvl(hxc_lck_bus.g_locker_type_id, hr_api.g_number)
139: = p_locker_type_id) then
140: --
141: -- The legislation code has already been found with a previous
142: -- call to this function. Just return the value in the global

Line 145: l_legislation_code := hxc_lck_bus.g_legislation_code;

141: -- The legislation code has already been found with a previous
142: -- call to this function. Just return the value in the global
143: -- variable.
144: --
145: l_legislation_code := hxc_lck_bus.g_legislation_code;
146: if g_debug then
147: hr_utility.set_location(l_proc, 20);
148: end if;
149: else

Line 173: hxc_lck_bus.g_locker_type_id := p_locker_type_id;

169: -- Set the global variables so the values are
170: -- available for the next call to this function.
171: --
172: close csr_leg_code;
173: hxc_lck_bus.g_locker_type_id := p_locker_type_id;
174: hxc_lck_bus.g_legislation_code := l_legislation_code;
175: end if;
176: if g_debug then
177: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 174: hxc_lck_bus.g_legislation_code := l_legislation_code;

170: -- available for the next call to this function.
171: --
172: close csr_leg_code;
173: hxc_lck_bus.g_locker_type_id := p_locker_type_id;
174: hxc_lck_bus.g_legislation_code := l_legislation_code;
175: end if;
176: if g_debug then
177: hr_utility.set_location(' Leaving:'|| l_proc, 40);
178: end if;

Line 523: end hxc_lck_bus;

519: hr_utility.set_location(' Leaving:'||l_proc, 10);
520: end if;
521: End delete_validate;
522: --
523: end hxc_lck_bus;