Restart and Enable the Job Queue

Still logged in as apps:
  1. Stop and disable the Job Queue:
    begin
    cdr_exe_job_queues.stop_processing_queues;
    end;
    /
  2. Start and enable the job queue:
    begin
    cdr_exe_job_queues.start_jobq_process_enabled;
    end;
    /