DBA Data[Home] [Help]

APPS.BSC_PMF_UI_WRAPPER dependencies on BSC_TABS_TL

Line 1053: l_tab_name BSC_TABS_TL.NAME%TYPE;

1049: dc_value Recdc_value;
1050:
1051: l_commit varchar2(10);
1052: l_sql varchar2(1000);
1053: l_tab_name BSC_TABS_TL.NAME%TYPE;
1054:
1055: l_count number;
1056:
1057: begin

Line 1085: BSC_TABS_TL d

1081: into l_tab_name
1082: from BSC_TAB_INDICATORS a,
1083: BSC_KPIS_TL b,
1084: BSC_KPIS_TL c,
1085: BSC_TABS_TL d
1086: where a.indicator = b.indicator
1087: and a.tab_id = d.tab_id
1088: and b.name = c.name
1089: and c.indicator = p_kpi_id;