execute this command

begin
ret number;
DBMS_JOB.SUBMIT(ret, 'CALL_WEEKLY;',sysdate,
'NEXT_DAY(TRUNC(SYSDATE),''SUNDAY")+3/24');
commit;
end;


Hope this will work
Shailendra