DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on WSM_LOT_SPLIT_MERGES_INTERFACE

Line 7974: wsm_lot_split_merges_interface wlsmi

7970: begin
7971: select 1
7972: into l_num_records
7973: from wsm_starting_lots_interface wsli,
7974: wsm_lot_split_merges_interface wlsmi
7975: where wsli.lot_number = v_wlji_job_name(v_idx)
7976: and wsli.header_id = wlsmi.header_id
7977: and wlsmi.process_status in (1,2);
7978: exception