How to check if an oracle workflow is active in EBS?
Dear All,
I would like to check which one of PO Requisition Account Generator (standard poxwfrag.wft or customized XXCPO_POWFRQAG.wft
) is active in use on our system? I ran the below SQL with type_item = ‘POWFRQAG’ but no record is returned
select * from WF_ITEM_ACTIVITY_STATUSES where item_type = ‘POWFRQAG’
Thank you for any your advise!!!
hnbuser