DBA Data[Home] [Help]

APPS.BSC_DIMENSION_KEYS_PKG dependencies on BSC_SYS_MEASURES

Line 311: select count(1) into l_count from bsc_sys_measures where short_name=p_measure;

307:
308: function is_measure_short_name(p_measure varchar2) return boolean is
309: l_count number;
310: begin
311: select count(1) into l_count from bsc_sys_measures where short_name=p_measure;
312: if (l_count > 0) then
313: return true;
314: end if;
315: return false;