[Home] [Help]
552: begin
553:
554: select indicator, property_code
555: into l_dummy1, l_dummy2
556: from bsc_kpi_properties
557: where property_code = 'LOCK_INDICATOR'
558: and indicator = p_obj_id
559: for update nowait;
560:
613: begin
614:
615: select indicator, property_code
616: into l_dummy1, l_dummy2
617: from bsc_kpi_properties
618: where property_code = 'LOCK_INDICATOR'
619: and indicator = p_obj_id
620: for update nowait;
621: