DBA Data[Home] [Help]

APPS.BSC_TAB_TPLATE dependencies on BSC_KPI_DIM_LEVELS_B

Line 1394: l_debug_stmt := 'Inserting BSC_KPI_DIM_LEVELS_B' ||

1390: else
1391: l_drill_ind := 0;
1392: end if;
1393:
1394: l_debug_stmt := 'Inserting BSC_KPI_DIM_LEVELS_B' ||
1395: ', k_indicator=' || to_char(k_indicator) ||
1396: ', Indicator= ' || to_char(G_Ind_Tbl(k_indicator).Indicator);
1397: --DBMS_OUTPUT.PUT_LINE(l_debug_stmt);
1398:

Line 1399: Insert Into BSC_KPI_DIM_LEVELS_B (

1395: ', k_indicator=' || to_char(k_indicator) ||
1396: ', Indicator= ' || to_char(G_Ind_Tbl(k_indicator).Indicator);
1397: --DBMS_OUTPUT.PUT_LINE(l_debug_stmt);
1398:
1399: Insert Into BSC_KPI_DIM_LEVELS_B (
1400: INDICATOR,
1401: DIM_SET_ID,
1402: DIM_LEVEL_INDEX,
1403: LEVEL_TABLE_NAME,