In a package there are several functions with the same name, which only differ in terms of their parameters.
If one of these functions is selected in the content list and requested via context menu 'Test', a test window is provided. However, without a parameter list.
begin
-- Call the function
PCK1.FCK02;
end;
This behavior does not change even if only (this) one function is present in the specification.
As a work around, you can comment out the other functions of the same name in the program body. Then you also get the parameter list for the call in the test window.
If one of these functions is selected in the content list and requested via context menu 'Test', a test window is provided. However, without a parameter list.
begin
-- Call the function
PCK1.FCK02;
end;
This behavior does not change even if only (this) one function is present in the specification.
As a work around, you can comment out the other functions of the same name in the program body. Then you also get the parameter list for the call in the test window.
Last edited: