Below query can be used to check the 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');
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');
Post a Comment
Post a Comment