DBA Data[Home] [Help]

APPS.HXC_APPROVAL_WF_PKG dependencies on HXC_DATA_SETS

Line 2682: select '1' from hxc_data_sets

2678: cursor c_app_overlap_data_set(l_app_start_date hxc_time_building_blocks.start_time%type,
2679: l_app_stop_date hxc_time_building_blocks.start_time%type,
2680: l_tc_start_time hxc_time_building_blocks.start_time%type )
2681: is
2682: select '1' from hxc_data_sets
2683: where (((l_app_start_date between start_date and end_date) and (l_app_start_date 2684: or l_app_stop_date between start_date and end_date)
2685: and status in('OFF_LINE','RESTORE_IN_PROGRESS','BACKUP_IN_PROGRESS');
2686: