DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on WSM_LOT_SPLIT_MERGES_INTERFACE

Line 8072: wsm_lot_split_merges_interface wlsmi

8068: begin
8069: select 1
8070: into l_num_records
8071: from wsm_starting_lots_interface wsli,
8072: wsm_lot_split_merges_interface wlsmi
8073: where wsli.lot_number = v_wlji_job_name(v_idx)
8074: and wsli.header_id = wlsmi.header_id
8075: and wlsmi.process_status in (1,2);
8076: exception