DBA Data[Home] [Help]

APPS.HXC_TAT_BUS dependencies on HXC_TAT_BUS

Line 1: package body hxc_tat_bus as

1: package body hxc_tat_bus as
2: /* $Header: hxtatrhi.pkb 120.2 2005/09/23 07:03:57 rchennur noship $ */
3: -- --------------------------------------------------------------------------
4: -- | Private Global Definitions |
5: -- --------------------------------------------------------------------------

Line 6: g_package varchar2(33) := ' hxc_tat_bus.'; -- Global package name

2: /* $Header: hxtatrhi.pkb 120.2 2005/09/23 07:03:57 rchennur noship $ */
3: -- --------------------------------------------------------------------------
4: -- | Private Global Definitions |
5: -- --------------------------------------------------------------------------
6: g_package varchar2(33) := ' hxc_tat_bus.'; -- Global package name
7: g_debug boolean := hr_utility.debug_enabled;
8: -- the following two global variables are only to be
9: -- used by the return_legislation_code function.
10:

Line 129: if ( nvl(hxc_tat_bus.g_time_attribute_id, hr_api.g_number)

125: ,p_argument => 'time_attribute_id'
126: ,p_argument_value => p_time_attribute_id
127: );
128: --
129: if ( nvl(hxc_tat_bus.g_time_attribute_id, hr_api.g_number)
130: = p_time_attribute_id) then
131: --
132: -- The legislation code has already been found with a previous
133: -- call to this function. Just return the value in the global

Line 136: l_legislation_code := hxc_tat_bus.g_legislation_code;

132: -- The legislation code has already been found with a previous
133: -- call to this function. Just return the value in the global
134: -- variable.
135: --
136: l_legislation_code := hxc_tat_bus.g_legislation_code;
137: if g_debug then
138: hr_utility.set_location(l_proc, 20);
139: end if;
140: else

Line 164: hxc_tat_bus.g_time_attribute_id := p_time_attribute_id;

160: -- Set the global variables so the values are
161: -- available for the next call to this function.
162: --
163: close csr_leg_code;
164: hxc_tat_bus.g_time_attribute_id := p_time_attribute_id;
165: hxc_tat_bus.g_legislation_code := l_legislation_code;
166: end if;
167: if g_debug then
168: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 165: hxc_tat_bus.g_legislation_code := l_legislation_code;

161: -- available for the next call to this function.
162: --
163: close csr_leg_code;
164: hxc_tat_bus.g_time_attribute_id := p_time_attribute_id;
165: hxc_tat_bus.g_legislation_code := l_legislation_code;
166: end if;
167: if g_debug then
168: hr_utility.set_location(' Leaving:'|| l_proc, 40);
169: end if;

Line 451: hxc_tat_bus.chk_df(p_rec);

447: -- comments:
448: -- "-- No business group context. HR_STANDARD_LOOKUPS used for validation."
449: -- "-- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS."
450:
451: hxc_tat_bus.chk_df(p_rec);
452:
453: if g_debug then
454: hr_utility.set_location(' Leaving:'||l_proc, 10);
455: end if;

Line 490: hxc_tat_bus.chk_df(p_rec);

486: (p_effective_date => p_effective_date
487: ,p_rec => p_rec
488: );
489:
490: hxc_tat_bus.chk_df(p_rec);
491:
492: if g_debug then
493: hr_utility.set_location(' Leaving:'||l_proc, 10);
494: end if;

Line 522: end hxc_tat_bus;

518: end if;
519:
520: end delete_validate;
521:
522: end hxc_tat_bus;