DBA Data[Home] [Help]

APPS.BSC_BSC_ADAPTER dependencies on BSC_KPIS_VL

Line 301: select calendar_id into l_calendar_id from bsc_kpis_vl where indicator=p_indicator;

297: end if;
298:
299: -- need this to fix bug 5034426
300: -- mv creation fails if period_type_ids are not populated
301: select calendar_id into l_calendar_id from bsc_kpis_vl where indicator=p_indicator;
302: if g_debug then
303: write_to_log_file_n('Checking if any of the periodicities of objective '||p_indicator||
304: ' , calendar = '||l_calendar_id||' are missing period_type_id, record_type_id or xtd_pattern '||get_time );
305: end if;