DBA Data[Home] [Help]

APPS.HXC_TCC_BUS dependencies on HXC_TIME_CATEGORY_UTILS_PKG

Line 388: l_description := hxc_time_category_utils_pkg.get_flex_value (p_flex_value_set_id, p_value_id );

384: l_proc := g_package||'chk_value_id';
385: hr_utility.set_location('Entering:'||l_proc, 5);
386: end if;
387:
388: l_description := hxc_time_category_utils_pkg.get_flex_value (p_flex_value_set_id, p_value_id );
389:
390: IF ( l_description IS NULL )
391: THEN
392: hr_utility.set_message(809, 'HXC_TCC_VALUE_INVALID');

Line 772: hxc_time_category_utils_pkg.delete_time_category_comp_sql ( p_rec );

768: -- Call all supporting business operations
769:
770: IF ( p_rec.type IN ( 'AN', 'MC_VS' ) )
771: THEN
772: hxc_time_category_utils_pkg.delete_time_category_comp_sql ( p_rec );
773: END IF;
774:
775: if g_debug then
776: hr_utility.set_location(' Leaving:'||l_proc, 10);