MSCEWI3072

Procedural Member not supported

triangle-exclamation

Severity

Medium

Description

A procedural member is not currently supported. Example of procedural members:

  • Constant declarations.

  • Cursor declarations.

  • Pragma declarations.

  • Variable declarations.

Example Code

Input Code:

CREATE OR REPLACE EDITIONABLE PROCEDURE PROCEDURE1
   IS
   PRAGMA AUTONOMOUS_TRANSACTION;
BEGIN
    NULL;
END;

Output Code:

Recommendations

Last updated