DBA Data[Home] [Help]

APPS.BSC_UPDATE_UTIL dependencies on BSC_KPIS_VL

Line 6193: from bsc_kpis_vl k, bsc_kpi_properties p

6189: h_aw_impl_type := 2;
6190:
6191: select count(k.calendar_id)
6192: into h_count
6193: from bsc_kpis_vl k, bsc_kpi_properties p
6194: where k.indicator = p.indicator and
6195: k.calendar_id = x_calendar_id and
6196: k.prototype_flag in (0,6,7) and
6197: p.property_code = h_aw_impl_type_name and