Oracle Error PLW-05012: pragma INLINE for procedure ‘string’ could not be applied

Oracle Error Message

PLW-05012: pragma INLINE for procedure ‘string’ could not be applied

Reason for the Error

A pragma INLINE(, ‘yes’) was used, but the named procedure could not be inlined.

Solution

Eliminate the reasons which are blocking the inlining. See the documentation for possible problems.