DBA Data[Home] [Help]

APPS.HXC_RTR_BUS dependencies on HXC_RTR_BUS

Line 1: Package Body hxc_rtr_bus as

1: Package Body hxc_rtr_bus as
2: /* $Header: hxcrtrrhi.pkb 120.2 2005/09/23 08:54:01 nissharm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_rtr_bus.'; -- Global package name
9:
10: g_debug boolean := hr_utility.debug_enabled;
11: --
12: -- The following two global variables are only to be

Line 136: if ( nvl(hxc_rtr_bus.g_retrieval_rule_id, hr_api.g_number)

132: ,p_argument => 'retrieval_rule_id'
133: ,p_argument_value => p_retrieval_rule_id
134: );
135: --
136: if ( nvl(hxc_rtr_bus.g_retrieval_rule_id, hr_api.g_number)
137: = p_retrieval_rule_id) then
138: --
139: -- The legislation code has already been found with a previous
140: -- call to this function. Just return the value in the global

Line 143: l_legislation_code := hxc_rtr_bus.g_legislation_code;

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

Line 171: hxc_rtr_bus.g_retrieval_rule_id := p_retrieval_rule_id;

167: -- Set the global variables so the values are
168: -- available for the next call to this function.
169: --
170: close csr_leg_code;
171: hxc_rtr_bus.g_retrieval_rule_id := p_retrieval_rule_id;
172: hxc_rtr_bus.g_legislation_code := l_legislation_code;
173: end if;
174: if g_debug then
175: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 172: hxc_rtr_bus.g_legislation_code := l_legislation_code;

168: -- available for the next call to this function.
169: --
170: close csr_leg_code;
171: hxc_rtr_bus.g_retrieval_rule_id := p_retrieval_rule_id;
172: hxc_rtr_bus.g_legislation_code := l_legislation_code;
173: end if;
174: if g_debug then
175: hr_utility.set_location(' Leaving:'|| l_proc, 40);
176: end if;

Line 442: end hxc_rtr_bus;

438: hr_utility.set_location(' Leaving:'||l_proc, 10);
439: end if;
440: End delete_validate;
441: --
442: end hxc_rtr_bus;