DBA Data[Home] [Help]

APPS.HXC_HTC_BUS dependencies on HXC_HTC_BUS

Line 1: Package Body hxc_htc_bus as

1: Package Body hxc_htc_bus as
2: /* $Header: hxchtcrhi.pkb 120.3 2007/10/19 11:54:08 anuthi noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 53: g_package varchar2(33) := ' hxc_htc_bus.'; -- Global package name

49: 'ATTRIBUTE28', ter.attribute28,
50: 'ATTRIBUTE29', ter.attribute29,
51: 'ATTRIBUTE30', ter.attribute30, 'zZz' ) = TO_CHAR(p_time_category_id);
52:
53: g_package varchar2(33) := ' hxc_htc_bus.'; -- Global package name
54:
55: -- ----------------------------------------------------------------------------
56: -- |-----------------------< chk_non_updateable_args >------------------------|
57: -- ----------------------------------------------------------------------------

Line 315: IF ( NOT hxc_htc_bus.chk_tc_ref_integrity ( p_time_category_id ) )

311: -- check to see that this time category is not being referenced in any
312: -- of the seeded formula or other formula which have been coded using
313: -- the TIME_CATEGORY segment naming convention standard.
314:
315: IF ( NOT hxc_htc_bus.chk_tc_ref_integrity ( p_time_category_id ) )
316: THEN
317:
318: hr_utility.set_message(809, 'HXC_HTC_TC_IN_USE');
319: hr_utility.raise_error;

Line 455: end hxc_htc_bus;

451: hr_utility.set_location(' Leaving:'||l_proc, 10);
452: end if;
453: End delete_validate;
454: --
455: end hxc_htc_bus;