Is there a Report in Applications Manager that will report on which Jobs and Process Flows are set to inactive or active?
Release : 9.x.x
Component : APPLICATIONS MANAGER
Applications Manager does have a Report that will show whether or not a Job or Process Flow is active or not. This information can be found in the following Reports:
For Jobs, Applications manager has the report UC4_JOB_REPORT
For Process Flows, Applications Manager has the report FLOW_REPORT
Lastly, the following sql can be run:
select so_module, so_active_flag from so_job_table;