Declare
V_Job Number;
Begin
DBMS_Job.Submit (v_job, 'to execute the process name ",' next execution time ',' interval ');
COMMIT;
END;