DBA Data[Home] [Help]

APPS.HXC_HSD_BUS dependencies on HXC_HSD_BUS

Line 1: Package Body hxc_hsd_bus as

1: Package Body hxc_hsd_bus as
2: /* $Header: hxchsdrhi.pkb 120.3 2005/09/23 10:44:51 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_hsd_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(hxc_hsd_bus.g_object_id, hr_api.g_number)

159: ,p_argument => 'object_type'
160: ,p_argument_value => p_object_type
161: );
162: --
163: if (( nvl(hxc_hsd_bus.g_object_id, hr_api.g_number)
164: = p_object_id)
165: and ( nvl(hxc_hsd_bus.g_object_type, hr_api.g_varchar2)
166: = p_object_type)) then
167: --

Line 165: and ( nvl(hxc_hsd_bus.g_object_type, hr_api.g_varchar2)

161: );
162: --
163: if (( nvl(hxc_hsd_bus.g_object_id, hr_api.g_number)
164: = p_object_id)
165: and ( nvl(hxc_hsd_bus.g_object_type, hr_api.g_varchar2)
166: = p_object_type)) 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 := hxc_hsd_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 := hxc_hsd_bus.g_legislation_code;
173: if g_debug then
174: hr_utility.set_location(l_proc, 20);
175: end if;
176: else

Line 200: hxc_hsd_bus.g_object_id := p_object_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: hxc_hsd_bus.g_object_id := p_object_id;
201: hxc_hsd_bus.g_object_type := p_object_type;
202: hxc_hsd_bus.g_legislation_code := l_legislation_code;
203: end if;
204: if g_debug then

Line 201: hxc_hsd_bus.g_object_type := p_object_type;

197: -- available for the next call to this function.
198: --
199: close csr_leg_code;
200: hxc_hsd_bus.g_object_id := p_object_id;
201: hxc_hsd_bus.g_object_type := p_object_type;
202: hxc_hsd_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: hxc_hsd_bus.g_legislation_code := l_legislation_code;

198: --
199: close csr_leg_code;
200: hxc_hsd_bus.g_object_id := p_object_id;
201: hxc_hsd_bus.g_object_type := p_object_type;
202: hxc_hsd_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 602: end hxc_hsd_bus;

598: hr_utility.set_location(' Leaving:'||l_proc, 10);
599: end if;
600: End delete_validate;
601: --
602: end hxc_hsd_bus;