After migrating customized workflow, processes not visible
Good Afternoon Gurus:
We are working on EBS R12.2.5, and customized PO workflow. After we migrated working (customized) workflow from Development environment to Test, we are facing two issues.
1) only one process is visible from the Workflow builder. What went wrong.
Customization and access level was set at 1000. I have tried to change the level to 100 but builder still does not display. However, it appears that the Processes have been migrated as I can see it if I run sql given below.
SELECT *
-- DISTINCT protect_level, custom_level
FROM wf_activities
WHERE item_type LIKE '&type' ;
2) The hidden items from the builder is now listing ALL the WORKFLOWS!.