DBA Data[Home] [Help]

APPS.HXC_TBB_BUS dependencies on HXC_DATA_SETS

Line 611: from hxc_data_sets d

607: (p_rec in hxc_tbb_shd.g_rec_type )
608: is
609: cursor c_data_set(p_stop_time date) is
610: select 1
611: from hxc_data_sets d
612: where p_stop_time between d.start_date and d.end_date
613: and d.status in ('OFF_LINE','RESTORE_IN_PROGRESS','BACKUP_IN_PROGRESS');
614:
615: l_dummy number;