DBA Data[Home] [Help]

APPS.BSC_TEMPLATE dependencies on BSC_SYS_DATASETS_TL

Line 131: l_debug_stmt := 'Deleting from BSC_SYS_DATASETS_TL table';

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:
134: l_debug_stmt := 'Deleting from BSC_SYS_DATASETS_B table';
135: Delete From BSC_SYS_DATASETS_B Where DATASET_ID <> -1;

Line 132: Delete From BSC_SYS_DATASETS_TL Where DATASET_ID <> -1;

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:
134: l_debug_stmt := 'Deleting from BSC_SYS_DATASETS_B table';
135: Delete From BSC_SYS_DATASETS_B Where DATASET_ID <> -1;
136: