DBA Data[Home] [Help]

APPS.HXC_HAC_BUS dependencies on HXC_HAC_BUS

Line 1: Package Body hxc_hac_bus as

1: Package Body hxc_hac_bus as
2: /* $Header: hxchacrhi.pkb 120.4 2006/06/13 08:42:23 gsirigin noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

129: ,p_argument => 'approval_comp_id'
130: ,p_argument_value => p_approval_comp_id
131: );
132: --
133: if ( nvl(hxc_hac_bus.g_approval_comp_id, hr_api.g_number)
134: = p_approval_comp_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_hac_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_hac_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_hac_bus.g_approval_comp_id := p_approval_comp_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_hac_bus.g_approval_comp_id := p_approval_comp_id;
169: hxc_hac_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_hac_bus.g_legislation_code := l_legislation_code;

165: -- available for the next call to this function.
166: --
167: close csr_leg_code;
168: hxc_hac_bus.g_approval_comp_id := p_approval_comp_id;
169: hxc_hac_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 1783: end hxc_hac_bus;

1779: hr_utility.set_location(' Leaving:'||l_proc, 10);
1780: end if;
1781: End delete_validate;
1782: --
1783: end hxc_hac_bus;