DBA Data[Home] [Help]

APPS.HXC_SECURITY dependencies on HR_UTILITY

Line 8: g_debug BOOLEAN := hr_utility.debug_enabled;

4: type block_list is table of boolean index by binary_integer;
5:
6: c_sec VARCHAR2(8) := 'SECURITY';
7: c_sec_offset NUMBER := 1000000;
8: g_debug BOOLEAN := hr_utility.debug_enabled;
9:
10: Function isTimecardForProjects
11: (p_application_set_id in hxc_entity_group_comps.entity_group_id%type)
12: return boolean is

Line 377: g_debug:=hr_utility.debug_enabled;

373: l_sec_grp_id number;
374:
375: BEGIN
376:
377: g_debug:=hr_utility.debug_enabled;
378:
379: reattach_security_attributes
380: (p_blocks => p_blocks
381: ,p_attributes => p_attributes