DBA Data[Home] [Help]

APPS.HXC_TIMECARD_ATTRIBUTES_PKG dependencies on HR_GENERAL

Line 73: and htb.date_to = hr_general.end_of_time

69: and htb.time_building_block_id = htau.time_building_block_id
70: and htb.object_version_number = htau.time_building_block_ovn
71: and htau.time_attribute_id = hta.time_attribute_id
72: and htb.resource_type = 'PERSON'
73: and htb.date_to = hr_general.end_of_time
74: and htb.scope = 'DETAIL';
75:
76: CURSOR csr_mapping(p_map varchar2, p_field_name varchar2)
77: is