Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

- MUTASI STOK TRANSIT KE STOK SIAP

declare
ok VARCHAR2(200);
begin
ok := agodist.func_UpadteStockTransittoSiap('5212',
'2370','2370','000000000003110026', 'NORMAL', '4530','REKON520572523');
DBMS_OUTPUT.put_line(ok);
commit;
end;

declare
ok VARCHAR2(200);
begin
ok:=agodist.func_UpadteStockSiaptoTujuan('5212', '2370','', '000000000003110026',
'NORMAL', '4530', 'REKON5212572523', 'RK');
DBMS_OUTPUT.put_line(ok);
commit;
end;

You might also like