Code Contents not shown.

Hi,

In a package, suppose if a any procedure contains the argument name as "FUNCTION" then for that package the code contents are not shown when I view/edit the package. For Ex :
CREATE OR REPLACE PACKAGE ABC AS
...
...
PROCEDURE PR_USER_ROLE_FUNCTIONS
(
ROLEID VARCHAR2,
BRANCHID VARCHAR2,
FUNCTION VARCHAR2
);
...
END ABC;

Please rectify this in the next release.

Thanks.
 
This should already be fixed in the current 7.1.5 release. Can you confirm that you are using an older version?
 
Back
Top