DBA Data[Home] [Help]

APPS.HXC_TIMECARD_PROPERTIES dependencies on HR_GENERAL

Line 689: ,hr_general.start_of_time

685:
686: p_props(p_props.last) := hxc_timecard_prop_type
687: ('ResourceOrgId'
688: ,null
689: ,hr_general.start_of_time
690: ,hr_general.end_of_time
691: ,l_operating_unit_id
692: );
693: if g_debug then

Line 690: ,hr_general.end_of_time

686: p_props(p_props.last) := hxc_timecard_prop_type
687: ('ResourceOrgId'
688: ,null
689: ,hr_general.start_of_time
690: ,hr_general.end_of_time
691: ,l_operating_unit_id
692: );
693: if g_debug then
694: hr_utility.trace('Leaving get_org id : org id is '||to_char(l_operating_unit_id));