In Oracle Forms, many procedures and functions need a reference to an object (blocks, itens, alerts...). Unfortunately, the only way to pass a reference to an object is using a VARCHAR2 variable and these references are not checked by the compiler.

Currently this rule checks the following methods:

Alert bultins: Block bultins: Item bultins: LOV bultins:

Note: this rule is automatically disabled when the project's sonar.plsql.forms.metadata is not specified.

.