Showing posts with label WorkFlow. Show all posts
Showing posts with label WorkFlow. Show all posts

Tuesday, 31 May 2016

Query to Check Workflow Mailer Status


Query:
 
SELECT component_status
  FROM apps.fnd_svc_components
 WHERE component_id =
          (SELECT component_id
             FROM apps.fnd_svc_components
            WHERE component_name = 'Workflow Notification Mailer');


Thanks 
Srini