DBA Data[Home] [Help]

APPS.BSC_TAB_TPLATE dependencies on BSC_TAB_INDICATORS

Line 1698: l_debug_stmt := 'Inserting BSC_TAB_INDICATORS' ||

1694:
1695:
1696: -- Config Indicator to Tabs system
1697:
1698: l_debug_stmt := 'Inserting BSC_TAB_INDICATORS' ||
1699: ', k_indicator=' || to_char(k_indicator) ||
1700: ', Indicator= ' || to_char(G_Ind_Tbl(k_indicator).Indicator);
1701: --DBMS_OUTPUT.PUT_LINE(l_debug_stmt);
1702:

Line 1703: Insert Into BSC_TAB_INDICATORS (

1699: ', k_indicator=' || to_char(k_indicator) ||
1700: ', Indicator= ' || to_char(G_Ind_Tbl(k_indicator).Indicator);
1701: --DBMS_OUTPUT.PUT_LINE(l_debug_stmt);
1702:
1703: Insert Into BSC_TAB_INDICATORS (
1704: TAB_ID,
1705: INDICATOR,
1706: BSC_MODEL_FLAG,
1707: LEFT_POSITION,