out_job - monitoring submit
Abfrog um z'luege was für Tasks submitted worde sin
select oj.bu_id, cos.name||' ('||oj.out_status_id||')' out_status
,get_obj(meta_out_id) task
,get_obj(meta_out_templ_id) task_templ
,oj.*
from out_job oj
,code_out_status cos
where 1=1
and oj.timestamp > sysdate -1/24
--and oj.userstamp = '#EOD'
and cos.id (+)= oj.out_status_id
;