Good Day, Everyone. We are running Forms 12.2.1.3.0 against a 19c (19.0.0.0 - Production) Database. Since switching to Forms 12c we are now encountering a strange error/bug. If we change the signature of a PLSQL Stored Program Unit (spec and body) by adding an additional parameter, although the change shows up in the Object Navigator in Form Builder, when trying to recompile (or generate the .fmx Module) it is throwing "Error 306, wrong number or types of arguments in call to ". This is after successfully running the same code in SQL Developer and literally copy and pasting it into a WHEN-BUTTON-PRESSED trigger. The other strange this is that it WILL compile the very next day without issue. It's like there is some strange timestamp check going on where it won't recognize the signature change until after 24 hours have expired...
Thanks in advance!