DBA Data[Home] [Help]

APPS.BSC_TEMPLATE dependencies on BSC_SYS_DATASET_CALC

Line 128: l_debug_stmt := 'Deleting from BSC_SYS_DATASET_CALC table';

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;

Line 129: Delete From BSC_SYS_DATASET_CALC 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: