拆BOM

 


set serveroutput on;
declare
  v_cnt  type_file.num5%TYPE;
  v_flag type_file.chr1%TYPE;
  v_bma01 bma_file.bma01%TYPE;
  v_bmb03 bmb_file.bmb03%TYPE;
  type bma_cursor_type is ref cursor;
  type bmb_cursor_type is ref cursor;
  bma_cursor bma_cursor_type;
  bmb_cursor bmb_cursor_type;
begin
  open bma_cursor for select bma01 from bma_file where substr(bma01,1,2)='01';
  loop
    v_cnt := 0;
    v_flag:= 'Y';
    fetch bma_cursor into v_bma01;
    exit when bma_cursor%notfound;
    open bmb_cursor for select bmb03 from bmb_file where bmb01 = v_bma01 and (bmb05 is null or bmb05<to_date('2012/12/03','yyyy/mm/dd')) and substr(bmb03,1,2)='08';
    loop
      fetch bmb_cursor into v_bmb03;
      exit when bmb_cursor%notfound;
      select count(1) into v_cnt from lee_tep where ima01 = v_bmb03;
      if v_cnt = 0 then
        v_flag:= 'N';
      end if; 
    end loop;
    if v_flag = 'Y'  then
      dbms_output.put_line(v_bma01 ||'  Y');
    end if;
    v_cnt := 0;
    v_flag:= 'Y';
  end loop;                 
end;
/


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值