Oracle Error Message
PLW-05011: pragma INLINE for procedure ‘string’ does not apply to any calls
Reason for the Error
A pragma INLINE was provided, but there was no call to the mentioned procedure in the next statement.
Solution
Remove the unnecessary pragma.