Monday, August 27, 2007

How to determine Workflow Mailer status without using OAM

Have you been trying to determine the availability of WF Mailer without using OAM?

The following query provides the status, eliminating the need to use OAM.

SELECT Component_name, Component_Status
FROM FND_SVC_COMPONENTS
WHERE component_type = 'WF_MAILER'

Reference: Metalink Doc: 316352.1

Posted on behalf of:
Srini Ramanujam | Senior Oracle Consultant

0 comments: