rules repository

G-7330 – Always assign values to OUT parameters.

Marking a parameter for output means that callers will expect its value to be updated with a result from the execution of the procedure. Failing to update the parameter before the procedure returns is surely an error.

Tags: Stored Object.

Quality area: Maintainability. Severity: Blocker. Fixing time: Local-medium.

No rule selected