DBA Data[Home] [Help]

APPS.WSMPLBJI dependencies on WSM_LOT_SPLIT_MERGES_INTERFACE

Line 3522: wsm_lot_split_merges_interface wlsmi

3518: begin
3519: select 1
3520: into l_no_of_records
3521: from wsm_starting_lots_interface wsli,
3522: wsm_lot_split_merges_interface wlsmi
3523: where wsli.lot_number = v_wlji_job_name(v_index)
3524: and wsli.header_id = wlsmi.header_id
3525: and wlsmi.process_status in (1,2);
3526: