DBA Data[Home] [Help]

APPS.HXC_HRR_BUS dependencies on HXC_HRR_BUS

Line 1: Package Body hxc_hrr_bus as

1: Package Body hxc_hrr_bus as
2: /* $Header: hxchrrrhi.pkb 120.3 2005/09/23 10:43:47 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

129: ,p_argument => 'resource_rule_id'
130: ,p_argument_value => p_resource_rule_id
131: );
132: --
133: if ( nvl(hxc_hrr_bus.g_resource_rule_id, hr_api.g_number)
134: = p_resource_rule_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_hrr_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_hrr_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_hrr_bus.g_resource_rule_id := p_resource_rule_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_hrr_bus.g_resource_rule_id := p_resource_rule_id;
169: hxc_hrr_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_hrr_bus.g_legislation_code := l_legislation_code;

165: -- available for the next call to this function.
166: --
167: close csr_leg_code;
168: hxc_hrr_bus.g_resource_rule_id := p_resource_rule_id;
169: hxc_hrr_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 726: end hxc_hrr_bus;

722: hr_utility.set_location(' Leaving:'||l_proc, 10);
723: end if;
724: End delete_validate;
725: --
726: end hxc_hrr_bus;