DBA Data[Home] [Help]

APPS.HXC_TIMECARD_ATTRIBUTE_UTILS dependencies on HR_UTILITY

Line 4: g_debug boolean := hr_utility.debug_enabled;

1: PACKAGE BODY hxc_timecard_attribute_utils AS
2: /* $Header: hxctcatut.pkb 120.1 2011/08/23 13:09:41 bbayragi ship $ */
3:
4: g_debug boolean := hr_utility.debug_enabled;
5:
6: type attribute_index is table of hxc_time_attributes.time_attribute_id%type index by binary_integer;
7: type bld_blk_info_type_ids is table of hxc_bld_blk_info_types.bld_blk_info_type%type index by binary_integer;
8: