ORA-40762
        missing value in JSON_TRANSFORM
        
        
        Cause
        An attempt was made to perform a JSON_TRANSFORM operation on a value that was missing in the document that was being transformed. The error occurred because the JSON path expression did not match any key in the input document.
        Action
        Correct your path expression or change the ON MISSING clause in the JSON_TRANSFORM operation.
        
     
    
    
        ORA-40762
        missing value in JSON_TRANSFORM (string)
        
        
        Cause
        An attempt was made to work with a value in JSON_TRANSFORM that was missing.
        Action
        Correct your path expression or change the ON MISSING clause in the JSON_TRANSFORM operation.
        
     
    
    
        ORA-40762
        missing value in JSON_TRANSFORM (string)
        
        
        Cause
        An attempt was made to work with a value in JSON_TRANSFORM that was missing.
        Action
        Correct your path expression or change the ON MISSING clause in the JSON_TRANSFORM operation.