DBA Data[Home] [Help]

APPS.HXC_RTC_BUS dependencies on HXC_RTC_BUS

Line 1: Package Body hxc_rtc_bus as

1: Package Body hxc_rtc_bus as
2: /* $Header: hxcrtcrhi.pkb 120.2 2005/09/23 08:51:07 nissharm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

132: ,p_argument => 'retrieval_rule_comp_id'
133: ,p_argument_value => p_retrieval_rule_comp_id
134: );
135: --
136: if ( nvl(hxc_rtc_bus.g_retrieval_rule_comp_id, hr_api.g_number)
137: = p_retrieval_rule_comp_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_rtc_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_rtc_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_rtc_bus.g_retrieval_rule_comp_id:= p_retrieval_rule_comp_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_rtc_bus.g_retrieval_rule_comp_id:= p_retrieval_rule_comp_id;
172: hxc_rtc_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_rtc_bus.g_legislation_code := l_legislation_code;

168: -- available for the next call to this function.
169: --
170: close csr_leg_code;
171: hxc_rtc_bus.g_retrieval_rule_comp_id:= p_retrieval_rule_comp_id;
172: hxc_rtc_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 432: end hxc_rtc_bus;

428: hr_utility.set_location(' Leaving:'||l_proc, 10);
429: end if;
430: End delete_validate;
431: --
432: end hxc_rtc_bus;