How to looking for item_name into all apps ?

Sometimes you looking for item_  you forget it or not remember whats app include it.. so you use next code to find it….

SELECT workspace,
application_id,
application_name,
page_id,
page_name,
item_name,
item_help_text
FROM apex_application_page_items
WHERE item_name LIKE '%xxxxxxx%'

nice day.. 🙂

You may also like...