DBA Data[Home] [Help]

APPS.HXC_HRT_BUS dependencies on HXC_HRT_BUS

Line 1: Package Body hxc_hrt_bus as

1: Package Body hxc_hrt_bus as
2: /* $Header: hxchrtrhi.pkb 120.2 2005/09/23 10:44:26 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

129: ,p_argument => 'retrieval_process_id'
130: ,p_argument_value => p_retrieval_process_id
131: );
132: --
133: if ( nvl(hxc_hrt_bus.g_retrieval_process_id, hr_api.g_number)
134: = p_retrieval_process_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_hrt_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_hrt_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_hrt_bus.g_retrieval_process_id:= p_retrieval_process_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_hrt_bus.g_retrieval_process_id:= p_retrieval_process_id;
169: hxc_hrt_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_hrt_bus.g_legislation_code := l_legislation_code;

165: -- available for the next call to this function.
166: --
167: close csr_leg_code;
168: hxc_hrt_bus.g_retrieval_process_id:= p_retrieval_process_id;
169: hxc_hrt_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 439: end hxc_hrt_bus;

435: hr_utility.set_location(' Leaving:'||l_proc, 10);
436: end if;
437: End delete_validate;
438: --
439: end hxc_hrt_bus;