DBA Data[Home] [Help]

APPS.BIS_TARGET_LEVEL_PVT dependencies on BIS_INDICATORS

Line 4306: FROM bis_indicators

4302: BEGIN
4303:
4304: SELECT indicator_id
4305: INTO l_measure_id
4306: FROM bis_indicators
4307: WHERE short_name = p_Target_Level_rec.Measure_short_Name;
4308:
4309: l_measure_rec.measure_id := l_measure_id ;
4310: