**Environment: **
APEX4.2 application migrated from 3.
Problem:
Error message: “Item ID (XXX) is not an item defined on the current page”
Solution:
select * from apex_application_page_items where item_id = XXX;
After performing this solution i could even return and change it back to “Display as” Text Field.