Core/copy_to_prm_debitur.sql

9 lines
250 B
MySQL
Raw Normal View History

2023-04-11 09:21:20 +00:00
begin
sys.dbms_job.submit(job => :job,
what => 'wof_admin.Proses_Hitung_Bunga(2);',
next_date => to_date('11-04-2023', 'dd-mm-yyyy'),
interval => 'trunc(sysdate)+1');
commit;
end;
/