No rule selected
G-7110 – Try to use named notation when calling program units.
Named notation makes sure that changes to the signature of the called program unit do not affect your call. This is not needed for standard functions like (`to_char`, `to_date`, `nvl`, `round`, etc.) but should be followed for any other stored object having more than one parameter.
Tags: Stored Object.
Quality area: Maintainability. Severity: Major. Fixing time: Local-medium.
← Previous
G-6020
Try to use output bind arguments in the RETURNING INTO clause of dynamic DML statements rather than the USING clause.
Next →
Press p or n to quickly navigate to the previous/next rule.
