DBA Data[Home] [Help]

APPS.HXC_TIMECARD_PROPERTIES dependencies on HR_UTILITY

Line 6: g_debug boolean := hr_utility.debug_enabled;

2: /* $Header: hxctcprops.pkb 120.14 2008/02/25 10:58:32 rchennur noship $ */
3:
4: c_alias_name CONSTANT varchar2(27) := 'TcWTcrdAliasesTimecardAlias';
5: c_alias_type CONSTANT varchar2(23) := 'TcWTcrdAliasesAliasType';
6: g_debug boolean := hr_utility.debug_enabled;
7:
8: Type property_definition is Record
9: (property_name varchar2(60)
10: ,column_name fnd_descr_flex_column_usages.application_column_name%type

Line 650: hr_utility.trace('Entering get org id : resource id is '||to_char(p_resource_id));

646:
647: BEGIN
648:
649: if g_debug then
650: hr_utility.trace('Entering get org id : resource id is '||to_char(p_resource_id));
651: end if;
652:
653: l_operating_unit_id := setup_mo_global_params(p_resource_id);
654:

Line 667: hr_utility.trace('Leaving get_org id : org id is '||to_char(l_operating_unit_id));

663: ,hr_general.end_of_time
664: ,l_operating_unit_id
665: );
666: if g_debug then
667: hr_utility.trace('Leaving get_org id : org id is '||to_char(l_operating_unit_id));
668: end if;
669:
670: END get_org_id;
671: