SSC-EWI-OR0126
Unusable object because its built-in custom type is not supported
Severity
Description
Example Code
Input Code:
CREATE OR REPLACE PROCEDURE proc01 is
var1 DBMS_SQL.VARCHAR2_TABLE;
var2 CTX_CLS.DOC_TAB;
BEGIN
varX := var1.property;
varY := var2(1);
END;Output Code:
Recommendations
Related EWI
Last updated
