[Home] [Help]
124: l_project_count number := 0;
125:
126: Begin
127:
128: l_debug_stmt := 'Deleting from BSC_SYS_DATASET_CALC table';
129: Delete From BSC_SYS_DATASET_CALC Where DATASET_ID <> -1;
130:
131: l_debug_stmt := 'Deleting from BSC_SYS_DATASETS_TL table';
132: Delete From BSC_SYS_DATASETS_TL Where DATASET_ID <> -1;
125:
126: Begin
127:
128: l_debug_stmt := 'Deleting from BSC_SYS_DATASET_CALC table';
129: Delete From BSC_SYS_DATASET_CALC Where DATASET_ID <> -1;
130:
131: l_debug_stmt := 'Deleting from BSC_SYS_DATASETS_TL table';
132: Delete From BSC_SYS_DATASETS_TL Where DATASET_ID <> -1;
133: