DBA Data[Home] [Help]

APPS.HXC_HTS_BUS dependencies on HXC_HTS_BUS

Line 1: Package Body hxc_hts_bus as

1: Package Body hxc_hts_bus as
2: /* $Header: hxchtsrhi.pkb 120.2 2005/09/23 07:49:02 nissharm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_hts_bus.'; -- Global package name
9:
10: g_debug boolean := hr_utility.debug_enabled;
11: --
12: -- ----------------------------------------------------------------------------

Line 233: hxc_hts_bus.chk_name ( p_name => p_rec.name

229: end if;
230: --
231: -- Call all supporting business operations
232: --
233: hxc_hts_bus.chk_name ( p_name => p_rec.name
234: ,p_time_source_id => p_rec.time_source_id );
235:
236: -- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS.
237: --

Line 264: hxc_hts_bus.chk_name ( p_name => p_rec.name

260: end if;
261: --
262: -- Call all supporting business operations
263: --
264: hxc_hts_bus.chk_name ( p_name => p_rec.name
265: ,p_time_source_id => p_rec.time_source_id );
266: --
267: -- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS.
268: --

Line 299: hxc_hts_bus.chk_delete ( p_time_source_id => p_rec.time_source_id );

295: end if;
296: --
297: -- Call all supporting business operations
298: --
299: hxc_hts_bus.chk_delete ( p_time_source_id => p_rec.time_source_id );
300:
301: if g_debug then
302: hr_utility.set_location(' Leaving:'||l_proc, 10);
303: end if;

Line 306: end hxc_hts_bus;

302: hr_utility.set_location(' Leaving:'||l_proc, 10);
303: end if;
304: End delete_validate;
305: --
306: end hxc_hts_bus;