DBA Data[Home] [Help]

APPS.HXC_TEMPLATE_SUMMARY_PKG dependencies on HR_GENERAL

Line 21: and date_to = hr_general.end_of_time

17: start_time,
18: stop_time
19: from hxc_time_building_blocks htb
20: where time_building_block_id = p_template_id
21: and date_to = hr_general.end_of_time
22: and object_version_number = p_template_ovn
23: and scope = 'TIMECARD_TEMPLATE';
24:
25: l_updatedby_id hxc_time_building_blocks.resource_id%type;