SSC-EWI-OR0126
Unusable object because its built-in custom type is not supported
Severity
Medium
Description
This error appears to indicate whether an object with a built-in custom type is being used.
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
No end-user actions are required.
If you need more support, you can email us at [email protected]
Related EWI
SSC-FDM-0015: Data Type Not Recognized.
Last updated
