MSCEWI3072

Procedural Member not supported

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

  • No end-user actions are required.

  • If you need more support, you can email us at [email protected]

Last updated