[Home] [Help]
3524: begin
3525: select 1
3526: into l_no_of_records
3527: from wsm_starting_lots_interface wsli,
3528: wsm_lot_split_merges_interface wlsmi
3529: where wsli.lot_number = v_wlji_job_name(v_index)
3530: and wsli.header_id = wlsmi.header_id
3531: and wlsmi.process_status in (1,2);
3532: