Current
An Installation Script “Created from Database Object” usually reccognizes when the underlying object changes, showing the status “May need refresh”. The update can then be done with a click. This is very convenient.
But this does not work if the script is based on a PACKAGE BODY, which it should.
Use Case
I want to create an installation script (either of the whole package or the package body alone, does not matter). After I compile my changes to the package body, the Installation Script should report the status “May need refresh”. Currently, this only works if the package specification also changes.