Oracle Error Message
PLW-05017: prefix of the expression will be ignored
Reason for the Error
Generalized invocation with explicit SELF and a dotted name was used to call the type method causing the prefix of the dotted name to be ignored.
Solution
Do not use a dotted name to invoked type method in this context.