I have a procedure B that is called by procedure A.
In Creation- Execute source code I do get warning: The module 'A' depends on the missing object 'B'. The module will still be created; however, it cannot run successfully until the object exists.
I had changed the Generation order no. on procedure A to 99 and on B it is 100 (Functionality)
but that did not do the trick.
How can I fix this?