Dokumen Teknis AGO - UPDATE STOK IN-TRANSIT ULP PALUR

You might also like

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

DokumenTeknis

PembenahanData

Nama Sistem AGO Tanggal SR 03 Mei 2023

Judul Dokumen Teknis perubahan Tgl Target Selesai 03 Mei 2023

1. AGO – Perubahan data stok IN-TRANSIT → Subject ITSM


Noticket : 2098676
Service Family : 24. AGO
Service Group : 01. MANAJEMEN MATERIAL

• Email:
BA
SCRIPT UPDATE DATA :

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