[Home] [Help]
269: begin
270:
271: select last_update_date
272: into l_time_stamp
273: from BSC_KPIS_B
274: where indicator = p_obj_id;
275:
276: /*
277: if l_time_stamp > p_time_stamp then
559: for update nowait;
560:
561: select indicator
562: into l_dummy1
563: from BSC_KPIS_B
564: where indicator = p_obj_id
565: for update nowait;
566:
567: EXCEPTION