DBA Data[Home] [Help]

APPS.HXC_TIMECARD_PROPERTIES dependencies on HR_GENERAL

Line 662: ,hr_general.start_of_time

658:
659: p_props(p_props.last) := hxc_timecard_prop_type
660: ('ResourceOrgId'
661: ,null
662: ,hr_general.start_of_time
663: ,hr_general.end_of_time
664: ,l_operating_unit_id
665: );
666: if g_debug then

Line 663: ,hr_general.end_of_time

659: p_props(p_props.last) := hxc_timecard_prop_type
660: ('ResourceOrgId'
661: ,null
662: ,hr_general.start_of_time
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));