Raghavendra Boralli
Member²
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.
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.