[Home] [Help]
3584: from so_headers_all sh
3585: where sh.cycle_id = sc.cycle_id
3586: and open_flag = 'Y')
3587: OR exists (select 1
3588: from so_lines_all sl
3589: where sl.cycle_id = sc.cycle_id
3590: and open_flag = 'Y'));
3591:
3592: cursor c3 is