DBA Data[Home] [Help]

APPS.HXC_ERR_BUS dependencies on HXC_ERR_BUS

Line 1: Package Body hxc_err_bus as

1: Package Body hxc_err_bus as
2: /* $Header: hxcerrrhi.pkb 120.2 2005/09/23 08:08:12 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_err_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 133: if ( nvl(hxc_err_bus.g_error_id, hr_api.g_number)

129: ,p_argument => 'error_id'
130: ,p_argument_value => p_error_id
131: );
132: --
133: if ( nvl(hxc_err_bus.g_error_id, hr_api.g_number)
134: = p_error_id) then
135: --
136: -- The legislation code has already been found with a previous
137: -- call to this function. Just return the value in the global

Line 140: l_legislation_code := hxc_err_bus.g_legislation_code;

136: -- The legislation code has already been found with a previous
137: -- call to this function. Just return the value in the global
138: -- variable.
139: --
140: l_legislation_code := hxc_err_bus.g_legislation_code;
141: if g_debug then
142: hr_utility.set_location(l_proc, 20);
143: end if;
144: else

Line 168: hxc_err_bus.g_error_id := p_error_id;

164: -- Set the global variables so the values are
165: -- available for the next call to this function.
166: --
167: close csr_leg_code;
168: hxc_err_bus.g_error_id := p_error_id;
169: hxc_err_bus.g_legislation_code := l_legislation_code;
170: end if;
171: if g_debug then
172: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 169: hxc_err_bus.g_legislation_code := l_legislation_code;

165: -- available for the next call to this function.
166: --
167: close csr_leg_code;
168: hxc_err_bus.g_error_id := p_error_id;
169: hxc_err_bus.g_legislation_code := l_legislation_code;
170: end if;
171: if g_debug then
172: hr_utility.set_location(' Leaving:'|| l_proc, 40);
173: end if;

Line 303: end hxc_err_bus;

299: hr_utility.set_location(' Leaving:'||l_proc, 10);
300: end if;
301: End delete_validate;
302: --
303: end hxc_err_bus;