Idea Summary
Create some mechanism, for example a new type of Page Item (hidden) that can be accessed inside the server side condition or even as a value in plsql :P1_ITEM.COLUMN_1
Use Case
When I create tables, I like to have flags such as
IS_ACTIVE CHAR(1)
IS_TERMINATED CHAR(1)
IS_APPROVED CHAR(1)
Today I've to create many hidden page items to build complicated FORMs which depends on this flags.
It would be much easier and faster to download record once in one item and use it inside for example a new server side condition as a new type: “ROWTYPE_ITEM” with extra field “COLUMN_NAME” instead of creating sometimes 10-15 hidden page items