Oracle Error Message
PLS-00169: modifier ‘string’ conflicts with prior ‘string’ specification
Reason for the Error
The method or object type modifier specified conflicts with an earlier modifier. For example, a FINAL modifier cannot be combined with a NOT FINAL modifier.
Solution
Remove one of the conflicting modifiers.