DBA Data[Home] [Help]

APPS.HXC_APPROVAL_WF_PKG dependencies on HXC_DATA_SETS

Line 3132: select '1' from hxc_data_sets

3128: cursor c_app_overlap_data_set(l_app_start_date hxc_time_building_blocks.start_time%type,
3129: l_app_stop_date hxc_time_building_blocks.start_time%type,
3130: l_tc_start_time hxc_time_building_blocks.start_time%type )
3131: is
3132: select '1' from hxc_data_sets
3133: where (((l_app_start_date between start_date and end_date) and (l_app_start_date 3134: or l_app_stop_date between start_date and end_date)
3135: and status in('OFF_LINE','RESTORE_IN_PROGRESS','BACKUP_IN_PROGRESS');
3136: