SSC-EWI-OR0129
TYPE attribute could not be resolved.
Severity
Description
Example Code
Input Code:
CREATE OR REPLACE PROCEDURE procedure01
IS
var1 table01.col1%TYPE;
BEGIN
NULL;
END;Output Code:
Recommendations
Last updated
