DBA Data[Home] [Help]

APPS.HXC_APP_PERIOD_SUMMARY_PKG dependencies on HR_GENERAL

Line 95: and tbb.date_to = hr_general.end_of_time

91: ,tbb.object_version_number application_period_ovn
92: ,tbb.data_set_id
93: from hxc_time_building_blocks tbb, hxc_time_attribute_usages tau, hxc_time_attributes ta1
94: where tbb.time_building_block_id = p_id
95: and tbb.date_to = hr_general.end_of_time
96: and tbb.scope = 'APPLICATION_PERIOD'
97: and tau.time_building_block_id = tbb.time_building_block_id
98: and tau.time_building_block_ovn = tbb.object_version_number
99: and tau.time_attribute_id = ta1.time_attribute_id