DBA Data[Home] [Help]

APPS.HXC_HAV_BUS dependencies on HXC_HAV_BUS

Line 1: Package Body hxc_hav_bus as

1: Package Body hxc_hav_bus as
2: /* $Header: hxchavrhi.pkb 120.2 2005/09/23 10:41:41 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

129: ,p_argument => 'alias_value_id'
130: ,p_argument_value => p_alias_value_id
131: );
132: --
133: if ( nvl(hxc_hav_bus.g_alias_value_id, hr_api.g_number)
134: = p_alias_value_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_hav_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_hav_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_hav_bus.g_alias_value_id := p_alias_value_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_hav_bus.g_alias_value_id := p_alias_value_id;
169: hxc_hav_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_hav_bus.g_legislation_code := l_legislation_code;

165: -- available for the next call to this function.
166: --
167: close csr_leg_code;
168: hxc_hav_bus.g_alias_value_id := p_alias_value_id;
169: hxc_hav_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 836: hxc_hav_bus.chk_df(p_rec);

832: -- "-- No business group context. HR_STANDARD_LOOKUPS used for validation."
833: -- "-- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS."
834: --
835: --
836: hxc_hav_bus.chk_df(p_rec);
837: --
838: if g_debug then
839: hr_utility.set_location(' Leaving:'||l_proc, 10);
840: end if;

Line 926: hxc_hav_bus.chk_df(p_rec);

922: (p_rec => p_rec
923: ); */
924: --
925: --
926: hxc_hav_bus.chk_df(p_rec);
927: --
928: if g_debug then
929: hr_utility.set_location(' Leaving:'||l_proc, 10);
930: end if;

Line 956: end hxc_hav_bus;

952: hr_utility.set_location(' Leaving:'||l_proc, 10);
953: end if;
954: End delete_validate;
955: --
956: end hxc_hav_bus;