oracle apex warning message

Solutions on MaxInterview for oracle apex warning message by the best coders in the world

showing results for - "oracle apex warning message"
Asma
03 Mar 2019
1SELECT APPLICATION_ID, PAGE_ID, WARN_ON_UNSAVED_CHANGES 
2FROM APEX_APPLICATION_PAGES
3WHERE APPLICATION_ID = <application_id>;
4
5SELECT APPLICATION_ID, PAGE_ID, ITEM_NAME, WARN_ON_UNSAVED_CHANGES
6FROM APEX_APPLICATION_PAGE_ITEMS
7WHERE ITEM_NAME = <item_name>;
8-- Page Designer > Page > Warn on Unsaved Changes