To Find out the Workflow Mailer component status from DATABASE using sqlplus
select COMPONENT_NAME , STARTUP_MODE, COMPONENT_STATUS
from fnd_svc_components where concurrent_queue_id in (select concurrent_queue_id from fnd_concurrent_queues where concurrent_queue_name like 'WF%')
order by COMPONENT_TYPE, COMPONENT_ID
Saturday, March 08, 2008
To Find out the Workflow Mailer component status
Posted by oracledba at 5:36 PM
Labels: Workflow Mailer component status
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment