DBA Data[Home] [Help]

APPS.HXC_ARCHIVE_RESTORE_DEBUG dependencies on HXC_TIME_BUILDING_BLOCKS

Line 22: from hxc_time_building_blocks tbb

18: cursor c_get_timecard_for_log(p_data_set_id number,
19: p_start_date date,
20: p_stop_date date) is
21: select tbb.time_building_block_id
22: from hxc_time_building_blocks tbb
23: where scope ='TIMECARD'
24: and data_set_id is null
25: and stop_time between p_start_date and p_stop_date
26: and not exists (