DBA Data[Home] [Help]

APPS.BSC_TEMPLATE dependencies on BSC_SYS_DATASETS_B

Line 134: l_debug_stmt := 'Deleting from BSC_SYS_DATASETS_B table';

130:
131: l_debug_stmt := 'Deleting from BSC_SYS_DATASETS_TL table';
132: Delete From BSC_SYS_DATASETS_TL Where DATASET_ID <> -1;
133:
134: l_debug_stmt := 'Deleting from BSC_SYS_DATASETS_B table';
135: Delete From BSC_SYS_DATASETS_B Where DATASET_ID <> -1;
136:
137: l_debug_stmt := 'Deleting from BSC_DB_MEASURE_COLS_TL table';
138: Delete From BSC_DB_MEASURE_COLS_TL where MEASURE_COL <> 'Default_Field';

Line 135: Delete From BSC_SYS_DATASETS_B Where DATASET_ID <> -1;

131: l_debug_stmt := 'Deleting from BSC_SYS_DATASETS_TL table';
132: Delete From BSC_SYS_DATASETS_TL Where DATASET_ID <> -1;
133:
134: l_debug_stmt := 'Deleting from BSC_SYS_DATASETS_B table';
135: Delete From BSC_SYS_DATASETS_B Where DATASET_ID <> -1;
136:
137: l_debug_stmt := 'Deleting from BSC_DB_MEASURE_COLS_TL table';
138: Delete From BSC_DB_MEASURE_COLS_TL where MEASURE_COL <> 'Default_Field';
139: