How to retrive dynamic item values from application forms
If two blocks from different forms share same tables and partialy same columns, how to obtain same reference.
Ex. :BLOCK_1.ITEM_1 and :BLOCK_2.ITEM_1
I have tried with :SYSTEM.CURRENT_BLOCK.ITEM_1 but it did not work.
I make the call from special validation of a flex field, so doesn't work copy or name_in or something else because,
source code it is database plsql compiled.
0