With our upgrade to this version of forms we cannot reference $$DBDATE$$, $$DBDATETIME$$ as the intital value of a item or reference sysdate until the form is fully intialized. If we attempt to reference it will provide this error:
FRM-40513 : ORACLE ERROR: unable to get date/time from database.
FRM-41829: Record not created.
Then then form just exists. Why is this happening? Our only method start the form using another “block” and once initiaized doing a clear_block / go_block of actual block.