select * from fnd_svc_components;
SELECT component_name as Component, component_status as Status FROM fnd_svc_components WHERE component_type = 'WF_MAILER';
Geri kalan bileşenlerin kontrolünü:
select SC.COMPONENT_TYPE, SC.COMPONENT_NAME, FND_SVC_COMPONENT.Get_Component_Status(SC.COMPONENT_NAME) COMPONENT_STATUS from FND_SVC_COMPONENTS SC order by 1, 2;
EBS'te atılan maillerin durumu:
select * from wf_notifications;
Buradaki maillerin status'u eğer "pending" ise bunları "sent" çekebiliriz. Bunun için tabloyu update etmemiz yeterlidir.
Hiç yorum yok:
Yorum Gönder