[Home] [Help]
49: AND calculation_id = l_calc_id;
50:
51: CURSOR c_shared_objectives IS
52: SELECT indicator
53: FROM bsc_kpis_b
54: WHERE source_indicator = p_obj_id
55: AND share_flag = 2
56: AND prototype_flag <> 2;
57:
259: ) IS
260:
261: CURSOR c_shared_objectives IS
262: SELECT indicator
263: FROM bsc_kpis_b
264: WHERE source_indicator = p_obj_id
265: AND share_flag = 2
266: AND prototype_flag <> 2;
267: